Commit 1172f67f authored by Baruch Siach's avatar Baruch Siach Committed by Olof Johansson

ARM: digicolor: enable watchdog device

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent bc0195aa
......@@ -88,6 +88,13 @@ rtc@f0000c30 {
interrupts = <25>;
};
watchdog@f0000fc0 {
compatible = "cnxt,cx92755-wdt";
reg = <0xf0000fc0 0x8>;
clocks = <&main_clk>;
timeout-sec = <15>;
};
uc_regs: syscon@f00003a0 {
compatible = "cnxt,cx92755-uc", "syscon";
reg = <0xf00003a0 0x10>;
......
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