xref: /freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/partitions.yaml (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
18bab661aSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
28bab661aSEmmanuel Vadot%YAML 1.2
38bab661aSEmmanuel Vadot---
48bab661aSEmmanuel Vadot$id: http://devicetree.org/schemas/mtd/partitions/partitions.yaml#
58bab661aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68bab661aSEmmanuel Vadot
78bab661aSEmmanuel Vadottitle: Partitions
88bab661aSEmmanuel Vadot
98bab661aSEmmanuel Vadotdescription: |
108bab661aSEmmanuel Vadot  This binding is generic and describes the content of the partitions container
118bab661aSEmmanuel Vadot  node. All partition parsers must be referenced here.
128bab661aSEmmanuel Vadot
138bab661aSEmmanuel Vadotmaintainers:
148bab661aSEmmanuel Vadot  - Miquel Raynal <miquel.raynal@bootlin.com>
158bab661aSEmmanuel Vadot
168bab661aSEmmanuel VadotoneOf:
178bab661aSEmmanuel Vadot  - $ref: arm,arm-firmware-suite.yaml
188bab661aSEmmanuel Vadot  - $ref: brcm,bcm4908-partitions.yaml
198bab661aSEmmanuel Vadot  - $ref: brcm,bcm947xx-cfe-partitions.yaml
208bab661aSEmmanuel Vadot  - $ref: fixed-partitions.yaml
218bab661aSEmmanuel Vadot  - $ref: linksys,ns-partitions.yaml
228bab661aSEmmanuel Vadot  - $ref: qcom,smem-part.yaml
238bab661aSEmmanuel Vadot  - $ref: redboot-fis.yaml
24*f126890aSEmmanuel Vadot  - $ref: tplink,safeloader-partitions.yaml
258bab661aSEmmanuel Vadot
268bab661aSEmmanuel Vadotproperties:
278bab661aSEmmanuel Vadot  compatible: true
288bab661aSEmmanuel Vadot
298bab661aSEmmanuel Vadot  '#address-cells':
308bab661aSEmmanuel Vadot    enum: [1, 2]
318bab661aSEmmanuel Vadot
328bab661aSEmmanuel Vadot  '#size-cells':
338bab661aSEmmanuel Vadot    enum: [1, 2]
348bab661aSEmmanuel Vadot
358bab661aSEmmanuel VadotpatternProperties:
36cb7aa33aSEmmanuel Vadot  "^partition(-.+|@[0-9a-f]+)$":
378bab661aSEmmanuel Vadot    $ref: partition.yaml
388bab661aSEmmanuel Vadot
398bab661aSEmmanuel Vadotrequired:
408bab661aSEmmanuel Vadot  - compatible
418bab661aSEmmanuel Vadot
428bab661aSEmmanuel VadotunevaluatedProperties: false
43