Skip to content

Commit

Permalink
Revert "[nrf noup] dts: Select SoftDevice Controller DTS binding as d…
Browse files Browse the repository at this point in the history
…efault"

This reverts commit 7a0f9ef.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
  • Loading branch information
rugeGerritsen authored and rlubos committed Sep 4, 2024
1 parent 1ab7966 commit 8eac35f
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 60 deletions.
11 changes: 5 additions & 6 deletions dts/arm/nordic/nrf52805.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
zephyr,flash-controller = &flash_controller;
};
Expand Down Expand Up @@ -88,13 +88,12 @@
status = "okay";
ble-2mbps-supported;

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

Expand Down
11 changes: 5 additions & 6 deletions dts/arm/nordic/nrf52810.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
zephyr,flash-controller = &flash_controller;
};
Expand Down Expand Up @@ -92,13 +92,12 @@
status = "okay";
ble-2mbps-supported;

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

Expand Down
11 changes: 5 additions & 6 deletions dts/arm/nordic/nrf52811.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
zephyr,flash-controller = &flash_controller;
};
Expand Down Expand Up @@ -104,13 +104,12 @@
status = "disabled";
};

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

Expand Down
11 changes: 5 additions & 6 deletions dts/arm/nordic/nrf52820.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/ {

chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
zephyr,flash-controller = &flash_controller;
};
Expand Down Expand Up @@ -100,13 +100,12 @@
status = "disabled";
};

bt_hci_sdc: bt_hci_sdc {
compatible = "nordic,bt-hci-sdc";
status = "okay";
};
/* Note: In the nRF Connect SDK another Bluetooth controller
* is added and set as the default.
*/
bt_hci_controller: bt_hci_controller {
compatible = "zephyr,bt-hci-ll-sw-split";
status = "disabled";
status = "okay";
};
};

Expand Down
11 changes: 5 additions & 6 deletions dts/arm/nordic/nrf52832.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
zephyr,flash-controller = &flash_controller;
};
Expand Down Expand Up @@ -92,13 +92,12 @@
status = "okay";
ble-2mbps-supported;

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

Expand Down
11 changes: 5 additions & 6 deletions dts/arm/nordic/nrf52833.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
zephyr,flash-controller = &flash_controller;
};
Expand Down Expand Up @@ -99,13 +99,12 @@
status = "disabled";
};

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

Expand Down
11 changes: 5 additions & 6 deletions dts/arm/nordic/nrf52840.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &cryptocell;
zephyr,flash-controller = &flash_controller;
};
Expand Down Expand Up @@ -94,13 +94,12 @@
status = "disabled";
};

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

Expand Down
11 changes: 5 additions & 6 deletions dts/arm/nordic/nrf5340_cpunet.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &rng;
zephyr,flash-controller = &flash_controller;
};
Expand Down Expand Up @@ -102,13 +102,12 @@
status = "disabled";
};

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

Expand Down
4 changes: 2 additions & 2 deletions dts/arm/nordic/nrf54h20_cpurad.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wdt011: &cpurad_wdt011 {};

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
};

soc {
Expand Down Expand Up @@ -97,6 +97,6 @@ wdt011: &cpurad_wdt011 {};
status = "okay";
};

&bt_hci_sdc {
&bt_hci_controller {
status = "okay";
};
4 changes: 2 additions & 2 deletions dts/arm/nordic/nrf54l15_cpuapp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nvic: &cpuapp_nvic {};

/ {
chosen {
zephyr,bt-hci = &bt_hci_sdc;
zephyr,bt-hci = &bt_hci_controller;
zephyr,entropy = &psa_rng;
};

Expand All @@ -33,7 +33,7 @@ nvic: &cpuapp_nvic {};
};
};

&bt_hci_sdc {
&bt_hci_controller {
status = "okay";
};

Expand Down
7 changes: 3 additions & 4 deletions dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,9 @@
status = "disabled";
};

bt_hci_sdc: bt_hci_sdc {
compatible = "nordic,bt-hci-sdc";
status = "disabled";
};
/* Note: In the nRF Connect SDK the SoftDevice Controller
* is added and set as the default Bluetooth Controller.
*/
bt_hci_controller: bt_hci_controller {
compatible = "zephyr,bt-hci-ll-sw-split";
status = "disabled";
Expand Down
7 changes: 3 additions & 4 deletions dts/common/nordic/nrf54l15.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,9 @@
status = "disabled";
};

bt_hci_sdc: bt_hci_sdc {
compatible = "nordic,bt-hci-sdc";
status = "disabled";
};
/* Note: In the nRF Connect SDK the SoftDevice Controller
* is added and set as the default Bluetooth Controller.
*/
bt_hci_controller: bt_hci_controller {
compatible = "zephyr,bt-hci-ll-sw-split";
status = "disabled";
Expand Down

0 comments on commit 8eac35f

Please sign in to comment.