irrigation_system/software/apps/firmware_node/sysbuild/mcuboot.overlay

13 lines
209 B
Plaintext

/*
* MCUboot device tree overlay for firmware_node
* Uses shared flash partition layout
*/
#include "../boards/flash_partitions_128kb.dtsi"
/ {
chosen {
zephyr,code-partition = &boot_partition;
};
};