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

i2c-xgene-slimpro.txt (387B)


      1APM X-Gene SLIMpro Mailbox I2C Driver
      2
      3An I2C controller accessed over the "SLIMpro" mailbox.
      4
      5Required properties :
      6
      7 - compatible : should be "apm,xgene-slimpro-i2c"
      8 - mboxes : use the label reference for the mailbox as the first parameter.
      9	    The second parameter is the channel number.
     10
     11Example :
     12	i2cslimpro {
     13		compatible = "apm,xgene-slimpro-i2c";
     14		mboxes = <&mailbox 0>;
     15	};