Commit a98b6057 authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Dinh Nguyen

ARM: socfpga: dts: add watchdog0+1

The SoCFPGA has two watchdog timers. Add them to the dtsi.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
[dinh: modified patch to have correct irq flag]
Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
parent 6ec08c71
......@@ -715,6 +715,22 @@ usb1: usb@ffb40000 {
status = "disabled";
};
watchdog0: watchdog@ffd02000 {
compatible = "snps,dw-wdt";
reg = <0xffd02000 0x1000>;
interrupts = <0 171 4>;
clocks = <&osc1>;
status = "disabled";
};
watchdog1: watchdog@ffd03000 {
compatible = "snps,dw-wdt";
reg = <0xffd03000 0x1000>;
interrupts = <0 172 4>;
clocks = <&osc1>;
status = "disabled";
};
sysmgr: sysmgr@ffd08000 {
compatible = "altr,sys-mgr", "syscon";
reg = <0xffd08000 0x4000>;
......
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