Stephen Warren | d0f1c7f | 2012-09-15 22:18:10 -0600 | [diff] [blame] | 1 | BCM2835 Watchdog timer |
| 2 | |
| 3 | Required properties: |
| 4 | |
| 5 | - compatible : should be "brcm,bcm2835-pm-wdt" |
| 6 | - reg : Specifies base physical address and size of the registers. |
| 7 | |
Lubomir Rintel | 938d0a8 | 2013-06-18 19:44:48 +0200 | [diff] [blame] | 8 | Optional properties: |
| 9 | |
| 10 | - timeout-sec : Contains the watchdog timeout in seconds |
| 11 | |
Stephen Warren | d0f1c7f | 2012-09-15 22:18:10 -0600 | [diff] [blame] | 12 | Example: |
| 13 | |
| 14 | watchdog { |
| 15 | compatible = "brcm,bcm2835-pm-wdt"; |
| 16 | reg = <0x7e100000 0x28>; |
Lubomir Rintel | 938d0a8 | 2013-06-18 19:44:48 +0200 | [diff] [blame] | 17 | timeout-sec = <10>; |
Stephen Warren | d0f1c7f | 2012-09-15 22:18:10 -0600 | [diff] [blame] | 18 | }; |