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

ezchip,nps400-timer1.txt (298B)


      1NPS Network Processor
      2
      3Required properties:
      4
      5- compatible :	should be "ezchip,nps400-timer1"
      6
      7Clocks required for compatible = "ezchip,nps400-timer1":
      8- clocks : Must contain a single entry describing the clock input
      9
     10Example:
     11
     12timer {
     13	compatible = "ezchip,nps400-timer1";
     14	clocks = <&sysclk>;
     15};