WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / freescale / fsl,vf610-mscm-cpucfg.txt
blob44aa3c451ccf70f6d7e3e3a5fbc47f2b67cb5bf7
1 Freescale Vybrid Miscellaneous System Control - CPU Configuration
3 The MSCM IP contains multiple sub modules, this binding describes the first
4 block of registers which contains CPU configuration information.
6 Required properties:
7 - compatible:   "fsl,vf610-mscm-cpucfg", "syscon"
8 - reg:          the register range of the MSCM CPU configuration registers
10 Example:
11         mscm_cpucfg: cpucfg@40001000 {
12                 compatible = "fsl,vf610-mscm-cpucfg", "syscon";
13                 reg = <0x40001000 0x800>;
14         }