summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/qca-ar7130-wdt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/watchdog/qca-ar7130-wdt.txt')
-rw-r--r--dts/Bindings/watchdog/qca-ar7130-wdt.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/Bindings/watchdog/qca-ar7130-wdt.txt b/dts/Bindings/watchdog/qca-ar7130-wdt.txt
new file mode 100644
index 0000000000..7a89e5f854
--- /dev/null
+++ b/dts/Bindings/watchdog/qca-ar7130-wdt.txt
@@ -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>;
+};