ARM: zynq: DT: Add cadence watchdog node
authorMichal Simek <michal.simek@xilinx.com>
Thu, 2 Oct 2014 13:09:15 +0000 (15:09 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 20 Oct 2014 13:20:16 +0000 (15:20 +0200)
Add the cadence watchdog node to the Zynq devicetree.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi

index 2690e6d..ea2651c 100644 (file)
                        reg = <0xf8f00600 0x20>;
                        clocks = <&clkc 4>;
                };
+
+               watchdog0: watchdog@f8005000 {
+                       clocks = <&clkc 45>;
+                       compatible = "xlnx,zynq-wdt-r1p2";
+                       device_type = "watchdog";
+                       interrupt-parent = <&intc>;
+                       interrupts = <0 9 1>;
+                       reg = <0xf8005000 0x1000>;
+                       reset = <0>;
+                       timeout-sec = <10>;
+               };
        };
 };