Commit 4cd6847c authored by Tero Kristo's avatar Tero Kristo Committed by Arnd Bergmann

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: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 189e542b
......@@ -596,5 +596,12 @@ spi3: spi@21806000 {
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>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment