| 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 | |||||
| 8 | Example: | ||||
| 9 | |||||
| 10 | wdt@20300 { | ||||
| 11 | compatible = "marvell,orion-wdt"; | ||||
| 12 | reg = <0x20300 0x28>; | ||||
| 13 | status = "okay"; | ||||
| 14 | }; | ||||