WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mtd / partitions / arm,arm-firmware-suite.txt
blobd5c5616f6db55ccabbb33997ec81947b6abaeaa2
1 ARM AFS - ARM Firmware Suite Partitions
2 =======================================
4 The ARM Firmware Suite is a flash partitioning system found on the
5 ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
6 Versatile PB, the RealView family, Versatile Express and Juno.
8 Required properties:
9 - compatible : (required) must be "arm,arm-firmware-suite"
11 Example:
13 flash@0 {
14         partitions {
15                 compatible = "arm,arm-firmware-suite";
16         };