1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/mtd/partiti 4 $id: http://devicetree.org/schemas/mtd/partitions/arm,arm-firmware-suite.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: ARM Firmware Suite (AFS) Partitions 7 title: ARM Firmware Suite (AFS) Partitions 8 8 9 maintainers: 9 maintainers: 10 - Linus Walleij <linus.walleij@linaro.org> 10 - Linus Walleij <linus.walleij@linaro.org> 11 11 12 select: false 12 select: false 13 13 14 description: | 14 description: | 15 The ARM Firmware Suite is a flash partitioni 15 The ARM Firmware Suite is a flash partitioning system found on the 16 ARM reference designs: Integrator AP, Integr 16 ARM reference designs: Integrator AP, Integrator CP, Versatile AB, 17 Versatile PB, the RealView family, Versatile 17 Versatile PB, the RealView family, Versatile Express and Juno. 18 18 19 properties: 19 properties: 20 compatible: 20 compatible: 21 const: arm,arm-firmware-suite 21 const: arm,arm-firmware-suite 22 22 23 additionalProperties: false 23 additionalProperties: false 24 24 25 examples: 25 examples: 26 - | 26 - | 27 partitions { 27 partitions { 28 compatible = "arm,arm-firmware-suite"; 28 compatible = "arm,arm-firmware-suite"; 29 }; 29 }; 30 ... 30 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.