Skip to content
Snippets Groups Projects
Commit 33ef0907 authored by Philippe Reynes's avatar Philippe Reynes Committed by Stefan Roese
Browse files

doc: device-tree-bindings: watchdog: document common properties


Adds simple documentation about common properties for watchdog
in the device tree.

Signed-off-by: default avatarPhilippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent ea5583b9
No related branches found
No related tags found
No related merge requests found
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 : Specify that this watchdog should not autostart
When the config option WATCHDOG_AUTOSTART is set, all enabled
watchdogs are started. This property allows specifying that this
watchdog should NOT be started.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment