Skip to content

Commit 75a08d3

Browse files
Mirlenkohermabe
authored andcommitted
boards: nordic: nrf54lm20pdk: select SDC for nrf54lm20pdk 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: Aleksandr Mirlenko <[email protected]>
1 parent ea4c665 commit 75a08d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54lm20pdk/nrf54lm20a_cpuapp_common.dtsi

Lines changed: 1 addition & 1 deletion
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
};

0 commit comments

Comments
 (0)