Skip to content

Commit 320eeb5

Browse files
rugeGerritsenbjarki-andreasen
authored andcommitted
[nrf noup] dts: Add Bluetooth Controller to nRF54H20
The nRF54H20 supports a Bluetooth controller. The HCI driver interface has changed upstream in zephyrproject-rtos/zephyr#72323 so now we need to add it to device tree. Signed-off-by: Rubin Gerritsen <[email protected]> (cherry picked from commit e9a13c3) (cherry picked from commit 6f17dc3)
1 parent b74265e commit 320eeb5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

dts/arm/nordic/nrf54h20_cpurad.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ wdt011: &cpurad_wdt011 {};
3131
/delete-node/ &s2ram;
3232

3333
/ {
34+
chosen {
35+
zephyr,bt-hci = &bt_hci_controller;
36+
};
37+
3438
soc {
3539
compatible = "simple-bus";
3640
interrupt-parent = <&cpurad_nvic>;
@@ -131,3 +135,7 @@ wdt011: &cpurad_wdt011 {};
131135
&gdpwr_slow_main {
132136
status = "okay";
133137
};
138+
139+
&bt_hci_controller {
140+
status = "okay";
141+
};

dts/vendor/nordic/nrf54h20.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,14 @@
486486
compatible = "nordic,nrf-ieee802154";
487487
status = "disabled";
488488
};
489+
490+
/* Note: In the nRF Connect SDK the SoftDevice Controller
491+
* is added and set as the default Bluetooth Controller.
492+
*/
493+
bt_hci_controller: bt_hci_controller {
494+
compatible = "zephyr,bt-hci-ll-sw-split";
495+
status = "disabled";
496+
};
489497
};
490498

491499
ccm030: ccm@3a000 {

0 commit comments

Comments
 (0)