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

cznic,turris-mox-rwtm.txt (527B)


      1Turris Mox rWTM firmware driver
      2
      3Required properties:
      4 - compatible		: Should be "cznic,turris-mox-rwtm"
      5 - mboxes		: Must contain a reference to associated mailbox
      6
      7This device tree node should be used on Turris Mox, or potentially another A3700
      8compatible device running the Mox's rWTM firmware in the secure processor (for
      9example it is possible to flash this firmware into EspressoBin).
     10
     11Example:
     12
     13	firmware {
     14		turris-mox-rwtm {
     15			compatible = "cznic,turris-mox-rwtm";
     16			mboxes = <&rwtm 0>;
     17			status = "okay";
     18		};
     19	};