summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/twl4030-wdt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/watchdog/twl4030-wdt.txt')
-rw-r--r--dts/Bindings/watchdog/twl4030-wdt.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/dts/Bindings/watchdog/twl4030-wdt.txt b/dts/Bindings/watchdog/twl4030-wdt.txt
new file mode 100644
index 0000000000..80a37193c0
--- /dev/null
+++ b/dts/Bindings/watchdog/twl4030-wdt.txt
@@ -0,0 +1,10 @@
+Device tree bindings for twl4030-wdt driver (TWL4030 watchdog)
+
+Required properties:
+ compatible = "ti,twl4030-wdt";
+
+Example:
+
+watchdog {
+ compatible = "ti,twl4030-wdt";
+};