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
36 from a list of well-known algorithms.
41 - none
42 - bzip2
43 - gzip
44 - lzop
45 - lz4
46 - lzma
47 - xz
48 - zstd
51 "@[0-9a-f]+$":
55 sercomm,scpart-id:
65 - "#address-cells"
66 - "#size-cells"
71 - |
72 partitions {
73 compatible = "fixed-partitions";
74 #address-cells = <1>;
75 #size-cells = <1>;
78 label = "u-boot";
80 read-only;
89 - |
90 partitions {
91 compatible = "fixed-partitions";
92 #address-cells = <1>;
93 #size-cells = <2>;
103 - |
104 partitions {
105 compatible = "fixed-partitions";
106 #address-cells = <2>;
107 #size-cells = <2>;
122 - |
123 partitions {
124 compatible = "fixed-partitions";
125 #address-cells = <1>;
126 #size-cells = <1>;
131 read-only;
141 compatible = "fixed-partitions";
145 #address-cells = <1>;
146 #size-cells = <1>;
160 - |
161 partitions {
162 compatible = "sercomm,sc-partitions", "fixed-partitions";
163 #address-cells = <1>;
164 #size-cells = <1>;
167 label = "u-boot";
169 sercomm,scpart-id = <0>;
170 read-only;
176 sercomm,scpart-id = <1>;
182 sercomm,scpart-id = <2>;
183 read-only;