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

12 lines
250 B
Plaintext

#include "../boards/common_4MB.dtsi"
/* MCUboot Configuration - Bootloader goes to boot_partition (0x0) */
/ {
chosen {
zephyr,code-partition = &boot_partition;
};
aliases {
mcuboot-button0 = &user_button1;
};
};