Skip to content

Commit 165c64d

Browse files
rob-robinson-14nordicjm
authored andcommitted
dts: Select SoftDevice Controller DTS binding as default
Once nrf7120 is upstreamed this commit will be noup in sdk-zephyr. The SoftDevice Controller is a different controller than the open source link layer with a different set of quirks. It should therefore have its own device tree binding. This commit converts the SoftDevice Controller driver to use this new DTS binding instead of reusing the existing one. This commit updates or adds additional overlays for existing samples, applications and tests that were using the open source link layer. Signed-off-by: Robert Robinson <[email protected]>
1 parent 14c7de2 commit 165c64d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/nordic/nrf7120_enga_cpuapp.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nvic: &cpuapp_nvic {};
1515

1616
/ {
1717
chosen {
18-
zephyr,bt-hci = &bt_hci_controller;
18+
zephyr,bt-hci = &bt_hci_sdc;
1919
zephyr,entropy = &psa_rng;
2020
};
2121

@@ -31,7 +31,7 @@ nvic: &cpuapp_nvic {};
3131
};
3232
};
3333

34-
&bt_hci_controller {
34+
&bt_hci_sdc {
3535
status = "okay";
3636
};
3737

0 commit comments

Comments
 (0)