Skip to content

Commit dcf9fa9

Browse files
doki-nordicpdunaj
authored andcommitted
boards: Select SDC for nRF54LM20A board
Commit b828ce7 enabled bt_hci_sdc and disabled bt_hci_controller, but bt_hci_controller is still the default controller. This commit also selects bt_hci_sdc as default controller. Signed-off-by: Dominik Kilian <[email protected]>
1 parent b9ac471 commit dcf9fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/nordic/nrf54lm20apdk/nrf54lm20apdk_nrf54lm20a_cpuapp.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
chosen {
1616
zephyr,code-partition = &slot0_partition;
1717
zephyr,sram = &cpuapp_sram;
18+
zephyr,bt-hci = &bt_hci_sdc;
1819
};
1920
};
2021

0 commit comments

Comments
 (0)