Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / watchdog / mtk-wdt.txt
diff --git a/kernel/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/kernel/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
new file mode 100644 (file)
index 0000000..af9eb5b
--- /dev/null
@@ -0,0 +1,13 @@
+Mediatek SoCs Watchdog timer
+
+Required properties:
+
+- compatible : should be "mediatek,mt6589-wdt"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog@010000000 {
+       compatible = "mediatek,mt6589-wdt";
+       reg = <0x10000000 0x18>;
+};