boards: arm: nordic: add ieee802154 to chosen for nrf5340_cpuapp

This commit adds ieee802154 node to chosen for boards based on nRF5340
application core.

Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
This commit is contained in:
Jędrzej Ciupis 2022-10-10 13:02:46 +02:00 committed by Fabio Baltieri
commit 9ebea53ca2
2 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,7 @@
zephyr,bt-c2h-uart = &uart0;
zephyr,bt-hci-rpmsg-ipc = &ipc0;
nordic,802154-spinel-ipc = &ipc0;
zephyr,ieee802154 = &ieee802154;
};
leds {
@ -262,6 +263,10 @@ arduino_spi: &spi4 {
};
};
&ieee802154 {
status = "okay";
};
zephyr_udc0: &usbd {
compatible = "nordic,nrf-usbd";
status = "okay";

View file

@ -14,6 +14,7 @@
zephyr,bt-c2h-uart = &uart0;
zephyr,bt-hci-rpmsg-ipc = &ipc0;
nordic,802154-spinel-ipc = &ipc0;
zephyr,ieee802154 = &ieee802154;
};
buttons {
@ -292,6 +293,10 @@
};
};
&ieee802154 {
status = "okay";
};
zephyr_udc0: &usbd {
compatible = "nordic,nrf-usbd";
status = "okay";