Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / watchdog / qca-ar7130-wdt.txt
diff --git a/kernel/Documentation/devicetree/bindings/watchdog/qca-ar7130-wdt.txt b/kernel/Documentation/devicetree/bindings/watchdog/qca-ar7130-wdt.txt
new file mode 100644 (file)
index 0000000..7a89e5f
--- /dev/null
@@ -0,0 +1,13 @@
+* Qualcomm Atheros AR7130 Watchdog Timer (WDT) Controller
+
+Required properties:
+- compatible: must be "qca,ar7130-wdt"
+- reg: physical base address of the controller and length of memory mapped
+  region.
+
+Example:
+
+wdt@18060008 {
+       compatible = "qca,ar9330-wdt", "qca,ar7130-wdt";
+       reg = <0x18060008 0x8>;
+};