xref: /freebsd/sys/contrib/device-tree/Bindings/timer/oxsemi,rps-timer.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotOxford Semiconductor OXNAS SoCs Family RPS Timer
2*c66ec88fSEmmanuel Vadot================================================
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotRequired properties:
5*c66ec88fSEmmanuel Vadot- compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
6*c66ec88fSEmmanuel Vadot- reg : Specifies base physical address and size of the registers.
7*c66ec88fSEmmanuel Vadot- interrupts : The interrupts of the two timers
8*c66ec88fSEmmanuel Vadot- clocks : The phandle of the timer clock source
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadotexample:
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadottimer0: timer@200 {
13*c66ec88fSEmmanuel Vadot	compatible = "oxsemi,ox810se-rps-timer";
14*c66ec88fSEmmanuel Vadot	reg = <0x200 0x40>;
15*c66ec88fSEmmanuel Vadot	clocks = <&rpsclk>;
16*c66ec88fSEmmanuel Vadot	interrupts = <4 5>;
17*c66ec88fSEmmanuel Vadot};
18