Skip to content

Commit 9e5ecae

Browse files
trantanenanangl
authored andcommitted
samples: cellular: modem_shell: bt: Update to use new HCI driver
Updates required by changes in zephyr upstream for the BT HCI driver. Signed-off-by: Tommi Rantanen <[email protected]>
1 parent b787120 commit 9e5ecae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

samples/cellular/modem_shell/bt.overlay

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
/ {
1010
chosen {
11-
zephyr,bt-uart=&lpuart;
11+
zephyr,bt-uart = &lpuart;
12+
zephyr,bt-hci = &bt_hci_uart;
1213
};
1314
};
1415

@@ -30,6 +31,10 @@
3031
status = "okay";
3132
req-pin = <21>; /* <&interface_to_nrf52840 3 0>; */
3233
rdy-pin = <19>; /* <&interface_to_nrf52840 2 0>; */
34+
bt_hci_uart: bt_hci_uart {
35+
compatible = "zephyr,bt-hci-uart";
36+
status = "okay";
37+
};
3338
};
3439
};
3540
&uart1 {

0 commit comments

Comments
 (0)