aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-10-02 09:09:15 -0400
committerMichal Simek <michal.simek@xilinx.com>2014-10-20 09:20:16 -0400
commit6714297b1bb472d3b475af47ed0f91bbe012eea4 (patch)
tree895b3bfe168dc617907918b42f37f3676d2f9a63 /arch/arm/boot
parent6c7ba4157bfcec1d264c79095eeeae846527cd96 (diff)
ARM: zynq: DT: Add cadence watchdog node
Add the cadence watchdog node to the Zynq devicetree. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/zynq-7000.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index 2690e6d01f71..ea2651cd92ec 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -314,5 +314,16 @@
314 reg = <0xf8f00600 0x20>; 314 reg = <0xf8f00600 0x20>;
315 clocks = <&clkc 4>; 315 clocks = <&clkc 4>;
316 }; 316 };
317
318 watchdog0: watchdog@f8005000 {
319 clocks = <&clkc 45>;
320 compatible = "xlnx,zynq-wdt-r1p2";
321 device_type = "watchdog";
322 interrupt-parent = <&intc>;
323 interrupts = <0 9 1>;
324 reg = <0xf8005000 0x1000>;
325 reset = <0>;
326 timeout-sec = <10>;
327 };
317 }; 328 };
318}; 329};