1*8bab661aSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2*8bab661aSEmmanuel Vadot%YAML 1.2 3*8bab661aSEmmanuel Vadot--- 4*8bab661aSEmmanuel Vadot$id: http://devicetree.org/schemas/mtd/partitions/partitions.yaml# 5*8bab661aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*8bab661aSEmmanuel Vadot 7*8bab661aSEmmanuel Vadottitle: Partitions 8*8bab661aSEmmanuel Vadot 9*8bab661aSEmmanuel Vadotdescription: | 10*8bab661aSEmmanuel Vadot This binding is generic and describes the content of the partitions container 11*8bab661aSEmmanuel Vadot node. All partition parsers must be referenced here. 12*8bab661aSEmmanuel Vadot 13*8bab661aSEmmanuel Vadotmaintainers: 14*8bab661aSEmmanuel Vadot - Miquel Raynal <miquel.raynal@bootlin.com> 15*8bab661aSEmmanuel Vadot 16*8bab661aSEmmanuel VadotoneOf: 17*8bab661aSEmmanuel Vadot - $ref: arm,arm-firmware-suite.yaml 18*8bab661aSEmmanuel Vadot - $ref: brcm,bcm4908-partitions.yaml 19*8bab661aSEmmanuel Vadot - $ref: brcm,bcm947xx-cfe-partitions.yaml 20*8bab661aSEmmanuel Vadot - $ref: fixed-partitions.yaml 21*8bab661aSEmmanuel Vadot - $ref: linksys,ns-partitions.yaml 22*8bab661aSEmmanuel Vadot - $ref: qcom,smem-part.yaml 23*8bab661aSEmmanuel Vadot - $ref: redboot-fis.yaml 24*8bab661aSEmmanuel Vadot 25*8bab661aSEmmanuel Vadotproperties: 26*8bab661aSEmmanuel Vadot compatible: true 27*8bab661aSEmmanuel Vadot 28*8bab661aSEmmanuel Vadot '#address-cells': 29*8bab661aSEmmanuel Vadot enum: [1, 2] 30*8bab661aSEmmanuel Vadot 31*8bab661aSEmmanuel Vadot '#size-cells': 32*8bab661aSEmmanuel Vadot enum: [1, 2] 33*8bab661aSEmmanuel Vadot 34*8bab661aSEmmanuel VadotpatternProperties: 35*8bab661aSEmmanuel Vadot "partition(-.+|@[0-9a-f]+)": 36*8bab661aSEmmanuel Vadot $ref: partition.yaml 37*8bab661aSEmmanuel Vadot 38*8bab661aSEmmanuel Vadotrequired: 39*8bab661aSEmmanuel Vadot - compatible 40*8bab661aSEmmanuel Vadot 41*8bab661aSEmmanuel VadotunevaluatedProperties: false 42