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

socfpga-system.txt (586B)


      1Altera SOCFPGA System Manager
      2
      3Required properties:
      4- compatible : "altr,sys-mgr"
      5- reg : Should contain 1 register ranges(address and length)
      6- cpu1-start-addr : CPU1 start address in hex.
      7
      8Example:
      9	 sysmgr@ffd08000 {
     10		compatible = "altr,sys-mgr";
     11		reg = <0xffd08000 0x1000>;
     12		cpu1-start-addr = <0xffd080c4>;
     13	};
     14
     15ARM64 - Stratix10
     16Required properties:
     17- compatible : "altr,sys-mgr-s10"
     18- reg : Should contain 1 register range(address and length)
     19        for system manager register.
     20
     21Example:
     22	 sysmgr@ffd12000 {
     23		compatible = "altr,sys-mgr-s10";
     24		reg = <0xffd12000 0x228>;
     25	};