2011-06-22 09:54:32 +00:00
|
|
|
* Samsung's Watchdog Timer Controller
|
|
|
|
|
|
|
|
The Samsung's Watchdog controller is used for resuming system operation
|
|
|
|
after a preset amount of time during which the WDT reset event has not
|
2013-01-14 06:14:56 +00:00
|
|
|
occurred.
|
2011-06-22 09:54:32 +00:00
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "samsung,s3c2410-wdt"
|
|
|
|
- reg : base physical address of the controller and length of memory mapped
|
|
|
|
region.
|
|
|
|
- interrupts : interrupt number to the cpu.
|
2013-02-14 08:14:25 +00:00
|
|
|
|
|
|
|
Optional properties:
|
|
|
|
- timeout-sec : contains the watchdog timeout in seconds.
|