commit | 4e1179bba55da78d462b47c9b744b12bdab7ee57 | [log] [tgz] |
---|---|---|
author | Subramanian Meenakshi Sundaram <subbu147@gmail.com> | Wed Oct 24 22:16:25 2018 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Nov 02 15:09:22 2018 -0500 |
tree | a31badf1b7eae378030ddeb3eea39e83e126a69b | |
parent | f05888446db6e7f075fe9b11e656fa633dd52a8d [diff] |
drivers: watchdog: Adding watchdog support for sam SOC Adding watchdog driver for sam SoC. The current implemntation just diables the watchdog on device boot. This PR adds the following support for SAM3X, SAM4S and SAME70 1. Activate processor reset 2. Activate all reset 3. Generate interrupt on watchdog timer expiration. Signed-off-by: Subramanian Meenakshi Sundaram <subbu147@gmail.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>