]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/freescale/fsl,vf610-mscm-cpucfg.txt
Merge remote-tracking branch 'kgdb/kgdb-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / arm / freescale / fsl,vf610-mscm-cpucfg.txt
1 Freescale Vybrid Miscellaneous System Control - CPU Configuration
2
3 The MSCM IP contains multiple sub modules, this binding describes the first
4 block of registers which contains CPU configuration information.
5
6 Required properties:
7 - compatible:   "fsl,vf610-mscm-cpucfg", "syscon"
8 - reg:          the register range of the MSCM CPU configuration registers
9
10 Example:
11         mscm_cpucfg: cpucfg@40001000 {
12                 compatible = "fsl,vf610-mscm-cpucfg", "syscon";
13                 reg = <0x40001000 0x800>;
14         }