Thomas Abraham | 9487a9c | 2011-06-22 15:24:32 +0530 | [diff] [blame] | 1 | * Samsung's Watchdog Timer Controller |
| 2 | |
| 3 | The Samsung's Watchdog controller is used for resuming system operation |
| 4 | after a preset amount of time during which the WDT reset event has not |
Masanari Iida | f21ccfa | 2013-01-14 15:14:56 +0900 | [diff] [blame] | 5 | occurred. |
Thomas Abraham | 9487a9c | 2011-06-22 15:24:32 +0530 | [diff] [blame] | 6 | |
| 7 | Required properties: |
| 8 | - compatible : should be "samsung,s3c2410-wdt" |
| 9 | - reg : base physical address of the controller and length of memory mapped |
| 10 | region. |
| 11 | - interrupts : interrupt number to the cpu. |
Fabio Porcedda | c1fd5f6 | 2013-02-14 09:14:25 +0100 | [diff] [blame] | 12 | |
| 13 | Optional properties: |
| 14 | - timeout-sec : contains the watchdog timeout in seconds. |