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. |
| 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. |