Skip to content

Commit c616f21

Browse files
carlescufijhedberg
authored andcommitted
boards: nrf: Add bt-mon-uart to all nRF-based boards
Add the bt-mon-uart chosen node to all the nRF-based boards so that they can all use CONFIG_BT_DEBUG_MONITOR without additional changes. Signed-off-by: Carles Cufi <[email protected]>
1 parent 373a42b commit c616f21

File tree

24 files changed

+24
-0
lines changed

24 files changed

+24
-0
lines changed

boards/arm/96b_carbon_nrf51/96b_carbon_nrf51.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
chosen {
1616
zephyr,console = &uart0;
1717
zephyr,shell-uart = &uart0;
18+
zephyr,bt-mon-uart = &uart0;
1819
zephyr,sram = &sram0;
1920
zephyr,flash = &flash0;
2021
};

boards/arm/96b_nitrogen/96b_nitrogen.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
chosen {
1616
zephyr,console = &uart0;
1717
zephyr,shell-uart = &uart0;
18+
zephyr,bt-mon-uart = &uart0;
1819
zephyr,sram = &sram0;
1920
zephyr,flash = &flash0;
2021
zephyr,code-partition = &slot0_partition;

boards/arm/bbc_microbit/bbc_microbit.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
chosen {
2121
zephyr,console = &uart0;
2222
zephyr,shell-uart = &uart0;
23+
zephyr,bt-mon-uart = &uart0;
2324
zephyr,sram = &sram0;
2425
zephyr,flash = &flash0;
2526
zephyr,code-partition = &slot0_partition;

boards/arm/bl652_dvk/bl652_dvk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
zephyr,console = &uart0;
1717
zephyr,shell-uart = &uart0;
1818
zephyr,uart-mcumgr = &uart0;
19+
zephyr,bt-mon-uart = &uart0;
1920
zephyr,sram = &sram0;
2021
zephyr,flash = &flash0;
2122
zephyr,code-partition = &slot0_partition;

boards/arm/bl654_dvk/bl654_dvk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
zephyr,console = &uart0;
1717
zephyr,shell-uart = &uart0;
1818
zephyr,uart-mcumgr = &uart0;
19+
zephyr,bt-mon-uart = &uart0;
1920
zephyr,sram = &sram0;
2021
zephyr,flash = &flash0;
2122
zephyr,code-partition = &slot0_partition;

boards/arm/nrf51_ble400/nrf51_ble400.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
chosen {
1515
zephyr,console = &uart0;
1616
zephyr,shell-uart = &uart0;
17+
zephyr,bt-mon-uart = &uart0;
1718
zephyr,sram = &sram0;
1819
zephyr,flash = &flash0;
1920
};

boards/arm/nrf51_blenano/nrf51_blenano.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
chosen {
1616
zephyr,console = &uart0;
1717
zephyr,shell-uart = &uart0;
18+
zephyr,bt-mon-uart = &uart0;
1819
zephyr,sram = &sram0;
1920
zephyr,flash = &flash0;
2021
};

boards/arm/nrf51_pca10028/nrf51_pca10028.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
zephyr,console = &uart0;
1717
zephyr,shell-uart = &uart0;
1818
zephyr,uart-mcumgr = &uart0;
19+
zephyr,bt-mon-uart = &uart0;
1920
zephyr,sram = &sram0;
2021
zephyr,flash = &flash0;
2122
zephyr,code-partition = &slot0_partition;

boards/arm/nrf51_vbluno51/nrf51_vbluno51.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
chosen {
1616
zephyr,console = &uart0;
1717
zephyr,shell-uart = &uart0;
18+
zephyr,bt-mon-uart = &uart0;
1819
zephyr,sram = &sram0;
1920
zephyr,flash = &flash0;
2021
};

boards/arm/nrf52810_pca10040/nrf52810_pca10040.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
zephyr,console = &uart0;
1919
zephyr,shell-uart = &uart0;
2020
zephyr,uart-mcumgr = &uart0;
21+
zephyr,bt-mon-uart = &uart0;
2122
zephyr,sram = &sram0;
2223
zephyr,flash = &flash0;
2324
zephyr,code-partition = &slot0_partition;

0 commit comments

Comments
 (0)