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

via,vt8500-timer.txt (355B)


      1VIA/Wondermedia VT8500 Timer
      2-----------------------------------------------------
      3
      4Required properties:
      5- compatible : "via,vt8500-timer"
      6- reg : Should contain 1 register ranges(address and length)
      7- interrupts : interrupt for the timer
      8
      9Example:
     10
     11	timer@d8130100 {
     12		compatible = "via,vt8500-timer";
     13		reg = <0xd8130100 0x28>;
     14		interrupts = <36>;
     15	};