aboutsummaryrefslogtreecommitdiff
path: root/dts/upstream/Bindings/timer/st,spear-timer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/upstream/Bindings/timer/st,spear-timer.txt')
-rw-r--r--dts/upstream/Bindings/timer/st,spear-timer.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/upstream/Bindings/timer/st,spear-timer.txt b/dts/upstream/Bindings/timer/st,spear-timer.txt
new file mode 100644
index 00000000000..b5238a07da1
--- /dev/null
+++ b/dts/upstream/Bindings/timer/st,spear-timer.txt
@@ -0,0 +1,16 @@
+* SPEAr ARM Timer
+
+** Timer node required properties:
+
+- compatible : Should be:
+ "st,spear-timer"
+- reg: Address range of the timer registers
+- interrupt: Should contain the timer interrupt number
+
+Example:
+
+ timer@f0000000 {
+ compatible = "st,spear-timer";
+ reg = <0xf0000000 0x400>;
+ interrupts = <2>;
+ };