Skip to content

Commit 5065d3b

Browse files
e-rkrlubos
authored andcommitted
[nrf noup] dts: Select SoftDevice Controller DTS binding as default
The Softdevice Controller is enabled using the device tree. Added a device tree node that enables the SDC and disables the Zephyr Bluetooth controller on nRF54L20. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 82d54c5 commit 5065d3b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

boards/nordic/nrf54l20pdk/nrf54l20_cpuapp_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
zephyr,bt-c2h-uart = &uart20;
1919
zephyr,flash-controller = &rram_controller;
2020
zephyr,flash = &cpuapp_rram;
21-
zephyr,bt-hci = &bt_hci_controller;
21+
zephyr,bt-hci = &bt_hci_sdc;
2222
zephyr,ieee802154 = &ieee802154;
2323
};
2424
};
@@ -108,7 +108,7 @@
108108
status = "okay";
109109
};
110110

111-
&bt_hci_controller {
111+
&bt_hci_sdc {
112112
status = "okay";
113113
};
114114

dts/common/nordic/nrf54l20.dtsi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,10 @@
168168
status = "disabled";
169169
};
170170

171-
/* Note: In the nRF Connect SDK the SoftDevice Controller
172-
* is added and set as the default Bluetooth Controller.
173-
*/
171+
bt_hci_sdc: bt_hci_sdc {
172+
compatible = "nordic,bt-hci-sdc";
173+
status = "disabled";
174+
};
174175
bt_hci_controller: bt_hci_controller {
175176
compatible = "zephyr,bt-hci-ll-sw-split";
176177
status = "disabled";

0 commit comments

Comments
 (0)