Skip to content

Commit a8136cb

Browse files
aescolarrlubos
authored andcommitted
[nrf fromtree] boards nrf5340bsim_cpuapp: Select approprite 802154 radio in DT
Set the chosen 802154 radio in DT for the nrf5340bsim_nrf5340_cpuapp so we can build with the radio driver built into the net core. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 47b7eae)
1 parent 09da644 commit a8136cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: boards/posix/nrf_bsim/nrf5340bsim_nrf5340_cpuapp.dts

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
zephyr,flash = &flash0;
5050
zephyr,bt-hci-ipc = &ipc0;
5151
nordic,802154-spinel-ipc = &ipc0;
52+
zephyr,ieee802154 = &ieee802154;
5253
};
5354

5455
soc {

0 commit comments

Comments
 (0)