Shawn Guo | f5a427e | 2011-07-18 11:15:21 +0800 | [diff] [blame] | 1 | * Freescale i.MX Watchdog Timer (WDT) Controller |
2 | |||||
3 | Required properties: | ||||
4 | - compatible : Should be "fsl,<soc>-wdt" | ||||
5 | - reg : Should contain WDT registers location and length | ||||
6 | - interrupts : Should contain WDT interrupt | ||||
7 | |||||
8 | Examples: | ||||
9 | |||||
10 | wdt@73f98000 { | ||||
11 | compatible = "fsl,imx51-wdt", "fsl,imx21-wdt"; | ||||
12 | reg = <0x73f98000 0x4000>; | ||||
13 | interrupts = <58>; | ||||
14 | }; |