blob: 3ca89cd1caef5a6975f03c6eada8d2f8d0a899ed [file] [log] [blame]
Neil Armstrong43e88c82016-06-15 12:13:27 +02001Oxford Semiconductor OXNAS SoCs Family RPS Timer
2================================================
3
4Required properties:
5- compatible: Should be "oxsemi,ox810se-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};