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]+$":
37 sercomm,scpart-id:
47 - "#address-cells"
48 - "#size-cells"
53 - |
54 partitions {
55 compatible = "fixed-partitions";
56 #address-cells = <1>;
57 #size-cells = <1>;
60 label = "u-boot";
62 read-only;
70 - |
71 partitions {
72 compatible = "fixed-partitions";
73 #address-cells = <1>;
74 #size-cells = <2>;
84 - |
85 partitions {
86 compatible = "fixed-partitions";
87 #address-cells = <2>;
88 #size-cells = <2>;
103 - |
104 partitions {
105 compatible = "fixed-partitions";
106 #address-cells = <1>;
107 #size-cells = <1>;
112 read-only;
122 compatible = "fixed-partitions";
126 #address-cells = <1>;
127 #size-cells = <1>;
141 - |
142 partitions {
143 compatible = "sercomm,sc-partitions", "fixed-partitions";
144 #address-cells = <1>;
145 #size-cells = <1>;
148 label = "u-boot";
150 sercomm,scpart-id = <0>;
151 read-only;
157 sercomm,scpart-id = <1>;
163 sercomm,scpart-id = <2>;
164 read-only;