mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 11:58:32 -04:00
This adds device tree bindings for ARM Firmware Suite flash partitioning used in NOR flashes on ARM reference designs. Cc: devicetree@vger.kernel.org Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Richard Weinberger <richard@nod.at>
18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
ARM AFS - ARM Firmware Suite Partitions
|
|
=======================================
|
|
|
|
The ARM Firmware Suite is a flash partitioning system found on the
|
|
ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
|
|
Versatile PB, the RealView family, Versatile Express and Juno.
|
|
|
|
Required properties:
|
|
- compatible : (required) must be "arm,arm-firmware-suite"
|
|
|
|
Example:
|
|
|
|
flash@0 {
|
|
partitions {
|
|
compatible = "arm,arm-firmware-suite";
|
|
};
|
|
};
|