Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / timer / oxsemi,rps-timer.txt
1 Oxford Semiconductor OXNAS SoCs Family RPS Timer
2 ================================================
3
4 Required 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
10 example:
11
12 timer0: timer@200 {
13         compatible = "oxsemi,ox810se-rps-timer";
14         reg = <0x200 0x40>;
15         clocks = <&rpsclk>;
16         interrupts = <4 5>;
17 };