diff options
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31.dtsi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index c1751a64889a..7e8d630138f5 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi | |||
@@ -209,6 +209,24 @@ | |||
209 | }; | 209 | }; |
210 | }; | 210 | }; |
211 | 211 | ||
212 | ahb1_rst: reset@01c202c0 { | ||
213 | #reset-cells = <1>; | ||
214 | compatible = "allwinner,sun6i-a31-ahb1-reset"; | ||
215 | reg = <0x01c202c0 0xc>; | ||
216 | }; | ||
217 | |||
218 | apb1_rst: reset@01c202d0 { | ||
219 | #reset-cells = <1>; | ||
220 | compatible = "allwinner,sun6i-a31-clock-reset"; | ||
221 | reg = <0x01c202d0 0x4>; | ||
222 | }; | ||
223 | |||
224 | apb2_rst: reset@01c202d8 { | ||
225 | #reset-cells = <1>; | ||
226 | compatible = "allwinner,sun6i-a31-clock-reset"; | ||
227 | reg = <0x01c202d8 0x4>; | ||
228 | }; | ||
229 | |||
212 | timer@01c20c00 { | 230 | timer@01c20c00 { |
213 | compatible = "allwinner,sun4i-timer"; | 231 | compatible = "allwinner,sun4i-timer"; |
214 | reg = <0x01c20c00 0xa0>; | 232 | reg = <0x01c20c00 0xa0>; |
@@ -232,6 +250,7 @@ | |||
232 | reg-shift = <2>; | 250 | reg-shift = <2>; |
233 | reg-io-width = <4>; | 251 | reg-io-width = <4>; |
234 | clocks = <&apb2_gates 16>; | 252 | clocks = <&apb2_gates 16>; |
253 | resets = <&apb2_rst 16>; | ||
235 | status = "disabled"; | 254 | status = "disabled"; |
236 | }; | 255 | }; |
237 | 256 | ||
@@ -242,6 +261,7 @@ | |||
242 | reg-shift = <2>; | 261 | reg-shift = <2>; |
243 | reg-io-width = <4>; | 262 | reg-io-width = <4>; |
244 | clocks = <&apb2_gates 17>; | 263 | clocks = <&apb2_gates 17>; |
264 | resets = <&apb2_rst 17>; | ||
245 | status = "disabled"; | 265 | status = "disabled"; |
246 | }; | 266 | }; |
247 | 267 | ||
@@ -252,6 +272,7 @@ | |||
252 | reg-shift = <2>; | 272 | reg-shift = <2>; |
253 | reg-io-width = <4>; | 273 | reg-io-width = <4>; |
254 | clocks = <&apb2_gates 18>; | 274 | clocks = <&apb2_gates 18>; |
275 | resets = <&apb2_rst 18>; | ||
255 | status = "disabled"; | 276 | status = "disabled"; |
256 | }; | 277 | }; |
257 | 278 | ||
@@ -262,6 +283,7 @@ | |||
262 | reg-shift = <2>; | 283 | reg-shift = <2>; |
263 | reg-io-width = <4>; | 284 | reg-io-width = <4>; |
264 | clocks = <&apb2_gates 19>; | 285 | clocks = <&apb2_gates 19>; |
286 | resets = <&apb2_rst 19>; | ||
265 | status = "disabled"; | 287 | status = "disabled"; |
266 | }; | 288 | }; |
267 | 289 | ||
@@ -272,6 +294,7 @@ | |||
272 | reg-shift = <2>; | 294 | reg-shift = <2>; |
273 | reg-io-width = <4>; | 295 | reg-io-width = <4>; |
274 | clocks = <&apb2_gates 20>; | 296 | clocks = <&apb2_gates 20>; |
297 | resets = <&apb2_rst 20>; | ||
275 | status = "disabled"; | 298 | status = "disabled"; |
276 | }; | 299 | }; |
277 | 300 | ||
@@ -282,6 +305,7 @@ | |||
282 | reg-shift = <2>; | 305 | reg-shift = <2>; |
283 | reg-io-width = <4>; | 306 | reg-io-width = <4>; |
284 | clocks = <&apb2_gates 21>; | 307 | clocks = <&apb2_gates 21>; |
308 | resets = <&apb2_rst 21>; | ||
285 | status = "disabled"; | 309 | status = "disabled"; |
286 | }; | 310 | }; |
287 | 311 | ||