Lines Matching +full:0 +full:- +full:576
4 * SPDX-License-Identifier: Apache-2.0
10 compatible = "fixed-partitions";
11 #address-cells = <1>;
12 #size-cells = <1>;
14 boot_partition: partition@0 {
16 reg = <0x0 DT_SIZE_K(64)>;
20 label = "image-0";
21 reg = <0x20000 DT_SIZE_K(576)>;
25 label = "image-0-appcpu";
26 reg = <0xB0000 DT_SIZE_K(256)>;
30 label = "image-1";
31 reg = <0xF0000 DT_SIZE_K(576)>;
35 label = "image-1-appcpu";
36 reg = <0x1a0000 DT_SIZE_K(256)>;
41 reg = <0x1C0000 DT_SIZE_K(128)>;
45 label = "image-scratch";
46 reg = <0x1E0000 DT_SIZE_K(64)>;
50 label = "coredump-partition";
51 reg = <0x1F0000 DT_SIZE_K(4)>;