cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

fsl,vf610-mscm-cpucfg.txt (468B)


      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	}