summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/timer/mrvl,mmp-timer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/timer/mrvl,mmp-timer.txt')
-rw-r--r--dts/Bindings/timer/mrvl,mmp-timer.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/dts/Bindings/timer/mrvl,mmp-timer.txt b/dts/Bindings/timer/mrvl,mmp-timer.txt
deleted file mode 100644
index b8f02c6635..0000000000
--- a/dts/Bindings/timer/mrvl,mmp-timer.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-* 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.
-
-Optional properties:
-- clocks : Should contain a single entry describing the clock input.
-
-Example:
- timer0: timer@d4014000 {
- compatible = "mrvl,mmp-timer";
- reg = <0xd4014000 0x100>;
- interrupts = <13>;
- clocks = <&coreclk 2>;
- };