blob: bef0d00be8b23e9a4118f4b87d28e81c36d408f5 [file] [log] [blame]
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +02001/*
2 * Copyright (C) 2016 ARM Ltd.
3 * based on the Allwinner H3 dtsi:
Andre Przywarac1fd2442016-05-04 22:15:33 +01004 * Copyright (C) 2015 Jens Kuske <jenskuske@gmail.com>
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +02005 *
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
9 * whole.
10 *
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
15 *
16 * This file is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * Or, alternatively,
22 *
23 * b) Permission is hereby granted, free of charge, to any person
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
26 * restriction, including without limitation the rights to use,
27 * copy, modify, merge, publish, distribute, sublicense, and/or
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
30 * conditions:
31 *
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
34 *
35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
43 */
44
45#include <dt-bindings/interrupt-controller/arm-gic.h>
46#include <dt-bindings/pinctrl/sun4i-a10.h>
47
48/ {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +020049 interrupt-parent = <&gic>;
50 #address-cells = <1>;
51 #size-cells = <1>;
52
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +020053 cpus {
54 #address-cells = <1>;
55 #size-cells = <0>;
56
57 cpu@0 {
58 compatible = "arm,cortex-a53", "arm,armv8";
59 device_type = "cpu";
60 reg = <0>;
61 enable-method = "psci";
62 };
63
64 cpu@1 {
65 compatible = "arm,cortex-a53", "arm,armv8";
66 device_type = "cpu";
67 reg = <1>;
68 enable-method = "psci";
69 };
70
71 cpu@2 {
72 compatible = "arm,cortex-a53", "arm,armv8";
73 device_type = "cpu";
74 reg = <2>;
75 enable-method = "psci";
76 };
77
78 cpu@3 {
79 compatible = "arm,cortex-a53", "arm,armv8";
80 device_type = "cpu";
81 reg = <3>;
82 enable-method = "psci";
83 };
84 };
85
86 psci {
Andre Przywarac1fd2442016-05-04 22:15:33 +010087 compatible = "arm,psci-0.2";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +020088 method = "smc";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +020089 };
90
Andre Przywarac1fd2442016-05-04 22:15:33 +010091 memory {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +020092 device_type = "memory";
93 reg = <0x40000000 0>;
94 };
95
Andre Przywarac1fd2442016-05-04 22:15:33 +010096 gic: interrupt-controller@1c81000 {
97 compatible = "arm,gic-400";
98 interrupt-controller;
99 #interrupt-cells = <3>;
100 #address-cells = <0>;
101
102 reg = <0x01c81000 0x1000>,
103 <0x01c82000 0x2000>,
104 <0x01c84000 0x2000>,
105 <0x01c86000 0x2000>;
106 interrupts = <GIC_PPI 9
107 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
108 };
109
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200110 timer {
111 compatible = "arm,armv8-timer";
112 interrupts = <GIC_PPI 13
113 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
114 <GIC_PPI 14
115 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
116 <GIC_PPI 11
117 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
118 <GIC_PPI 10
119 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
120 };
121
122 clocks {
123 #address-cells = <1>;
124 #size-cells = <1>;
125 ranges;
126
127 osc24M: osc24M_clk {
128 #clock-cells = <0>;
129 compatible = "fixed-clock";
130 clock-frequency = <24000000>;
131 clock-output-names = "osc24M";
132 };
133
134 osc32k: osc32k_clk {
135 #clock-cells = <0>;
136 compatible = "fixed-clock";
137 clock-frequency = <32768>;
138 clock-output-names = "osc32k";
139 };
140
Andre Przywarac1fd2442016-05-04 22:15:33 +0100141 pll1: pll1_clk@1c20000 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200142 #clock-cells = <0>;
143 compatible = "allwinner,sun8i-a23-pll1-clk";
144 reg = <0x01c20000 0x4>;
145 clocks = <&osc24M>;
146 clock-output-names = "pll1";
147 };
148
Andre Przywarac1fd2442016-05-04 22:15:33 +0100149 pll6: pll6_clk@1c20028 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200150 #clock-cells = <1>;
151 compatible = "allwinner,sun6i-a31-pll6-clk";
152 reg = <0x01c20028 0x4>;
153 clocks = <&osc24M>;
154 clock-output-names = "pll6", "pll6x2";
155 };
156
157 pll6d2: pll6d2_clk {
158 #clock-cells = <0>;
159 compatible = "fixed-factor-clock";
160 clock-div = <2>;
161 clock-mult = <1>;
162 clocks = <&pll6 0>;
163 clock-output-names = "pll6d2";
164 };
165
Andre Przywarac1fd2442016-05-04 22:15:33 +0100166 pll7: pll7_clk@1c2002c {
167 #clock-cells = <1>;
168 compatible = "allwinner,sun6i-a31-pll6-clk";
169 reg = <0x01c2002c 0x4>;
170 clocks = <&osc24M>;
171 clock-output-names = "pll7", "pll7x2";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200172 };
173
Andre Przywarac1fd2442016-05-04 22:15:33 +0100174 cpu: cpu_clk@1c20050 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200175 #clock-cells = <0>;
176 compatible = "allwinner,sun4i-a10-cpu-clk";
177 reg = <0x01c20050 0x4>;
178 clocks = <&osc32k>, <&osc24M>, <&pll1>, <&pll1>;
179 clock-output-names = "cpu";
Andre Przywarac1fd2442016-05-04 22:15:33 +0100180 critical-clocks = <0>;
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200181 };
182
Andre Przywarac1fd2442016-05-04 22:15:33 +0100183 axi: axi_clk@1c20050 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200184 #clock-cells = <0>;
185 compatible = "allwinner,sun4i-a10-axi-clk";
186 reg = <0x01c20050 0x4>;
187 clocks = <&cpu>;
188 clock-output-names = "axi";
189 };
190
Andre Przywarac1fd2442016-05-04 22:15:33 +0100191 ahb1: ahb1_clk@1c20054 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200192 #clock-cells = <0>;
193 compatible = "allwinner,sun6i-a31-ahb1-clk";
194 reg = <0x01c20054 0x4>;
195 clocks = <&osc32k>, <&osc24M>, <&axi>, <&pll6 0>;
196 clock-output-names = "ahb1";
197 };
198
Andre Przywarac1fd2442016-05-04 22:15:33 +0100199 ahb2: ahb2_clk@1c2005c {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200200 #clock-cells = <0>;
201 compatible = "allwinner,sun8i-h3-ahb2-clk";
202 reg = <0x01c2005c 0x4>;
203 clocks = <&ahb1>, <&pll6d2>;
204 clock-output-names = "ahb2";
205 };
206
Andre Przywarac1fd2442016-05-04 22:15:33 +0100207 apb1: apb1_clk@1c20054 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200208 #clock-cells = <0>;
209 compatible = "allwinner,sun4i-a10-apb0-clk";
210 reg = <0x01c20054 0x4>;
211 clocks = <&ahb1>;
212 clock-output-names = "apb1";
213 };
214
Andre Przywarac1fd2442016-05-04 22:15:33 +0100215 apb2: apb2_clk@1c20058 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200216 #clock-cells = <0>;
217 compatible = "allwinner,sun4i-a10-apb1-clk";
218 reg = <0x01c20058 0x4>;
219 clocks = <&osc32k>, <&osc24M>, <&pll6 1>, <&pll6 1>;
220 clock-output-names = "apb2";
221 };
222
Andre Przywarac1fd2442016-05-04 22:15:33 +0100223 bus_gates: bus_gates_clk@1c20060 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200224 #clock-cells = <1>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100225 compatible = "allwinner,sun50i-a64-bus-gates-clk",
226 "allwinner,sunxi-multi-bus-gates-clk";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200227 reg = <0x01c20060 0x14>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100228 ahb1_parent {
229 clocks = <&ahb1>;
230 clock-indices = <1>, <5>,
231 <6>, <8>,
232 <9>, <10>,
233 <13>, <14>,
234 <18>, <19>,
235 <20>, <21>,
236 <23>, <24>,
237 <25>, <28>,
238 <32>, <35>,
239 <36>, <37>,
240 <40>, <43>,
241 <44>, <52>,
242 <53>, <54>,
243 <135>;
244 clock-output-names = "bus_mipidsi", "bus_ce",
245 "bus_dma", "bus_mmc0",
246 "bus_mmc1", "bus_mmc2",
247 "bus_nand", "bus_sdram",
248 "bus_ts", "bus_hstimer",
249 "bus_spi0", "bus_spi1",
250 "bus_otg", "bus_otg_ehci0",
251 "bus_ehci0", "bus_otg_ohci0",
252 "bus_ve", "bus_lcd0",
253 "bus_lcd1", "bus_deint",
254 "bus_csi", "bus_hdmi",
255 "bus_de", "bus_gpu",
256 "bus_msgbox", "bus_spinlock",
257 "bus_dbg";
258 };
259 ahb2_parent {
260 clocks = <&ahb2>;
261 clock-indices = <17>, <29>;
262 clock-output-names = "bus_gmac", "bus_ohci0";
263 };
264 apb1_parent {
265 clocks = <&apb1>;
266 clock-indices = <64>, <65>,
267 <69>, <72>,
268 <76>, <77>,
269 <78>;
270 clock-output-names = "bus_codec", "bus_spdif",
271 "bus_pio", "bus_ths",
272 "bus_i2s0", "bus_i2s1",
273 "bus_i2s2";
274 };
275 abp2_parent {
276 clocks = <&apb2>;
277 clock-indices = <96>, <97>,
278 <98>, <101>,
279 <112>, <113>,
280 <114>, <115>,
281 <116>;
282 clock-output-names = "bus_i2c0", "bus_i2c1",
283 "bus_i2c2", "bus_scr",
284 "bus_uart0", "bus_uart1",
285 "bus_uart2", "bus_uart3",
286 "bus_uart4";
287 };
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200288 };
289
Andre Przywarac1fd2442016-05-04 22:15:33 +0100290 mmc0_clk: mmc0_clk@1c20088 {
291 #clock-cells = <0>;
292 compatible = "allwinner,sun4i-a10-mod0-clk";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200293 reg = <0x01c20088 0x4>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100294 clocks = <&osc24M>, <&pll6 1>, <&pll7 1>;
295 clock-output-names = "mmc0";
296 };
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200297
Andre Przywarac1fd2442016-05-04 22:15:33 +0100298 mmc1_clk: mmc1_clk@1c2008c {
299 #clock-cells = <0>;
300 compatible = "allwinner,sun4i-a10-mod0-clk";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200301 reg = <0x01c2008c 0x4>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100302 clocks = <&osc24M>, <&pll6 1>, <&pll7 1>;
303 clock-output-names = "mmc1";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200304 };
305
Andre Przywarac1fd2442016-05-04 22:15:33 +0100306 mmc2_clk: mmc2_clk@1c20090 {
307 #clock-cells = <0>;
308 compatible = "allwinner,sun4i-a10-mod0-clk";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200309 reg = <0x01c20090 0x4>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100310 clocks = <&osc24M>, <&pll6 1>, <&pll7 1>;
311 clock-output-names = "mmc2";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200312 };
313 };
314
315 soc {
316 compatible = "simple-bus";
317 #address-cells = <1>;
318 #size-cells = <1>;
319 ranges;
320
Andre Przywarac1fd2442016-05-04 22:15:33 +0100321 mmc0: mmc@1c0f000 {
322 compatible = "allwinner,sun50i-a64-mmc",
323 "allwinner,sun5i-a13-mmc";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200324 reg = <0x01c0f000 0x1000>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100325 clocks = <&bus_gates 8>, <&mmc0_clk>,
326 <&mmc0_clk>, <&mmc0_clk>;
327 clock-names = "ahb", "mmc",
328 "output", "sample";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200329 resets = <&ahb_rst 8>;
330 reset-names = "ahb";
331 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
332 status = "disabled";
333 #address-cells = <1>;
334 #size-cells = <0>;
335 };
336
Andre Przywarac1fd2442016-05-04 22:15:33 +0100337 mmc1: mmc@1c10000 {
338 compatible = "allwinner,sun50i-a64-mmc",
339 "allwinner,sun5i-a13-mmc";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200340 reg = <0x01c10000 0x1000>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100341 clocks = <&bus_gates 9>, <&mmc1_clk>,
342 <&mmc1_clk>, <&mmc1_clk>;
343 clock-names = "ahb", "mmc",
344 "output", "sample";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200345 resets = <&ahb_rst 9>;
346 reset-names = "ahb";
347 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
348 status = "disabled";
349 #address-cells = <1>;
350 #size-cells = <0>;
351 };
352
Andre Przywarac1fd2442016-05-04 22:15:33 +0100353 mmc2: mmc@1c11000 {
354 compatible = "allwinner,sun50i-a64-mmc",
355 "allwinner,sun5i-a13-mmc";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200356 reg = <0x01c11000 0x1000>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100357 clocks = <&bus_gates 10>, <&mmc2_clk>,
358 <&mmc2_clk>, <&mmc2_clk>;
359 clock-names = "ahb", "mmc",
360 "output", "sample";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200361 resets = <&ahb_rst 10>;
362 reset-names = "ahb";
363 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
364 status = "disabled";
365 #address-cells = <1>;
366 #size-cells = <0>;
367 };
368
Andre Przywarac1fd2442016-05-04 22:15:33 +0100369 pio: pinctrl@1c20800 {
370 compatible = "allwinner,sun50i-a64-pinctrl";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200371 reg = <0x01c20800 0x400>;
372 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
373 <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
374 <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
375 clocks = <&bus_gates 69>;
376 gpio-controller;
377 #gpio-cells = <3>;
378 interrupt-controller;
379 #interrupt-cells = <2>;
380
381 uart0_pins_a: uart0@0 {
382 allwinner,pins = "PB8", "PB9";
383 allwinner,function = "uart0";
384 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
385 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
386 };
387
388 uart0_pins_b: uart0@1 {
389 allwinner,pins = "PF2", "PF3";
390 allwinner,function = "uart0";
391 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
392 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
393 };
394
Andre Przywarac1fd2442016-05-04 22:15:33 +0100395 uart1_2pins: uart1_2@0 {
396 allwinner,pins = "PG6", "PG7";
397 allwinner,function = "uart1";
398 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
399 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
400 };
401
402 uart1_4pins: uart1_4@0 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200403 allwinner,pins = "PG6", "PG7", "PG8", "PG9";
404 allwinner,function = "uart1";
405 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
406 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
407 };
408
Andre Przywarac1fd2442016-05-04 22:15:33 +0100409 uart2_2pins: uart2_2@0 {
410 allwinner,pins = "PB0", "PB1";
411 allwinner,function = "uart2";
412 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
413 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
414 };
415
416 uart2_4pins: uart2_4@0 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200417 allwinner,pins = "PB0", "PB1", "PB2", "PB3";
418 allwinner,function = "uart2";
419 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
420 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
421 };
422
423 uart3_pins_a: uart3@0 {
424 allwinner,pins = "PD0", "PD1";
425 allwinner,function = "uart3";
426 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
427 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
428 };
429
Andre Przywarac1fd2442016-05-04 22:15:33 +0100430 uart3_2pins_b: uart3_2@1 {
431 allwinner,pins = "PH4", "PH5";
432 allwinner,function = "uart3";
433 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
434 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
435 };
436
437 uart3_4pins_b: uart3_4@1 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200438 allwinner,pins = "PH4", "PH5", "PH6", "PH7";
439 allwinner,function = "uart3";
440 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
441 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
442 };
443
Andre Przywarac1fd2442016-05-04 22:15:33 +0100444 uart4_2pins: uart4_2@0 {
445 allwinner,pins = "PD2", "PD3";
446 allwinner,function = "uart4";
447 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
448 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
449 };
450
451 uart4_4pins: uart4_4@0 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200452 allwinner,pins = "PD2", "PD3", "PD4", "PD5";
453 allwinner,function = "uart4";
454 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
455 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
456 };
457
458 mmc0_pins: mmc0@0 {
459 allwinner,pins = "PF0", "PF1", "PF2", "PF3",
460 "PF4", "PF5";
461 allwinner,function = "mmc0";
462 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
463 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
464 };
465
466 mmc0_default_cd_pin: mmc0_cd_pin@0 {
467 allwinner,pins = "PF6";
468 allwinner,function = "gpio_in";
469 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
470 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
471 };
472
473 mmc1_pins: mmc1@0 {
474 allwinner,pins = "PG0", "PG1", "PG2", "PG3",
475 "PG4", "PG5";
476 allwinner,function = "mmc1";
477 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
478 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
479 };
480
481 mmc2_pins: mmc2@0 {
482 allwinner,pins = "PC1", "PC5", "PC6", "PC8",
483 "PC9", "PC10";
484 allwinner,function = "mmc2";
485 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
486 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
487 };
Andre Przywarac1fd2442016-05-04 22:15:33 +0100488
489 i2c0_pins: i2c0_pins {
490 allwinner,pins = "PH0", "PH1";
491 allwinner,function = "i2c0";
492 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
493 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
494 };
495
496 i2c1_pins: i2c1_pins {
497 allwinner,pins = "PH2", "PH3";
498 allwinner,function = "i2c1";
499 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
500 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
501 };
502
503 i2c2_pins: i2c2_pins {
504 allwinner,pins = "PE14", "PE15";
505 allwinner,function = "i2c2";
506 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
507 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
508 };
Amit Singh Tomara29710c2016-07-06 17:59:44 +0530509
510 rmii_pins: rmii_pins {
511 allwinner,pins = "PD10", "PD11", "PD13", "PD14",
512 "PD17", "PD18", "PD19", "PD20",
513 "PD22", "PD23";
514 allwinner,function = "emac";
515 allwinner,drive = <SUN4I_PINCTRL_40_MA>;
516 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
517 };
518
519 rgmii_pins: rgmii_pins {
520 allwinner,pins = "PD8", "PD9", "PD10", "PD11",
521 "PD12", "PD13", "PD15",
522 "PD16", "PD17", "PD18", "PD19",
523 "PD20", "PD21", "PD22", "PD23";
524 allwinner,function = "emac";
525 allwinner,drive = <SUN4I_PINCTRL_40_MA>;
526 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
527 };
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200528 };
529
Andre Przywarac1fd2442016-05-04 22:15:33 +0100530 ahb_rst: reset@1c202c0 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200531 #reset-cells = <1>;
Andre Przywarac1fd2442016-05-04 22:15:33 +0100532 compatible = "allwinner,sun6i-a31-clock-reset";
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200533 reg = <0x01c202c0 0xc>;
534 };
535
Andre Przywarac1fd2442016-05-04 22:15:33 +0100536 apb1_rst: reset@1c202d0 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200537 #reset-cells = <1>;
538 compatible = "allwinner,sun6i-a31-clock-reset";
539 reg = <0x01c202d0 0x4>;
540 };
541
Andre Przywarac1fd2442016-05-04 22:15:33 +0100542 apb2_rst: reset@1c202d8 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200543 #reset-cells = <1>;
544 compatible = "allwinner,sun6i-a31-clock-reset";
545 reg = <0x01c202d8 0x4>;
546 };
547
Andre Przywarac1fd2442016-05-04 22:15:33 +0100548 uart0: serial@1c28000 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200549 compatible = "snps,dw-apb-uart";
550 reg = <0x01c28000 0x400>;
551 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
552 reg-shift = <2>;
553 reg-io-width = <4>;
554 clocks = <&bus_gates 112>;
555 resets = <&apb2_rst 16>;
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200556 status = "disabled";
557 };
558
Andre Przywarac1fd2442016-05-04 22:15:33 +0100559 uart1: serial@1c28400 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200560 compatible = "snps,dw-apb-uart";
561 reg = <0x01c28400 0x400>;
562 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
563 reg-shift = <2>;
564 reg-io-width = <4>;
565 clocks = <&bus_gates 113>;
566 resets = <&apb2_rst 17>;
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200567 status = "disabled";
568 };
569
Andre Przywarac1fd2442016-05-04 22:15:33 +0100570 uart2: serial@1c28800 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200571 compatible = "snps,dw-apb-uart";
572 reg = <0x01c28800 0x400>;
573 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
574 reg-shift = <2>;
575 reg-io-width = <4>;
576 clocks = <&bus_gates 114>;
577 resets = <&apb2_rst 18>;
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200578 status = "disabled";
579 };
580
Andre Przywarac1fd2442016-05-04 22:15:33 +0100581 uart3: serial@1c28c00 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200582 compatible = "snps,dw-apb-uart";
583 reg = <0x01c28c00 0x400>;
584 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
585 reg-shift = <2>;
586 reg-io-width = <4>;
587 clocks = <&bus_gates 115>;
588 resets = <&apb2_rst 19>;
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200589 status = "disabled";
590 };
591
Andre Przywarac1fd2442016-05-04 22:15:33 +0100592 uart4: serial@1c29000 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200593 compatible = "snps,dw-apb-uart";
594 reg = <0x01c29000 0x400>;
595 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
596 reg-shift = <2>;
597 reg-io-width = <4>;
598 clocks = <&bus_gates 116>;
599 resets = <&apb2_rst 20>;
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200600 status = "disabled";
601 };
602
Andre Przywarac1fd2442016-05-04 22:15:33 +0100603 rtc: rtc@1f00000 {
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200604 compatible = "allwinner,sun6i-a31-rtc";
605 reg = <0x01f00000 0x54>;
606 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
607 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
608 };
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200609
Andre Przywarac1fd2442016-05-04 22:15:33 +0100610 i2c0: i2c@1c2ac00 {
611 compatible = "allwinner,sun6i-a31-i2c";
612 reg = <0x01c2ac00 0x400>;
613 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
614 clocks = <&bus_gates 96>;
615 resets = <&apb2_rst 0>;
616 status = "disabled";
617 #address-cells = <1>;
618 #size-cells = <0>;
619 };
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200620
Andre Przywarac1fd2442016-05-04 22:15:33 +0100621 i2c1: i2c@1c2b000 {
622 compatible = "allwinner,sun6i-a31-i2c";
623 reg = <0x01c2b000 0x400>;
624 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
625 clocks = <&bus_gates 97>;
626 resets = <&apb2_rst 1>;
627 status = "disabled";
628 #address-cells = <1>;
629 #size-cells = <0>;
630 };
631
632 i2c2: i2c@1c2b400 {
633 compatible = "allwinner,sun6i-a31-i2c";
634 reg = <0x01c2b400 0x400>;
635 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
636 clocks = <&bus_gates 98>;
637 resets = <&apb2_rst 2>;
638 status = "disabled";
639 #address-cells = <1>;
640 #size-cells = <0>;
641 };
Amit Singh Tomara29710c2016-07-06 17:59:44 +0530642
643 emac: ethernet@01c30000 {
644 compatible = "allwinner,sun50i-a64-emac";
645 reg = <0x01c30000 0x2000>, <0x01c00030 0x4>;
646 reg-names = "emac", "syscon";
647 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
648 resets = <&ahb_rst 17>;
649 reset-names = "ahb";
650 clocks = <&bus_gates 17>;
651 clock-names = "ahb";
652 status = "disabled";
653 #address-cells = <1>;
654 #size-cells = <0>;
655 };
Amit Singh Tomar9d6c9d92016-10-21 02:24:30 +0100656
657 usbphy: phy@1c1b810 {
658 compatible = "allwinner,sun50i-a64-usb-phy",
659 "allwinner,sun8i-a33-usb-phy";
660 reg = <0x01c1b810 0x14>, <0x01c1b800 0x4>;
661 reg-names = "phy_ctrl", "pmu1";
662 status = "disabled";
663 #phy-cells = <1>;
664 };
665
666 ehci1: usb@01c1b000 {
667 compatible = "allwinner,sun50i-a64-ehci",
668 "generic-ehci";
669 reg = <0x01c1b000 0x100>;
670 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
671 phys = <&usbphy 1>;
672 phy-names = "usb";
673 status = "disabled";
674 };
675
676 ohci1: usb@01c1b400 {
677 compatible = "allwinner,sun50i-a64-ohci",
678 "generic-ohci";
679 reg = <0x01c1b400 0x100>;
680 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
681 phys = <&usbphy 1>;
682 phy-names = "usb";
683 status = "enabled";
684 };
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200685 };
686};