blob: d191612539e8867129504b569e6c6a82e7514069 [file] [log] [blame]
Neil Armstrong43e88c82016-06-15 12:13:27 +02001Oxford Semiconductor OXNAS SoCs Family RPS Timer
2================================================
3
4Required properties:
Neil Armstrong2ea34012016-09-09 15:26:08 +02005- compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
Neil Armstrong43e88c82016-06-15 12:13:27 +02006- 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};