summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/timer/oxsemi,rps-timer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/timer/oxsemi,rps-timer.txt')
-rw-r--r--dts/Bindings/timer/oxsemi,rps-timer.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/Bindings/timer/oxsemi,rps-timer.txt b/dts/Bindings/timer/oxsemi,rps-timer.txt
new file mode 100644
index 0000000000..3ca89cd1ca
--- /dev/null
+++ b/dts/Bindings/timer/oxsemi,rps-timer.txt
@@ -0,0 +1,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>;
+};