162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
262306a36Sopenharmony_ci%YAML 1.2
362306a36Sopenharmony_ci---
462306a36Sopenharmony_ci$id: http://devicetree.org/schemas/mtd/partitions/partitions.yaml#
562306a36Sopenharmony_ci$schema: http://devicetree.org/meta-schemas/core.yaml#
662306a36Sopenharmony_ci
762306a36Sopenharmony_cititle: Partitions
862306a36Sopenharmony_ci
962306a36Sopenharmony_cidescription: |
1062306a36Sopenharmony_ci  This binding is generic and describes the content of the partitions container
1162306a36Sopenharmony_ci  node. All partition parsers must be referenced here.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_cimaintainers:
1462306a36Sopenharmony_ci  - Miquel Raynal <miquel.raynal@bootlin.com>
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_cioneOf:
1762306a36Sopenharmony_ci  - $ref: arm,arm-firmware-suite.yaml
1862306a36Sopenharmony_ci  - $ref: brcm,bcm4908-partitions.yaml
1962306a36Sopenharmony_ci  - $ref: brcm,bcm947xx-cfe-partitions.yaml
2062306a36Sopenharmony_ci  - $ref: fixed-partitions.yaml
2162306a36Sopenharmony_ci  - $ref: linksys,ns-partitions.yaml
2262306a36Sopenharmony_ci  - $ref: qcom,smem-part.yaml
2362306a36Sopenharmony_ci  - $ref: redboot-fis.yaml
2462306a36Sopenharmony_ci  - $ref: tplink,safeloader-partitions.yaml
2562306a36Sopenharmony_ci
2662306a36Sopenharmony_ciproperties:
2762306a36Sopenharmony_ci  compatible: true
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ci  '#address-cells':
3062306a36Sopenharmony_ci    enum: [1, 2]
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ci  '#size-cells':
3362306a36Sopenharmony_ci    enum: [1, 2]
3462306a36Sopenharmony_ci
3562306a36Sopenharmony_cipatternProperties:
3662306a36Sopenharmony_ci  "^partition(-.+|@[0-9a-f]+)$":
3762306a36Sopenharmony_ci    $ref: partition.yaml
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_cirequired:
4062306a36Sopenharmony_ci  - compatible
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ciunevaluatedProperties: false
43