~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: d041fea2347443b5ab0adbcaf1389488c2e9a408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Common watchdog properties.

Optional properties:
- timeout-sec : Timeout of the watchdog in seconds
                If this timeout is not defined, the value of WATCHDOG_TIMEOUT_MSECS will
                be used instead.
- hw_margin_ms : Period used to reset the watchdog in ms
                 If this period is not defined, the default value is 1000.
- u-boot,noautostart :
- u-boot,autostart : These (mutually exclusive) boolean properties can be used to control
                     whether the watchdog is automatically started when probed. If neither
                     are present, the behaviour is determined by the config option
                     WATCHDOG_AUTOSTART.