forked from Minki/linux
4a07317539
Add binding documentation for CPU configuration and interrupt router submodule of the Miscellaneous System Control Module. The MSCM is used in all variants of Freescale Vybrid SoC's. Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Stefan Agner <stefan@agner.ch> Link: https://lkml.kernel.org/r/1425249689-32354-3-git-send-email-stefan@agner.ch Signed-off-by: Jason Cooper <jason@lakedaemon.net>
15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
Freescale Vybrid Miscellaneous System Control - CPU Configuration
|
|
|
|
The MSCM IP contains multiple sub modules, this binding describes the first
|
|
block of registers which contains CPU configuration information.
|
|
|
|
Required properties:
|
|
- compatible: "fsl,vf610-mscm-cpucfg", "syscon"
|
|
- reg: the register range of the MSCM CPU configuration registers
|
|
|
|
Example:
|
|
mscm_cpucfg: cpucfg@40001000 {
|
|
compatible = "fsl,vf610-mscm-cpucfg", "syscon";
|
|
reg = <0x40001000 0x800>;
|
|
}
|