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:
parent
cebf6306de
commit
9ebea53ca2
2 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue