Skip to content

Commit 4c15c26

Browse files
committed
gateway: thingy91x/nrf9151/ns: remove uart0 from /chosen
uart0 is already reserved for BT HCI, so remove properties in /chosen that reference uart0. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
1 parent 81fdb3f commit 4c15c26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gateway/boards/thingy91x_nrf9151_ns.overlay

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
/ {
88
chosen {
99
zephyr,bt-hci = &bt_hci_uart;
10+
/delete-property/ zephyr,console;
11+
/delete-property/ zephyr,shell-uart;
12+
/delete-property/ zephyr,uart-mcumgr;
1013
};
1114
};
1215

0 commit comments

Comments
 (0)