mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
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>
This commit is contained in:
committed by
Arnd Bergmann
parent
189e542b93
commit
4cd6847c28
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user