1&flash0 {
2 partitions {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "fixed-partitions";
6
7 /* Set 3Kb of storage at the end of the of 1Mb flash 0 */
8 storage_partition: partition@ff400 {
9 label = "storage";
10 reg = <0xff400 DT_SIZE_K(3)>;
11 };
12 };
13};
14