Skip to content

Commit

Permalink
dts: arm: st: wb0: Add BLE feature to STM32WB0x at SOC level
Browse files Browse the repository at this point in the history
Add BLE feature to STM32WB0x series at SOC level.

Signed-off-by: Ali Hozhabri <[email protected]>
  • Loading branch information
HoZHel authored and kartben committed Nov 25, 2024
1 parent d42fc7a commit 9e26341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dts/arm/st/wb0/stm32wb0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
/ {
chosen {
zephyr,flash-controller = &flash;
zephyr,bt-hci = &bt_hci_wb0;
};

cpus {
Expand Down Expand Up @@ -259,6 +260,11 @@
status = "disabled";
};
};

bt_hci_wb0: bt_hci_wb0 {
compatible = "st,hci-stm32wb0";
status = "disabled";
};
};

&nvic {
Expand Down

0 comments on commit 9e26341

Please sign in to comment.