We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfe979 commit 6b331ceCopy full SHA for 6b331ce
boards/renesas/da14695_dk_usb/da14695_dk_usb.dts
@@ -20,6 +20,7 @@
20
zephyr,console = &uart;
21
zephyr,shell-uart = &uart;
22
zephyr,code-partition = &slot0_partition;
23
+ zephyr,bt-hci = &bt_hci_da1469x;
24
};
25
26
leds {
@@ -214,6 +215,11 @@ zephyr_udc0: &usbd {
214
215
pinctrl-names = "default", "sleep";
216
217
218
+&bt_hci_da1469x {
219
+ status = "okay";
220
+};
221
+
222
223
mikrobus_1_i2c: &i2c {};
224
225
mikrobus_1_spi: &spi {};
0 commit comments