blob: d041fea2347443b5ab0adbcaf1389488c2e9a408 [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.
Rasmus Villemoesce66f192022-09-27 11:54:03 +02009- u-boot,noautostart :
10- u-boot,autostart : These (mutually exclusive) boolean properties can be used to control
11 whether the watchdog is automatically started when probed. If neither
12 are present, the behaviour is determined by the config option
13 WATCHDOG_AUTOSTART.