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

snps,archs-gfrc.txt (287B)


      1Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
      2- clocksource provider for SMP SoC
      3
      4Required properties:
      5
      6- compatible : should be "snps,archs-gfrc"
      7- clocks     : phandle to the source clock
      8
      9Example:
     10
     11	gfrc {
     12		compatible = "snps,archs-gfrc";
     13		clocks = <&core_clk>;
     14	};