aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/zynq-7000.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index 51243db2e9e4..2a1df1bc4b99 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -129,5 +129,12 @@
129 clock-names = "cpu_1x"; 129 clock-names = "cpu_1x";
130 clock-ranges; 130 clock-ranges;
131 }; 131 };
132 scutimer: scutimer@f8f00600 {
133 interrupt-parent = <&intc>;
134 interrupts = < 1 13 0x301 >;
135 compatible = "arm,cortex-a9-twd-timer";
136 reg = < 0xf8f00600 0x20 >;
137 clocks = <&cpu_clk 1>;
138 } ;
132 }; 139 };
133}; 140};