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

m4if.txt (284B)


      1* Freescale Multi Master Multi Memory Interface (M4IF) module
      2
      3Required properties:
      4- compatible : Should be "fsl,imx51-m4if"
      5- reg : Address and length of the register set for the device
      6
      7Example:
      8
      9m4if: m4if@83fd8000 {
     10	compatible = "fsl,imx51-m4if";
     11	reg = <0x83fd8000 0x1000>;
     12};