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

socionext,milbeaut-timer.txt (392B)


      1Milbeaut SoCs Timer Controller
      2
      3Required properties:
      4
      5- compatible : should be "socionext,milbeaut-timer".
      6- reg : Specifies base physical address and size of the registers.
      7- interrupts : The interrupt of the first timer.
      8- clocks: phandle to the input clk.
      9
     10Example:
     11
     12timer {
     13	compatible = "socionext,milbeaut-timer";
     14	reg = <0x1e000050 0x20>
     15	interrupts = <0 91 4>;
     16	clocks = <&clk 4>;
     17};