summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/mrvl/timer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/mrvl/timer.txt')
-rw-r--r--dts/Bindings/arm/mrvl/timer.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/Bindings/arm/mrvl/timer.txt b/dts/Bindings/arm/mrvl/timer.txt
new file mode 100644
index 0000000000..9a6e251462
--- /dev/null
+++ b/dts/Bindings/arm/mrvl/timer.txt
@@ -0,0 +1,13 @@
+* Marvell MMP Timer controller
+
+Required properties:
+- compatible : Should be "mrvl,mmp-timer".
+- reg : Address and length of the register set of timer controller.
+- interrupts : Should be the interrupt number.
+
+Example:
+ timer0: timer@d4014000 {
+ compatible = "mrvl,mmp-timer";
+ reg = <0xd4014000 0x100>;
+ interrupts = <13>;
+ };