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

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

Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
This commit is contained in:
Jędrzej Ciupis 2022-11-04 10:59:07 +01:00 committed by Fabio Baltieri
commit ab19f89076
2 changed files with 10 additions and 0 deletions

View file

@ -23,6 +23,7 @@
zephyr,sram = &sram1; zephyr,sram = &sram1;
zephyr,flash = &flash1; zephyr,flash = &flash1;
zephyr,code-partition = &slot0_partition; zephyr,code-partition = &slot0_partition;
zephyr,ieee802154 = &ieee802154;
}; };
leds { leds {
@ -194,5 +195,9 @@ arduino_spi: &spi0 {
}; };
}; };
&ieee802154 {
status = "okay";
};
/* Include shared RAM configuration file */ /* Include shared RAM configuration file */
#include "nrf5340_shared_sram_planning_conf.dts" #include "nrf5340_shared_sram_planning_conf.dts"

View file

@ -23,6 +23,7 @@
zephyr,sram = &sram1; zephyr,sram = &sram1;
zephyr,flash = &flash1; zephyr,flash = &flash1;
zephyr,code-partition = &slot0_partition; zephyr,code-partition = &slot0_partition;
zephyr,ieee802154 = &ieee802154;
}; };
buttons { buttons {
@ -135,5 +136,9 @@
}; };
}; };
&ieee802154 {
status = "okay";
};
/* Include shared RAM configuration file */ /* Include shared RAM configuration file */
#include "thingy53_nrf5340_shared_sram_planning_conf.dts" #include "thingy53_nrf5340_shared_sram_planning_conf.dts"