2012-06-10 13:20:06 +00:00
|
|
|
* Marvell Orion Watchdog Time
|
|
|
|
|
|
|
|
Required Properties:
|
|
|
|
|
|
|
|
- Compatibility : "marvell,orion-wdt"
|
|
|
|
- reg : Address of the timer registers
|
|
|
|
|
2013-02-14 08:14:25 +00:00
|
|
|
Optional properties:
|
|
|
|
|
|
|
|
- timeout-sec : Contains the watchdog timeout in seconds
|
|
|
|
|
2012-06-10 13:20:06 +00:00
|
|
|
Example:
|
|
|
|
|
|
|
|
wdt@20300 {
|
|
|
|
compatible = "marvell,orion-wdt";
|
|
|
|
reg = <0x20300 0x28>;
|
2013-02-14 08:14:25 +00:00
|
|
|
timeout-sec = <10>;
|
2012-06-10 13:20:06 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|