1ARM AFS - ARM Firmware Suite Partitions
2=======================================
3
4The ARM Firmware Suite is a flash partitioning system found on the
5ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
6Versatile PB, the RealView family, Versatile Express and Juno.
7
8Required properties:
9- compatible : (required) must be "arm,arm-firmware-suite"
10
11Example:
12
13flash@0 {
14	partitions {
15		compatible = "arm,arm-firmware-suite";
16	};
17};
18