Philippe Reynes | b9e9226 | 2022-03-09 14:56:19 +0100 | [diff] [blame] | 1 | Common watchdog properties. |
| 2 | |
| 3 | Optional 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 Villemoes | ce66f19 | 2022-09-27 11:54:03 +0200 | [diff] [blame] | 9 | - 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. |