Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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         }