blob: 9db6dd61465eae06fe929f0f58941ba9e1924d9b [file] [log] [blame]
Philippe Reynesb9e92262022-03-09 14:56:19 +01001Common watchdog properties.
2
3Optional properties:
4- timeout-sec : Timeout of the watchdog in seconds
5 If this timeout is not defined, the value of WATCHDOG_TIMEOUT_MSECS will
6 be used instead.
7- hw_margin_ms : Period used to reset the watchdog in ms
8 If this period is not defined, the default value is 1000.
9- u-boot,noautostart : Specify that this watchdog should not autostart
10 When the config option WATCHDOG_AUTOSTART is set, all enabled
11 watchdogs are started. This property allows specifying that this
12 watchdog should NOT be started.