1&flash0 {
2	partitions {
3		compatible = "fixed-partitions";
4		#address-cells = <1>;
5		#size-cells = <1>;
6
7		slot1_partition: partition@80000 {
8			label = "image-1";
9			reg = <0x00080000 0x00080000>;
10		};
11	};
12};
13