summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/meson-wdt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/watchdog/meson-wdt.txt')
-rw-r--r--dts/Bindings/watchdog/meson-wdt.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/dts/Bindings/watchdog/meson-wdt.txt b/dts/Bindings/watchdog/meson-wdt.txt
index 8a6d84cb36..7588cc3971 100644
--- a/dts/Bindings/watchdog/meson-wdt.txt
+++ b/dts/Bindings/watchdog/meson-wdt.txt
@@ -9,9 +9,13 @@ Required properties:
"amlogic,meson8m2-wdt" and "amlogic,meson8b-wdt" on Meson8m2 SoCs
- reg : Specifies base physical address and size of the registers.
+Optional properties:
+- timeout-sec: contains the watchdog timeout in seconds.
+
Example:
wdt: watchdog@c1109900 {
compatible = "amlogic,meson6-wdt";
reg = <0xc1109900 0x8>;
+ timeout-sec = <10>;
};