Lines Matching +full:reg +full:- +full:offset
2 Fixed partitions of a flash (or other non-volatile storage) memory.
8 compatible = "fixed-partitions";
9 #address-cells = <1>;
10 #size-cells = <1>;
14 reg = <0x00000000 0x0000C000>;
17 label = "image-0";
18 reg = <0x0000C000 0x00076000>;
21 label = "image-1";
22 reg = <0x00082000 0x00076000>;
36 reg = <0x000f8000 0x00008000>;
42 The fixed-partitions node should be a child of the flash
48 the partition begins at that offset from the parent flash
52 reg address.
54 compatible: "fixed-partitions"
57 "#address-cells":
61 reg property address. This must be large enough to
62 represent the start offset of each partition.
64 "#size-cells":
68 reg property address. This must be large enough to
71 child-binding:
73 Each child node of the fixed-partitions node represents
78 label = "human-readable-name";
79 reg = <0xSTART_OFFSET 0xSIZE>;
86 read-only:
88 description: set this property if the partition is read-only
89 reg:
92 This should be in the format <OFFSET SIZE>, where OFFSET
93 is the offset of the flash partition relative to the base