xref: /openbmc/linux/Documentation/devicetree/bindings/arm/freescale/fsl,vf610-mscm-cpucfg.txt (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1*4a073175SStefan AgnerFreescale Vybrid Miscellaneous System Control - CPU Configuration
2*4a073175SStefan Agner
3*4a073175SStefan AgnerThe MSCM IP contains multiple sub modules, this binding describes the first
4*4a073175SStefan Agnerblock of registers which contains CPU configuration information.
5*4a073175SStefan Agner
6*4a073175SStefan AgnerRequired properties:
7*4a073175SStefan Agner- compatible:	"fsl,vf610-mscm-cpucfg", "syscon"
8*4a073175SStefan Agner- reg:		the register range of the MSCM CPU configuration registers
9*4a073175SStefan Agner
10*4a073175SStefan AgnerExample:
11*4a073175SStefan Agner	mscm_cpucfg: cpucfg@40001000 {
12*4a073175SStefan Agner		compatible = "fsl,vf610-mscm-cpucfg", "syscon";
13*4a073175SStefan Agner		reg = <0x40001000 0x800>;
14*4a073175SStefan Agner	}
15