]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
Xilinx: ARM: added twd timer to zc706 devicetree.
authorBryce Kellogg <bryce.kellogg@xilinx.com>
Tue, 14 Aug 2012 16:46:56 +0000 (09:46 -0700)
committerJohn Linn <john.linn@xilinx.com>
Tue, 14 Aug 2012 17:17:32 +0000 (10:17 -0700)
Signed-off-by: Bryce Kellogg <bryce.kellogg@xilinx.com>
arch/arm/boot/dts/zynq-zc706.dts

index 1606e6dc13787883d6faf1986059aafeb0023cd5..a9cebc09462062337435ced45ad0741f14f418e3 100644 (file)
@@ -1,4 +1,5 @@
 /dts-v1/;
+
 / {
        model = "Xilinx Zynq ZC706";
        compatible = "xlnx,zynq-zc706";
                        clock-frequency-timer2 = <111111111>;
                };
 
+               timer@f8f00600 {
+                       compatible = "arm,cortex-a9-twd-timer";
+                       reg = <0xf8f00600 0x20>;
+                       interrupts = <1 13 0x0100>;
+                       interrupt-parent = <&gic>;
+               };
+
                swdt@f8005000 {
                        device_type = "watchdog";
                        compatible = "xlnx,ps7-wdt-1.00.a";