Skip to content

Commit aa592e1

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 960a734)
1 parent 977115c commit aa592e1

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
@@ -23,6 +23,10 @@ wdt011: &cpurad_wdt011 {};
2323
/delete-node/ &cpuflpr;
2424

2525
/ {
26+
chosen {
27+
zephyr,bt-hci = &bt_hci_controller;
28+
};
29+
2630
soc {
2731
compatible = "simple-bus";
2832
interrupt-parent = <&cpurad_nvic>;
@@ -159,3 +163,7 @@ wdt011: &cpurad_wdt011 {};
159163
&gpio_pad_group9 {
160164
status = "okay";
161165
};
166+
167+
&bt_hci_controller {
168+
status = "okay";
169+
};

dts/vendor/nordic/nrf54h20.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,14 @@
481481
compatible = "nordic,nrf-ieee802154";
482482
status = "disabled";
483483
};
484+
485+
/* Note: In the nRF Connect SDK the SoftDevice Controller
486+
* is added and set as the default Bluetooth Controller.
487+
*/
488+
bt_hci_controller: bt_hci_controller {
489+
compatible = "zephyr,bt-hci-ll-sw-split";
490+
status = "disabled";
491+
};
484492
};
485493

486494
ccm030: ccm@3a000 {

0 commit comments

Comments
 (0)