Skip to content

Commit 5604b9b

Browse files
alexstanoev-nordicnordicjm
authored andcommitted
boards: nordic: nrf7120pdk: Select default BT HCI and monitor UARTs
Select uart20 for the following nodes: - zephyr,bt-c2h-uart - host communication in the HCI UART - zephyr,bt-mon-uart - Bluetooth monitor logging Signed-off-by: Aleksandar Stanoev <[email protected]>
1 parent 408e58f commit 5604b9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/nordic/nrf7120pdk/nrf7120_cpuapp_common.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
zephyr,console = &uart20;
1515
zephyr,shell-uart = &uart20;
1616
zephyr,uart-mcumgr = &uart20;
17+
zephyr,bt-mon-uart = &uart20;
18+
zephyr,bt-c2h-uart = &uart20;
1719
zephyr,flash = &cpuapp_mram;
1820
zephyr,ieee802154 = &ieee802154;
1921
zephyr,wifi = &wlan0;

0 commit comments

Comments
 (0)