1Oxford Semiconductor OXNAS SoCs Family RPS Timer
2================================================
3
4Required properties:
5- compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
6- reg : Specifies base physical address and size of the registers.
7- interrupts : The interrupts of the two timers
8- clocks : The phandle of the timer clock source
9
10example:
11
12timer0: timer@200 {
13	compatible = "oxsemi,ox810se-rps-timer";
14	reg = <0x200 0x40>;
15	clocks = <&rpsclk>;
16	interrupts = <4 5>;
17};
18