Skip to content

Commit 87fa13c

Browse files
rugeGerritsenioannisg
authored andcommitted
boards: arm: nordic: nrf5340_dk_nrf5340 uart dts config for BLE
Add dts configs for bt-c2h-uart and bt-mon-uart. These are used by the hci_uart sample and BT_DEBUG_MONITOR. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent c194c70 commit 87fa13c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

boards/arm/nrf5340_dk_nrf5340/nrf5340_dk_nrf5340_cpuapp_common.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
zephyr,console = &uart0;
1414
zephyr,shell-uart = &uart0;
1515
zephyr,uart-mcumgr = &uart0;
16+
zephyr,bt-mon-uart = &uart0;
17+
zephyr,bt-c2h-uart = &uart0;
1618
};
1719

1820
leds {

boards/arm/nrf5340_dk_nrf5340/nrf5340_dk_nrf5340_cpunet.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
zephyr,console = &uart0;
1717
zephyr,shell-uart = &uart0;
1818
zephyr,uart-mcumgr = &uart0;
19+
zephyr,bt-mon-uart = &uart0;
20+
zephyr,bt-c2h-uart = &uart0;
1921
zephyr,sram = &sram1;
2022
zephyr,flash = &flash1;
2123
zephyr,code-partition = &slot0_partition;

0 commit comments

Comments
 (0)