Lines Matching +full:boot +full:- +full:partitions
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#
7 title: Fixed partitions
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]+$":
35 - $ref: "partition.yaml#"
36 - if:
40 const: sercomm,sc-partitions
43 sercomm,scpart-id:
54 - "#address-cells"
55 - "#size-cells"
60 - |
61 partitions {
62 compatible = "fixed-partitions";
63 #address-cells = <1>;
64 #size-cells = <1>;
67 label = "u-boot";
69 read-only;
77 - |
78 partitions {
79 compatible = "fixed-partitions";
80 #address-cells = <1>;
81 #size-cells = <2>;
90 - |
91 partitions {
92 compatible = "fixed-partitions";
93 #address-cells = <2>;
94 #size-cells = <2>;
109 - |
110 partitions {
111 compatible = "fixed-partitions";
112 #address-cells = <1>;
113 #size-cells = <1>;
118 read-only;
128 compatible = "fixed-partitions";
132 #address-cells = <1>;
133 #size-cells = <1>;
147 - |
148 partitions {
149 compatible = "sercomm,sc-partitions", "fixed-partitions";
150 #address-cells = <1>;
151 #size-cells = <1>;
154 label = "u-boot";
156 sercomm,scpart-id = <0>;
157 read-only;
163 sercomm,scpart-id = <1>;
169 sercomm,scpart-id = <2>;
170 read-only;