mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
2485fa5323
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";
|
|
};
|
|
};
|