summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/freescale/fsl,vf610-mscm-cpucfg.txt
blob: 44aa3c451ccf70f6d7e3e3a5fbc47f2b67cb5bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Freescale Vybrid Miscellaneous System Control - CPU Configuration

The MSCM IP contains multiple sub modules, this binding describes the first
block of registers which contains CPU configuration information.

Required properties:
- compatible:	"fsl,vf610-mscm-cpucfg", "syscon"
- reg:		the register range of the MSCM CPU configuration registers

Example:
	mscm_cpucfg: cpucfg@40001000 {
		compatible = "fsl,vf610-mscm-cpucfg", "syscon";
		reg = <0x40001000 0x800>;
	}