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

tigerp.txt (263B)


      1* Freescale Tigerp platform module
      2
      3Required properties:
      4- compatible : Should be "fsl,imx51-tigerp"
      5- reg : Address and length of the register set for the device
      6
      7Example:
      8
      9tigerp: tigerp@83fa0000 {
     10	compatible = "fsl,imx51-tigerp";
     11	reg = <0x83fa0000 0x28>;
     12};