Lines Matching +full:partition +full:-

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mtd/partitions/fixed-partitions.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 on-flash partition table such as RedBoot.
14 The partition table should be a node named "partitions". Partitions are then
18 - Rafał Miłecki <rafal@milecki.pl>
23 - const: fixed-partitions
24 - items:
25 - const: sercomm,sc-partitions
26 - const: fixed-partitions
28 "#address-cells": true
30 "#size-cells": true
33 "@[0-9a-f]+$":
34 $ref: partition.yaml#
37 sercomm,scpart-id:
38 description: Partition id in Sercomm partition map. Mtd parser
39 uses this id to find a record in the partition map containing
40 offset and size of the current partition. The values from
41 partition map overrides partition offset and size defined in
47 - "#address-cells"
48 - "#size-cells"
53 - |
55 compatible = "fixed-partitions";
56 #address-cells = <1>;
57 #size-cells = <1>;
59 partition@0 {
60 label = "u-boot";
62 read-only;
70 - |
72 compatible = "fixed-partitions";
73 #address-cells = <1>;
74 #size-cells = <2>;
76 /* a 4 GiB partition */
77 partition@0 {
84 - |
86 compatible = "fixed-partitions";
87 #address-cells = <2>;
88 #size-cells = <2>;
90 /* an 8 GiB partition */
91 partition@0 {
96 /* a 4 GiB partition */
97 partition@200000000 {
103 - |
105 compatible = "fixed-partitions";
106 #address-cells = <1>;
107 #size-cells = <1>;
109 partition@0 {
112 read-only;
122 compatible = "fixed-partitions";
126 #address-cells = <1>;
127 #size-cells = <1>;
129 partition@0 {
134 partition@80000 {
141 - |
143 compatible = "sercomm,sc-partitions", "fixed-partitions";
144 #address-cells = <1>;
145 #size-cells = <1>;
147 partition@0 {
148 label = "u-boot";
150 sercomm,scpart-id = <0>;
151 read-only;
154 partition@100000 {
155 label = "dynamic partition map";
157 sercomm,scpart-id = <1>;
160 partition@200000 {
163 sercomm,scpart-id = <2>;
164 read-only;