1
linux/Documentation/devicetree/bindings/watchdog/marvel.txt

22 lines
416 B
Plaintext
Raw Normal View History

* Marvell Orion Watchdog Time
Required Properties:
- Compatibility : "marvell,orion-wdt"
- reg : Address of the timer registers
Optional properties:
- interrupts : Contains the IRQ for watchdog expiration
- timeout-sec : Contains the watchdog timeout in seconds
Example:
wdt@20300 {
compatible = "marvell,orion-wdt";
reg = <0x20300 0x28>;
interrupts = <3>;
timeout-sec = <10>;
status = "okay";
};