Skip to content

Commit

Permalink
ARM: zynq: DT: Add cadence watchdog node
Browse files Browse the repository at this point in the history
Add the cadence watchdog node to the Zynq devicetree.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Oct 20, 2014
1 parent 6c7ba41 commit 6714297
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,16 @@
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>;
};
};
};

0 comments on commit 6714297

Please sign in to comment.