aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3050_teltonika_rut5xx.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/rt3050_teltonika_rut5xx.dts')
-rw-r--r--target/linux/ramips/dts/rt3050_teltonika_rut5xx.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt3050_teltonika_rut5xx.dts b/target/linux/ramips/dts/rt3050_teltonika_rut5xx.dts
index cfdb4d6b4b..6be2590a0c 100644
--- a/target/linux/ramips/dts/rt3050_teltonika_rut5xx.dts
+++ b/target/linux/ramips/dts/rt3050_teltonika_rut5xx.dts
@@ -33,6 +33,15 @@
linux,code = <KEY_RESTART>;
};
};
+
+ watchdog {
+ compatible = "linux,wdt-gpio";
+ gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
+ hw_algo = "toggle";
+ /* hw_margin_ms is actually 280s but driver limits it to 60s */
+ hw_margin_ms = <60000>;
+ always-running;
+ };
};
&spi0 {