Merge remote-tracking branches 'asoc/topic/inntel', 'asoc/topic/input', 'asoc/topic...
[linux-2.6-block.git] / Documentation / devicetree / bindings / timer / oxsemi,rps-timer.txt
CommitLineData
43e88c8a
NA
1Oxford Semiconductor OXNAS SoCs Family RPS Timer
2================================================
3
4Required properties:
2ea3401e 5- compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
43e88c8a
NA
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};