File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
boards/nordic/nrf54l20pdk Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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};
108108 status = "okay";
109109};
110110
111- &bt_hci_controller {
111+ &bt_hci_sdc {
112112 status = "okay";
113113};
114114
Original file line number Diff line number Diff line change 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";
You can’t perform that action at this time.
0 commit comments