Roland Stigge | 3ba3774 | 2012-04-20 21:55:29 +0200 | [diff] [blame] | 1 | * NXP PNX watchdog timer |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible: must be "nxp,pnx4008-wdt" |
| 5 | - reg: physical base address of the controller and length of memory mapped |
| 6 | region. |
| 7 | |
Fabio Porcedda | c1fd5f6 | 2013-02-14 09:14:25 +0100 | [diff] [blame] | 8 | Optional properties: |
| 9 | - timeout-sec: contains the watchdog timeout in seconds. |
| 10 | |
Roland Stigge | 3ba3774 | 2012-04-20 21:55:29 +0200 | [diff] [blame] | 11 | Example: |
| 12 | |
| 13 | watchdog@4003C000 { |
| 14 | compatible = "nxp,pnx4008-wdt"; |
| 15 | reg = <0x4003C000 0x1000>; |
Fabio Porcedda | c1fd5f6 | 2013-02-14 09:14:25 +0100 | [diff] [blame] | 16 | timeout-sec = <10>; |
Roland Stigge | 3ba3774 | 2012-04-20 21:55:29 +0200 | [diff] [blame] | 17 | }; |