Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / mtd / partitions / arm,arm-firmware-suite.txt
1 ARM AFS - ARM Firmware Suite Partitions
2 =======================================
3
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.
7
8 Required properties:
9 - compatible : (required) must be "arm,arm-firmware-suite"
10
11 Example:
12
13 flash@0 {
14         partitions {
15                 compatible = "arm,arm-firmware-suite";
16         };
17 };