summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/timer/oxsemi,rps-timer.txt
blob: 3ca89cd1caef5a6975f03c6eada8d2f8d0a899ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Oxford Semiconductor OXNAS SoCs Family RPS Timer
================================================

Required properties:
- compatible: Should be "oxsemi,ox810se-rps-timer"
- reg : Specifies base physical address and size of the registers.
- interrupts : The interrupts of the two timers
- clocks : The phandle of the timer clock source

example:

timer0: timer@200 {
	compatible = "oxsemi,ox810se-rps-timer";
	reg = <0x200 0x40>;
	clocks = <&rpsclk>;
	interrupts = <4 5>;
};