diff options
author | Tero Kristo <t-kristo@ti.com> | 2018-03-12 10:10:06 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-12 17:13:39 +0300 |
commit | 4cd6847c28c5bce7fb2b4da04b465603d49ceb73 (patch) | |
tree | 2542f1453a2d9ba6e2d4b7d07db1ab02497ba70b /arch/arm/boot/dts/keystone-k2g.dtsi | |
parent | 189e542b93949e94517afb4d7b26e7f52d713369 (diff) | |
download | linux-4cd6847c28c5bce7fb2b4da04b465603d49ceb73.tar.xz |
ARM: dts: keystone-k2g: add watchdog support
Add a watchdog node for keystone-k2g, with the corresponding clock and
power domain handles.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2g.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2g.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index 39f56054f319..dca80ed864c7 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -596,5 +596,12 @@ power-domains = <&k2g_pds 0x0013>; clocks = <&k2g_clks 0x0013 0>; }; + + wdt: wdt@02250000 { + compatible = "ti,keystone-wdt", "ti,davinci-wdt"; + reg = <0x02250000 0x80>; + power-domains = <&k2g_pds 0x22>; + clocks = <&k2g_clks 0x22 0>; + }; }; }; |