1Freescale Vybrid Miscellaneous System Control - CPU Configuration
2
3The MSCM IP contains multiple sub modules, this binding describes the first
4block of registers which contains CPU configuration information.
5
6Required properties:
7- compatible:	"fsl,vf610-mscm-cpucfg", "syscon"
8- reg:		the register range of the MSCM CPU configuration registers
9
10Example:
11	mscm_cpucfg: cpucfg@40001000 {
12		compatible = "fsl,vf610-mscm-cpucfg", "syscon";
13		reg = <0x40001000 0x800>;
14	}
15