summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-08-09 13:03:47 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-08-09 13:03:47 +1000
commit70f6471246bce2761c4d541fc954a06f093b8af6 (patch)
tree5c8564f8eddd02df6d19ce5cfeb04f3b28af4a57 /Documentation/devicetree
parente91d307be5014490c404bd501a9fd9fc3d061da5 (diff)
parentef85938077674b176ae9bbe605fcf9dcc62428bc (diff)
Merge remote-tracking branch 'tip/auto-latest'
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
new file mode 100644
index 000000000000..77c4cfa198ee
--- /dev/null
+++ b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
@@ -0,0 +1,17 @@
+MOXA ART timer
+
+Required properties:
+
+- compatible : Should be "moxa,moxart-timer"
+- reg : Should contain registers location and length
+- interrupts : Should contain the timer interrupt number
+- clocks : Should contain phandle for APB clock "clkapb"
+
+Example:
+
+ timer: timer@98400000 {
+ compatible = "moxa,moxart-timer";
+ reg = <0x98400000 0x42>;
+ interrupts = <19 1>;
+ clocks = <&clkapb>;
+ };