]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 2690e6d01f718859921f614fb5e16d863415a925..ea2651cd92ec5cabc7993c3dae5e27e673b885af 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>;
+               };
        };
 };