blob: 5dc8d30061ce0b9c01347864135c5f0a40763751 [file] [log] [blame]
Andrew Lunn1e7bad02012-06-10 15:20:06 +02001* Marvell Orion Watchdog Time
2
3Required Properties:
4
5- Compatibility : "marvell,orion-wdt"
6- reg : Address of the timer registers
7
Fabio Porceddac1fd5f62013-02-14 09:14:25 +01008Optional properties:
9
10- timeout-sec : Contains the watchdog timeout in seconds
11
Andrew Lunn1e7bad02012-06-10 15:20:06 +020012Example:
13
14 wdt@20300 {
15 compatible = "marvell,orion-wdt";
16 reg = <0x20300 0x28>;
Fabio Porceddac1fd5f62013-02-14 09:14:25 +010017 timeout-sec = <10>;
Andrew Lunn1e7bad02012-06-10 15:20:06 +020018 status = "okay";
19 };