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