13 lines
209 B
Plaintext
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;
|
|
};
|
|
};
|