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 d42fc7a commit 9e26341Copy full SHA for 9e26341
dts/arm/st/wb0/stm32wb0.dtsi
@@ -23,6 +23,7 @@
23
/ {
24
chosen {
25
zephyr,flash-controller = &flash;
26
+ zephyr,bt-hci = &bt_hci_wb0;
27
};
28
29
cpus {
@@ -259,6 +260,11 @@
259
260
status = "disabled";
261
262
263
+
264
+ bt_hci_wb0: bt_hci_wb0 {
265
+ compatible = "st,hci-stm32wb0";
266
+ status = "disabled";
267
+ };
268
269
270
&nvic {
0 commit comments