Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next
- Handling all DM watchdogs in watchdog_reset() (Rasmus)
This commit is contained in:
19
doc/device-tree-bindings/watchdog/gpio-wdt.txt
Normal file
19
doc/device-tree-bindings/watchdog/gpio-wdt.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
GPIO watchdog timer
|
||||
|
||||
Describes a simple watchdog timer which is reset by toggling a gpio.
|
||||
|
||||
Required properties:
|
||||
|
||||
- compatible: Must be "linux,wdt-gpio".
|
||||
- gpios: gpio to toggle when wdt driver reset method is called.
|
||||
- always-running: Boolean property indicating that the watchdog cannot
|
||||
be disabled. At present, U-Boot only supports this kind of GPIO
|
||||
watchdog.
|
||||
|
||||
Example:
|
||||
|
||||
gpio-wdt {
|
||||
gpios = <&gpio0 1 0>;
|
||||
compatible = "linux,wdt-gpio";
|
||||
always-running;
|
||||
};
|
||||
Reference in New Issue
Block a user