Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/mtd/partitions/arm,arm-firmware-suite.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: ARM Firmware Suite (AFS) Partitions
0008 
0009 maintainers:
0010   - Linus Walleij <linus.walleij@linaro.org>
0011 
0012 description: |
0013   The ARM Firmware Suite is a flash partitioning system found on the
0014   ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
0015   Versatile PB, the RealView family, Versatile Express and Juno.
0016 
0017 properties:
0018   compatible:
0019     const: arm,arm-firmware-suite
0020 
0021 additionalProperties: false
0022 
0023 examples:
0024   - |
0025     partitions {
0026         compatible = "arm,arm-firmware-suite";
0027     };
0028 ...