summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/timer/moxa,moxart-timer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/timer/moxa,moxart-timer.txt')
-rw-r--r--dts/Bindings/timer/moxa,moxart-timer.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/dts/Bindings/timer/moxa,moxart-timer.txt b/dts/Bindings/timer/moxa,moxart-timer.txt
deleted file mode 100644
index e207c11630..0000000000
--- a/dts/Bindings/timer/moxa,moxart-timer.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-MOXA ART timer
-
-Required properties:
-
-- compatible : Must be one of:
- - "moxa,moxart-timer"
- - "aspeed,ast2400-timer"
-- reg : Should contain registers location and length
-- interrupts : Should contain the timer interrupt number
-- clocks : Should contain phandle for the clock that drives the counter
-
-Example:
-
- timer: timer@98400000 {
- compatible = "moxa,moxart-timer";
- reg = <0x98400000 0x42>;
- interrupts = <19 1>;
- clocks = <&coreclk>;
- };