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