Andrew Lunn | 1e7bad0 | 2012-06-10 15:20:06 +0200 | [diff] [blame] | 1 | * Marvell Orion Watchdog Time |
| 2 | |
| 3 | Required Properties: |
| 4 | |
| 5 | - Compatibility : "marvell,orion-wdt" |
| 6 | - reg : Address of the timer registers |
| 7 | |
Fabio Porcedda | c1fd5f6 | 2013-02-14 09:14:25 +0100 | [diff] [blame] | 8 | Optional properties: |
| 9 | |
| 10 | - timeout-sec : Contains the watchdog timeout in seconds |
| 11 | |
Andrew Lunn | 1e7bad0 | 2012-06-10 15:20:06 +0200 | [diff] [blame] | 12 | Example: |
| 13 | |
| 14 | wdt@20300 { |
| 15 | compatible = "marvell,orion-wdt"; |
| 16 | reg = <0x20300 0x28>; |
Fabio Porcedda | c1fd5f6 | 2013-02-14 09:14:25 +0100 | [diff] [blame] | 17 | timeout-sec = <10>; |
Andrew Lunn | 1e7bad0 | 2012-06-10 15:20:06 +0200 | [diff] [blame] | 18 | status = "okay"; |
| 19 | }; |