fsl,vf610-mscm-cpucfg.txt 468 B

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