aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/zynq-7000.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/zynq-7000.dtsi')
-rw-r--r--arch/arm/boot/dts/zynq-7000.dtsi45
1 files changed, 6 insertions, 39 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index 9e1c339c4491..748fc347ed18 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -118,56 +118,23 @@
118 }; 118 };
119 119
120 ttc0: ttc0@f8001000 { 120 ttc0: ttc0@f8001000 {
121 #address-cells = <1>; 121 interrupt-parent = <&intc>;
122 #size-cells = <0>; 122 interrupts = < 0 10 4 0 11 4 0 12 4 >;
123 compatible = "xlnx,ttc"; 123 compatible = "cdns,ttc";
124 reg = <0xF8001000 0x1000>; 124 reg = <0xF8001000 0x1000>;
125 clocks = <&cpu_clk 3>; 125 clocks = <&cpu_clk 3>;
126 clock-names = "cpu_1x"; 126 clock-names = "cpu_1x";
127 clock-ranges; 127 clock-ranges;
128
129 ttc0_0: ttc0.0 {
130 status = "disabled";
131 reg = <0>;
132 interrupts = <0 10 4>;
133 };
134 ttc0_1: ttc0.1 {
135 status = "disabled";
136 reg = <1>;
137 interrupts = <0 11 4>;
138 };
139 ttc0_2: ttc0.2 {
140 status = "disabled";
141 reg = <2>;
142 interrupts = <0 12 4>;
143 };
144 }; 128 };
145 129
146 ttc1: ttc1@f8002000 { 130 ttc1: ttc1@f8002000 {
147 #interrupt-parent = <&intc>; 131 interrupt-parent = <&intc>;
148 #address-cells = <1>; 132 interrupts = < 0 37 4 0 38 4 0 39 4 >;
149 #size-cells = <0>; 133 compatible = "cdns,ttc";
150 compatible = "xlnx,ttc";
151 reg = <0xF8002000 0x1000>; 134 reg = <0xF8002000 0x1000>;
152 clocks = <&cpu_clk 3>; 135 clocks = <&cpu_clk 3>;
153 clock-names = "cpu_1x"; 136 clock-names = "cpu_1x";
154 clock-ranges; 137 clock-ranges;
155
156 ttc1_0: ttc1.0 {
157 status = "disabled";
158 reg = <0>;
159 interrupts = <0 37 4>;
160 };
161 ttc1_1: ttc1.1 {
162 status = "disabled";
163 reg = <1>;
164 interrupts = <0 38 4>;
165 };
166 ttc1_2: ttc1.2 {
167 status = "disabled";
168 reg = <2>;
169 interrupts = <0 39 4>;
170 };
171 }; 138 };
172 }; 139 };
173}; 140};