blob: 2aa486cc1ff6a17ba8f1d95b75800a76941d2f5f [file] [log] [blame]
Thomas Abraham9487a9c2011-06-22 15:24:32 +05301* Samsung's Watchdog Timer Controller
2
3The Samsung's Watchdog controller is used for resuming system operation
4after a preset amount of time during which the WDT reset event has not
Masanari Iidaf21ccfa2013-01-14 15:14:56 +09005occurred.
Thomas Abraham9487a9c2011-06-22 15:24:32 +05306
7Required 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 Porceddac1fd5f62013-02-14 09:14:25 +010012
13Optional properties:
14- timeout-sec : contains the watchdog timeout in seconds.