Skip to content

Commit 6b331ce

Browse files
blauretcfriedt
authored andcommitted
dts: Added BT hci and enabled it by default
Enabled the BT HCI by default Signed-off-by: Ben Lauret <[email protected]>
1 parent 1dfe979 commit 6b331ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/renesas/da14695_dk_usb/da14695_dk_usb.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
zephyr,console = &uart;
2121
zephyr,shell-uart = &uart;
2222
zephyr,code-partition = &slot0_partition;
23+
zephyr,bt-hci = &bt_hci_da1469x;
2324
};
2425

2526
leds {
@@ -214,6 +215,11 @@ zephyr_udc0: &usbd {
214215
pinctrl-names = "default", "sleep";
215216
};
216217

218+
&bt_hci_da1469x {
219+
status = "okay";
220+
};
221+
222+
217223
mikrobus_1_i2c: &i2c {};
218224

219225
mikrobus_1_spi: &spi {};

0 commit comments

Comments
 (0)