Skip to content

Commit 9e26341

Browse files
HoZHelkartben
authored andcommitted
dts: arm: st: wb0: Add BLE feature to STM32WB0x at SOC level
Add BLE feature to STM32WB0x series at SOC level. Signed-off-by: Ali Hozhabri <[email protected]>
1 parent d42fc7a commit 9e26341

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/arm/st/wb0/stm32wb0.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/ {
2424
chosen {
2525
zephyr,flash-controller = &flash;
26+
zephyr,bt-hci = &bt_hci_wb0;
2627
};
2728

2829
cpus {
@@ -259,6 +260,11 @@
259260
status = "disabled";
260261
};
261262
};
263+
264+
bt_hci_wb0: bt_hci_wb0 {
265+
compatible = "st,hci-stm32wb0";
266+
status = "disabled";
267+
};
262268
};
263269

264270
&nvic {

0 commit comments

Comments
 (0)