blob: fa2f403ccf28adf4f6aa10c08978dd3b59b6e709 [file] [log] [blame]
Maxime Ripard8aed3b32013-03-10 16:09:06 +01001/*
2 * Copyright 2013 Maxime Ripard
3 *
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
5 *
Maxime Ripard6c3ba722014-09-02 19:25:26 +02006 * 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.
Maxime Ripard8aed3b32013-03-10 16:09:06 +010010 *
Maxime Ripard5186d832014-10-17 11:38:23 +020011 * a) This file is free software; you can redistribute it and/or
Maxime Ripard6c3ba722014-09-02 19:25:26 +020012 * 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 *
Maxime Ripard5186d832014-10-17 11:38:23 +020016 * This file is distributed in the hope that it will be useful,
Maxime Ripard6c3ba722014-09-02 19:25:26 +020017 * 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 * You should have received a copy of the GNU General Public
Maxime Ripard5186d832014-10-17 11:38:23 +020022 * License along with this file; if not, write to the Free
Maxime Ripard6c3ba722014-09-02 19:25:26 +020023 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
24 * MA 02110-1301 USA
25 *
26 * Or, alternatively,
27 *
28 * b) Permission is hereby granted, free of charge, to any person
29 * obtaining a copy of this software and associated documentation
30 * files (the "Software"), to deal in the Software without
31 * restriction, including without limitation the rights to use,
32 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * sell copies of the Software, and to permit persons to whom the
34 * Software is furnished to do so, subject to the following
35 * conditions:
36 *
37 * The above copyright notice and this permission notice shall be
38 * included in all copies or substantial portions of the Software.
39 *
40 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
41 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
42 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
43 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
44 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
45 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
46 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
47 * OTHER DEALINGS IN THE SOFTWARE.
Maxime Ripard8aed3b32013-03-10 16:09:06 +010048 */
49
Maxime Ripard71455702014-12-16 22:59:54 +010050#include "skeleton.dtsi"
Maxime Ripard8aed3b32013-03-10 16:09:06 +010051
Maxime Ripard19882b82014-12-16 22:59:58 +010052#include <dt-bindings/interrupt-controller/arm-gic.h>
53
Maxime Ripard092a0c32014-12-16 22:59:57 +010054#include <dt-bindings/pinctrl/sun4i-a10.h>
Maxime Ripard8aed3b32013-03-10 16:09:06 +010055
56/ {
57 interrupt-parent = <&gic>;
58
Maxime Ripard54428d42014-01-02 22:05:04 +010059 aliases {
Chen-Yu Tsaie5073fd2014-07-16 01:15:46 +080060 ethernet0 = &gmac;
Maxime Ripard54428d42014-01-02 22:05:04 +010061 };
62
Hans de Goedee53a8b22014-11-14 16:34:36 +010063 chosen {
64 #address-cells = <1>;
65 #size-cells = <1>;
66 ranges;
67
Hans de Goedea9f8cda2014-11-18 12:07:13 +010068 framebuffer@0 {
69 compatible = "allwinner,simple-framebuffer", "simple-framebuffer";
70 allwinner,pipeline = "de_be0-lcd0-hdmi";
Hans de Goede678e75d2014-11-16 17:09:32 +010071 clocks = <&pll6 0>;
Hans de Goedee53a8b22014-11-14 16:34:36 +010072 status = "disabled";
73 };
Hans de Goedefd18c7e2015-01-19 14:05:12 +010074
75 framebuffer@1 {
76 compatible = "allwinner,simple-framebuffer",
77 "simple-framebuffer";
78 allwinner,pipeline = "de_be0-lcd0";
79 clocks = <&pll6 0>;
80 status = "disabled";
81 };
Hans de Goedee53a8b22014-11-14 16:34:36 +010082 };
Maxime Ripard54428d42014-01-02 22:05:04 +010083
Maxime Ripard121b96c2015-01-11 20:33:44 +010084 timer {
85 compatible = "arm,armv7-timer";
86 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
87 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
88 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
89 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
90 clock-frequency = <24000000>;
91 arm,cpu-registers-not-fw-configured;
Maxime Ripard8aed3b32013-03-10 16:09:06 +010092 };
93
94 cpus {
95 enable-method = "allwinner,sun6i-a31";
96 #address-cells = <1>;
97 #size-cells = <0>;
98
99 cpu@0 {
100 compatible = "arm,cortex-a7";
101 device_type = "cpu";
102 reg = <0>;
103 };
104
105 cpu@1 {
106 compatible = "arm,cortex-a7";
107 device_type = "cpu";
108 reg = <1>;
109 };
110
111 cpu@2 {
112 compatible = "arm,cortex-a7";
113 device_type = "cpu";
114 reg = <2>;
115 };
116
117 cpu@3 {
Maxime Ripardb5a10b72014-04-17 21:54:41 +0200118 compatible = "arm,cortex-a7";
119 device_type = "cpu";
120 reg = <3>;
121 };
122 };
123
124 memory {
125 reg = <0x40000000 0x80000000>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100126 };
127
Maxime Ripard98096562013-07-23 23:54:19 +0200128 pmu {
129 compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu";
Maxime Ripard19882b82014-12-16 22:59:58 +0100130 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
131 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
132 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
133 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100134 };
135
136 clocks {
137 #address-cells = <1>;
Maxime Ripard98096562013-07-23 23:54:19 +0200138 #size-cells = <1>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800139 ranges;
Maxime Ripard98096562013-07-23 23:54:19 +0200140
141 osc24M: osc24M {
142 #clock-cells = <0>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800143 compatible = "fixed-clock";
Maxime Ripard98096562013-07-23 23:54:19 +0200144 clock-frequency = <24000000>;
145 };
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800146
Maxime Ripard98096562013-07-23 23:54:19 +0200147 osc32k: clk@0 {
148 #clock-cells = <0>;
149 compatible = "fixed-clock";
150 clock-frequency = <32768>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800151 clock-output-names = "osc32k";
Maxime Ripard98096562013-07-23 23:54:19 +0200152 };
153
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100154 pll1: clk@01c20000 {
Maxime Ripard98096562013-07-23 23:54:19 +0200155 #clock-cells = <0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100156 compatible = "allwinner,sun6i-a31-pll1-clk";
157 reg = <0x01c20000 0x4>;
158 clocks = <&osc24M>;
159 clock-output-names = "pll1";
Maxime Ripard98096562013-07-23 23:54:19 +0200160 };
161
162 pll6: clk@01c20028 {
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800163 #clock-cells = <1>;
Maxime Ripard98096562013-07-23 23:54:19 +0200164 compatible = "allwinner,sun6i-a31-pll6-clk";
165 reg = <0x01c20028 0x4>;
166 clocks = <&osc24M>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800167 clock-output-names = "pll6", "pll6x2";
Maxime Ripard98096562013-07-23 23:54:19 +0200168 };
169
170 cpu: cpu@01c20050 {
171 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100172 compatible = "allwinner,sun4i-a10-cpu-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200173 reg = <0x01c20050 0x4>;
174
175 /*
176 * PLL1 is listed twice here.
177 * While it looks suspicious, it's actually documented
178 * that way both in the datasheet and in the code from
179 * Allwinner.
180 */
181 clocks = <&osc32k>, <&osc24M>, <&pll1>, <&pll1>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800182 clock-output-names = "cpu";
Maxime Ripard98096562013-07-23 23:54:19 +0200183 };
184
185 axi: axi@01c20050 {
186 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100187 compatible = "allwinner,sun4i-a10-axi-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200188 reg = <0x01c20050 0x4>;
189 clocks = <&cpu>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800190 clock-output-names = "axi";
Maxime Ripard98096562013-07-23 23:54:19 +0200191 };
192
Maxime Ripard98096562013-07-23 23:54:19 +0200193 ahb1: ahb1@01c20054 {
194 #clock-cells = <0>;
Chen-Yu Tsai42cc7132014-11-26 15:16:53 +0800195 compatible = "allwinner,sun6i-a31-ahb1-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200196 reg = <0x01c20054 0x4>;
Chen-Yu Tsai42cc7132014-11-26 15:16:53 +0800197 clocks = <&osc32k>, <&osc24M>, <&axi>, <&pll6 0>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800198 clock-output-names = "ahb1";
Maxime Ripard98096562013-07-23 23:54:19 +0200199 };
200
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800201 ahb1_gates: clk@01c20060 {
Maxime Ripard98096562013-07-23 23:54:19 +0200202 #clock-cells = <1>;
203 compatible = "allwinner,sun6i-a31-ahb1-gates-clk";
204 reg = <0x01c20060 0x8>;
205 clocks = <&ahb1>;
206 clock-output-names = "ahb1_mipidsi", "ahb1_ss",
207 "ahb1_dma", "ahb1_mmc0", "ahb1_mmc1",
208 "ahb1_mmc2", "ahb1_mmc3", "ahb1_nand1",
209 "ahb1_nand0", "ahb1_sdram",
210 "ahb1_gmac", "ahb1_ts", "ahb1_hstimer",
211 "ahb1_spi0", "ahb1_spi1", "ahb1_spi2",
212 "ahb1_spi3", "ahb1_otg", "ahb1_ehci0",
213 "ahb1_ehci1", "ahb1_ohci0",
214 "ahb1_ohci1", "ahb1_ohci2", "ahb1_ve",
215 "ahb1_lcd0", "ahb1_lcd1", "ahb1_csi",
216 "ahb1_hdmi", "ahb1_de0", "ahb1_de1",
217 "ahb1_fe0", "ahb1_fe1", "ahb1_mp",
218 "ahb1_gpu", "ahb1_deu0", "ahb1_deu1",
219 "ahb1_drc0", "ahb1_drc1";
220 };
221
222 apb1: apb1@01c20054 {
223 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100224 compatible = "allwinner,sun4i-a10-apb0-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200225 reg = <0x01c20054 0x4>;
226 clocks = <&ahb1>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800227 clock-output-names = "apb1";
Maxime Ripard98096562013-07-23 23:54:19 +0200228 };
229
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800230 apb1_gates: clk@01c20068 {
Maxime Ripard98096562013-07-23 23:54:19 +0200231 #clock-cells = <1>;
232 compatible = "allwinner,sun6i-a31-apb1-gates-clk";
233 reg = <0x01c20068 0x4>;
234 clocks = <&apb1>;
235 clock-output-names = "apb1_codec", "apb1_digital_mic",
236 "apb1_pio", "apb1_daudio0",
237 "apb1_daudio1";
238 };
239
Chen-Yu Tsai74c947a2014-11-06 11:40:31 +0800240 apb2: clk@01c20058 {
Maxime Ripard98096562013-07-23 23:54:19 +0200241 #clock-cells = <0>;
Chen-Yu Tsai74c947a2014-11-06 11:40:31 +0800242 compatible = "allwinner,sun4i-a10-apb1-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200243 reg = <0x01c20058 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800244 clocks = <&osc32k>, <&osc24M>, <&pll6 0>, <&pll6 0>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800245 clock-output-names = "apb2";
Maxime Ripard98096562013-07-23 23:54:19 +0200246 };
247
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800248 apb2_gates: clk@01c2006c {
Maxime Ripard98096562013-07-23 23:54:19 +0200249 #clock-cells = <1>;
250 compatible = "allwinner,sun6i-a31-apb2-gates-clk";
Maxime Ripard439d9f52013-09-24 16:30:05 +0300251 reg = <0x01c2006c 0x4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200252 clocks = <&apb2>;
253 clock-output-names = "apb2_i2c0", "apb2_i2c1",
254 "apb2_i2c2", "apb2_i2c3", "apb2_uart0",
255 "apb2_uart1", "apb2_uart2", "apb2_uart3",
256 "apb2_uart4", "apb2_uart5";
257 };
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100258
Hans de Goedeadc54c82014-05-02 17:57:23 +0200259 mmc0_clk: clk@01c20088 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200260 #clock-cells = <1>;
261 compatible = "allwinner,sun4i-a10-mmc-clk";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200262 reg = <0x01c20088 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800263 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200264 clock-output-names = "mmc0",
265 "mmc0_output",
266 "mmc0_sample";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200267 };
268
269 mmc1_clk: clk@01c2008c {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200270 #clock-cells = <1>;
271 compatible = "allwinner,sun4i-a10-mmc-clk";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200272 reg = <0x01c2008c 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800273 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200274 clock-output-names = "mmc1",
275 "mmc1_output",
276 "mmc1_sample";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200277 };
278
279 mmc2_clk: clk@01c20090 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200280 #clock-cells = <1>;
281 compatible = "allwinner,sun4i-a10-mmc-clk";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200282 reg = <0x01c20090 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800283 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200284 clock-output-names = "mmc2",
285 "mmc2_output",
286 "mmc2_sample";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200287 };
288
289 mmc3_clk: clk@01c20094 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200290 #clock-cells = <1>;
291 compatible = "allwinner,sun4i-a10-mmc-clk";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200292 reg = <0x01c20094 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800293 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200294 clock-output-names = "mmc3",
295 "mmc3_output",
296 "mmc3_sample";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200297 };
298
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100299 spi0_clk: clk@01c200a0 {
300 #clock-cells = <0>;
Maxime Ripard225b0212014-02-24 17:29:06 +0100301 compatible = "allwinner,sun4i-a10-mod0-clk";
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100302 reg = <0x01c200a0 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800303 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100304 clock-output-names = "spi0";
305 };
306
307 spi1_clk: clk@01c200a4 {
308 #clock-cells = <0>;
Maxime Ripard225b0212014-02-24 17:29:06 +0100309 compatible = "allwinner,sun4i-a10-mod0-clk";
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100310 reg = <0x01c200a4 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800311 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100312 clock-output-names = "spi1";
313 };
314
315 spi2_clk: clk@01c200a8 {
316 #clock-cells = <0>;
Maxime Ripard225b0212014-02-24 17:29:06 +0100317 compatible = "allwinner,sun4i-a10-mod0-clk";
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100318 reg = <0x01c200a8 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800319 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100320 clock-output-names = "spi2";
321 };
322
323 spi3_clk: clk@01c200ac {
324 #clock-cells = <0>;
Maxime Ripard225b0212014-02-24 17:29:06 +0100325 compatible = "allwinner,sun4i-a10-mod0-clk";
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100326 reg = <0x01c200ac 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800327 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100328 clock-output-names = "spi3";
329 };
Maxime Ripard94a1cd12014-05-13 17:44:16 +0200330
331 usb_clk: clk@01c200cc {
332 #clock-cells = <1>;
333 #reset-cells = <1>;
334 compatible = "allwinner,sun6i-a31-usb-clk";
335 reg = <0x01c200cc 0x4>;
336 clocks = <&osc24M>;
337 clock-output-names = "usb_phy0", "usb_phy1", "usb_phy2",
338 "usb_ohci0", "usb_ohci1",
339 "usb_ohci2";
340 };
Chen-Yu Tsaied298612014-07-16 01:15:44 +0800341
342 /*
343 * The following two are dummy clocks, placeholders used in the gmac_tx
344 * clock. The gmac driver will choose one parent depending on the PHY
345 * interface mode, using clk_set_rate auto-reparenting.
346 * The actual TX clock rate is not controlled by the gmac_tx clock.
347 */
348 mii_phy_tx_clk: clk@1 {
349 #clock-cells = <0>;
350 compatible = "fixed-clock";
351 clock-frequency = <25000000>;
352 clock-output-names = "mii_phy_tx";
353 };
354
355 gmac_int_tx_clk: clk@2 {
356 #clock-cells = <0>;
357 compatible = "fixed-clock";
358 clock-frequency = <125000000>;
359 clock-output-names = "gmac_int_tx";
360 };
361
362 gmac_tx_clk: clk@01c200d0 {
363 #clock-cells = <0>;
364 compatible = "allwinner,sun7i-a20-gmac-clk";
365 reg = <0x01c200d0 0x4>;
366 clocks = <&mii_phy_tx_clk>, <&gmac_int_tx_clk>;
367 clock-output-names = "gmac_tx";
368 };
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100369 };
370
371 soc@01c00000 {
372 compatible = "simple-bus";
373 #address-cells = <1>;
374 #size-cells = <1>;
375 ranges;
376
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100377 dma: dma-controller@01c02000 {
378 compatible = "allwinner,sun6i-a31-dma";
379 reg = <0x01c02000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100380 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100381 clocks = <&ahb1_gates 6>;
382 resets = <&ahb1_rst 6>;
383 #dma-cells = <1>;
Chen-Yu Tsai532425a2014-11-06 19:56:49 +0800384
385 /* DMA controller requires AHB1 clocked from PLL6 */
Chen-Yu Tsai42cc7132014-11-26 15:16:53 +0800386 assigned-clocks = <&ahb1>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800387 assigned-clock-parents = <&pll6 0>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100388 };
389
Hans de Goede5b753f02014-05-02 17:57:24 +0200390 mmc0: mmc@01c0f000 {
391 compatible = "allwinner,sun5i-a13-mmc";
392 reg = <0x01c0f000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200393 clocks = <&ahb1_gates 8>,
394 <&mmc0_clk 0>,
395 <&mmc0_clk 1>,
396 <&mmc0_clk 2>;
397 clock-names = "ahb",
398 "mmc",
399 "output",
400 "sample";
Hans de Goede5b753f02014-05-02 17:57:24 +0200401 resets = <&ahb1_rst 8>;
402 reset-names = "ahb";
Maxime Ripard19882b82014-12-16 22:59:58 +0100403 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200404 status = "disabled";
405 };
406
407 mmc1: mmc@01c10000 {
408 compatible = "allwinner,sun5i-a13-mmc";
409 reg = <0x01c10000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200410 clocks = <&ahb1_gates 9>,
411 <&mmc1_clk 0>,
412 <&mmc1_clk 1>,
413 <&mmc1_clk 2>;
414 clock-names = "ahb",
415 "mmc",
416 "output",
417 "sample";
Hans de Goede5b753f02014-05-02 17:57:24 +0200418 resets = <&ahb1_rst 9>;
419 reset-names = "ahb";
Maxime Ripard19882b82014-12-16 22:59:58 +0100420 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200421 status = "disabled";
422 };
423
424 mmc2: mmc@01c11000 {
425 compatible = "allwinner,sun5i-a13-mmc";
426 reg = <0x01c11000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200427 clocks = <&ahb1_gates 10>,
428 <&mmc2_clk 0>,
429 <&mmc2_clk 1>,
430 <&mmc2_clk 2>;
431 clock-names = "ahb",
432 "mmc",
433 "output",
434 "sample";
Hans de Goede5b753f02014-05-02 17:57:24 +0200435 resets = <&ahb1_rst 10>;
436 reset-names = "ahb";
Maxime Ripard19882b82014-12-16 22:59:58 +0100437 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200438 status = "disabled";
439 };
440
441 mmc3: mmc@01c12000 {
442 compatible = "allwinner,sun5i-a13-mmc";
443 reg = <0x01c12000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200444 clocks = <&ahb1_gates 11>,
445 <&mmc3_clk 0>,
446 <&mmc3_clk 1>,
447 <&mmc3_clk 2>;
448 clock-names = "ahb",
449 "mmc",
450 "output",
451 "sample";
Hans de Goede5b753f02014-05-02 17:57:24 +0200452 resets = <&ahb1_rst 11>;
453 reset-names = "ahb";
Maxime Ripard19882b82014-12-16 22:59:58 +0100454 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200455 status = "disabled";
456 };
457
Maxime Ripardef964082014-05-13 17:44:21 +0200458 usbphy: phy@01c19400 {
459 compatible = "allwinner,sun6i-a31-usb-phy";
460 reg = <0x01c19400 0x10>,
461 <0x01c1a800 0x4>,
462 <0x01c1b800 0x4>;
463 reg-names = "phy_ctrl",
464 "pmu1",
465 "pmu2";
466 clocks = <&usb_clk 8>,
467 <&usb_clk 9>,
468 <&usb_clk 10>;
469 clock-names = "usb0_phy",
470 "usb1_phy",
471 "usb2_phy";
472 resets = <&usb_clk 0>,
473 <&usb_clk 1>,
474 <&usb_clk 2>;
475 reset-names = "usb0_reset",
476 "usb1_reset",
477 "usb2_reset";
478 status = "disabled";
479 #phy-cells = <1>;
480 };
481
482 ehci0: usb@01c1a000 {
483 compatible = "allwinner,sun6i-a31-ehci", "generic-ehci";
484 reg = <0x01c1a000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100485 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200486 clocks = <&ahb1_gates 26>;
487 resets = <&ahb1_rst 26>;
488 phys = <&usbphy 1>;
489 phy-names = "usb";
490 status = "disabled";
491 };
492
493 ohci0: usb@01c1a400 {
494 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
495 reg = <0x01c1a400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100496 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200497 clocks = <&ahb1_gates 29>, <&usb_clk 16>;
498 resets = <&ahb1_rst 29>;
499 phys = <&usbphy 1>;
500 phy-names = "usb";
501 status = "disabled";
502 };
503
504 ehci1: usb@01c1b000 {
505 compatible = "allwinner,sun6i-a31-ehci", "generic-ehci";
506 reg = <0x01c1b000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100507 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200508 clocks = <&ahb1_gates 27>;
509 resets = <&ahb1_rst 27>;
510 phys = <&usbphy 2>;
511 phy-names = "usb";
512 status = "disabled";
513 };
514
515 ohci1: usb@01c1b400 {
516 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
517 reg = <0x01c1b400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100518 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200519 clocks = <&ahb1_gates 30>, <&usb_clk 17>;
520 resets = <&ahb1_rst 30>;
521 phys = <&usbphy 2>;
522 phy-names = "usb";
523 status = "disabled";
524 };
525
Maxime Ripardb294ebb2014-05-20 13:59:58 +0200526 ohci2: usb@01c1c400 {
Maxime Ripardef964082014-05-13 17:44:21 +0200527 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
528 reg = <0x01c1c400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100529 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200530 clocks = <&ahb1_gates 31>, <&usb_clk 18>;
531 resets = <&ahb1_rst 31>;
532 status = "disabled";
533 };
534
Maxime Ripard140e1722013-03-12 22:16:05 +0100535 pio: pinctrl@01c20800 {
536 compatible = "allwinner,sun6i-a31-pinctrl";
537 reg = <0x01c20800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100538 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
539 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
540 <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
541 <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard98096562013-07-23 23:54:19 +0200542 clocks = <&apb1_gates 5>;
Maxime Ripard140e1722013-03-12 22:16:05 +0100543 gpio-controller;
544 interrupt-controller;
Chen-Yu Tsai7d4ff962014-06-30 23:57:51 +0200545 #interrupt-cells = <2>;
Maxime Ripard140e1722013-03-12 22:16:05 +0100546 #size-cells = <0>;
547 #gpio-cells = <3>;
Maxime Ripardab4238c2013-06-22 23:56:40 +0200548
549 uart0_pins_a: uart0@0 {
550 allwinner,pins = "PH20", "PH21";
551 allwinner,function = "uart0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100552 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
553 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripardab4238c2013-06-22 23:56:40 +0200554 };
Maxime Ripard8be188b2014-03-04 17:28:40 +0100555
556 i2c0_pins_a: i2c0@0 {
557 allwinner,pins = "PH14", "PH15";
558 allwinner,function = "i2c0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100559 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
560 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard8be188b2014-03-04 17:28:40 +0100561 };
562
563 i2c1_pins_a: i2c1@0 {
564 allwinner,pins = "PH16", "PH17";
565 allwinner,function = "i2c1";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100566 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
567 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard8be188b2014-03-04 17:28:40 +0100568 };
569
570 i2c2_pins_a: i2c2@0 {
571 allwinner,pins = "PH18", "PH19";
572 allwinner,function = "i2c2";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100573 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
574 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard8be188b2014-03-04 17:28:40 +0100575 };
Hans de Goede9797eb82014-04-26 12:16:16 +0200576
577 mmc0_pins_a: mmc0@0 {
578 allwinner,pins = "PF0","PF1","PF2","PF3","PF4","PF5";
579 allwinner,function = "mmc0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100580 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
581 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede9797eb82014-04-26 12:16:16 +0200582 };
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800583
584 gmac_pins_mii_a: gmac_mii@0 {
585 allwinner,pins = "PA0", "PA1", "PA2", "PA3",
586 "PA8", "PA9", "PA11",
587 "PA12", "PA13", "PA14", "PA19",
588 "PA20", "PA21", "PA22", "PA23",
589 "PA24", "PA26", "PA27";
590 allwinner,function = "gmac";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100591 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
592 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800593 };
594
595 gmac_pins_gmii_a: gmac_gmii@0 {
596 allwinner,pins = "PA0", "PA1", "PA2", "PA3",
597 "PA4", "PA5", "PA6", "PA7",
598 "PA8", "PA9", "PA10", "PA11",
599 "PA12", "PA13", "PA14", "PA15",
600 "PA16", "PA17", "PA18", "PA19",
601 "PA20", "PA21", "PA22", "PA23",
602 "PA24", "PA25", "PA26", "PA27";
603 allwinner,function = "gmac";
604 /*
605 * data lines in GMII mode run at 125MHz and
606 * might need a higher signal drive strength
607 */
Maxime Ripard092a0c32014-12-16 22:59:57 +0100608 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
609 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800610 };
611
612 gmac_pins_rgmii_a: gmac_rgmii@0 {
613 allwinner,pins = "PA0", "PA1", "PA2", "PA3",
614 "PA9", "PA10", "PA11",
615 "PA12", "PA13", "PA14", "PA19",
616 "PA20", "PA25", "PA26", "PA27";
617 allwinner,function = "gmac";
618 /*
619 * data lines in RGMII mode use DDR mode
620 * and need a higher signal drive strength
621 */
Maxime Ripard092a0c32014-12-16 22:59:57 +0100622 allwinner,drive = <SUN4I_PINCTRL_40_MA>;
623 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800624 };
Maxime Ripard140e1722013-03-12 22:16:05 +0100625 };
626
Maxime Ripard24a661e92013-09-24 11:10:41 +0300627 ahb1_rst: reset@01c202c0 {
628 #reset-cells = <1>;
629 compatible = "allwinner,sun6i-a31-ahb1-reset";
630 reg = <0x01c202c0 0xc>;
631 };
632
633 apb1_rst: reset@01c202d0 {
634 #reset-cells = <1>;
635 compatible = "allwinner,sun6i-a31-clock-reset";
636 reg = <0x01c202d0 0x4>;
637 };
638
639 apb2_rst: reset@01c202d8 {
640 #reset-cells = <1>;
641 compatible = "allwinner,sun6i-a31-clock-reset";
642 reg = <0x01c202d8 0x4>;
643 };
644
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100645 timer@01c20c00 {
Maxime Ripardb4f26442014-02-06 10:40:32 +0100646 compatible = "allwinner,sun4i-a10-timer";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100647 reg = <0x01c20c00 0xa0>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100648 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
649 <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
650 <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
651 <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
652 <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard98096562013-07-23 23:54:19 +0200653 clocks = <&osc24M>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100654 };
655
656 wdt1: watchdog@01c20ca0 {
Maxime Ripardca5d04d2014-02-07 22:29:26 +0100657 compatible = "allwinner,sun6i-a31-wdt";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100658 reg = <0x01c20ca0 0x20>;
659 };
660
Chen-Yu Tsai4ec45cd2015-01-24 22:33:48 +0800661 rtp: rtp@01c25000 {
662 compatible = "allwinner,sun6i-a31-ts";
663 reg = <0x01c25000 0x100>;
664 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
665 #thermal-sensor-cells = <0>;
666 };
667
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100668 uart0: serial@01c28000 {
669 compatible = "snps,dw-apb-uart";
670 reg = <0x01c28000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100671 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100672 reg-shift = <2>;
673 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200674 clocks = <&apb2_gates 16>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300675 resets = <&apb2_rst 16>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100676 dmas = <&dma 6>, <&dma 6>;
677 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100678 status = "disabled";
679 };
680
681 uart1: serial@01c28400 {
682 compatible = "snps,dw-apb-uart";
683 reg = <0x01c28400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100684 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100685 reg-shift = <2>;
686 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200687 clocks = <&apb2_gates 17>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300688 resets = <&apb2_rst 17>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100689 dmas = <&dma 7>, <&dma 7>;
690 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100691 status = "disabled";
692 };
693
694 uart2: serial@01c28800 {
695 compatible = "snps,dw-apb-uart";
696 reg = <0x01c28800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100697 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100698 reg-shift = <2>;
699 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200700 clocks = <&apb2_gates 18>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300701 resets = <&apb2_rst 18>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100702 dmas = <&dma 8>, <&dma 8>;
703 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100704 status = "disabled";
705 };
706
707 uart3: serial@01c28c00 {
708 compatible = "snps,dw-apb-uart";
709 reg = <0x01c28c00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100710 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100711 reg-shift = <2>;
712 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200713 clocks = <&apb2_gates 19>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300714 resets = <&apb2_rst 19>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100715 dmas = <&dma 9>, <&dma 9>;
716 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100717 status = "disabled";
718 };
719
720 uart4: serial@01c29000 {
721 compatible = "snps,dw-apb-uart";
722 reg = <0x01c29000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100723 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100724 reg-shift = <2>;
725 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200726 clocks = <&apb2_gates 20>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300727 resets = <&apb2_rst 20>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100728 dmas = <&dma 10>, <&dma 10>;
729 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100730 status = "disabled";
731 };
732
733 uart5: serial@01c29400 {
734 compatible = "snps,dw-apb-uart";
735 reg = <0x01c29400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100736 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100737 reg-shift = <2>;
738 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200739 clocks = <&apb2_gates 21>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300740 resets = <&apb2_rst 21>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100741 dmas = <&dma 22>, <&dma 22>;
742 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100743 status = "disabled";
744 };
745
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100746 i2c0: i2c@01c2ac00 {
747 compatible = "allwinner,sun6i-a31-i2c";
748 reg = <0x01c2ac00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100749 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100750 clocks = <&apb2_gates 0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100751 resets = <&apb2_rst 0>;
752 status = "disabled";
Chen-Yu Tsai495bccf2014-07-21 22:54:27 +0800753 #address-cells = <1>;
754 #size-cells = <0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100755 };
756
757 i2c1: i2c@01c2b000 {
758 compatible = "allwinner,sun6i-a31-i2c";
759 reg = <0x01c2b000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100760 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100761 clocks = <&apb2_gates 1>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100762 resets = <&apb2_rst 1>;
763 status = "disabled";
Chen-Yu Tsai495bccf2014-07-21 22:54:27 +0800764 #address-cells = <1>;
765 #size-cells = <0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100766 };
767
768 i2c2: i2c@01c2b400 {
769 compatible = "allwinner,sun6i-a31-i2c";
770 reg = <0x01c2b400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100771 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100772 clocks = <&apb2_gates 2>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100773 resets = <&apb2_rst 2>;
774 status = "disabled";
Chen-Yu Tsai495bccf2014-07-21 22:54:27 +0800775 #address-cells = <1>;
776 #size-cells = <0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100777 };
778
779 i2c3: i2c@01c2b800 {
780 compatible = "allwinner,sun6i-a31-i2c";
781 reg = <0x01c2b800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100782 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100783 clocks = <&apb2_gates 3>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100784 resets = <&apb2_rst 3>;
785 status = "disabled";
Chen-Yu Tsai495bccf2014-07-21 22:54:27 +0800786 #address-cells = <1>;
787 #size-cells = <0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100788 };
789
Chen-Yu Tsai3dca65f2014-07-16 01:15:45 +0800790 gmac: ethernet@01c30000 {
791 compatible = "allwinner,sun7i-a20-gmac";
792 reg = <0x01c30000 0x1054>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100793 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsai3dca65f2014-07-16 01:15:45 +0800794 interrupt-names = "macirq";
795 clocks = <&ahb1_gates 17>, <&gmac_tx_clk>;
796 clock-names = "stmmaceth", "allwinner_gmac_tx";
797 resets = <&ahb1_rst 17>;
798 reset-names = "stmmaceth";
799 snps,pbl = <2>;
800 snps,fixed-burst;
801 snps,force_sf_dma_mode;
802 status = "disabled";
803 #address-cells = <1>;
804 #size-cells = <0>;
805 };
806
Maxime Ripard8cffcb02014-04-17 11:06:46 +0200807 timer@01c60000 {
808 compatible = "allwinner,sun6i-a31-hstimer", "allwinner,sun7i-a20-hstimer";
809 reg = <0x01c60000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100810 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
811 <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>,
812 <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
813 <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8cffcb02014-04-17 11:06:46 +0200814 clocks = <&ahb1_gates 19>;
815 resets = <&ahb1_rst 19>;
816 };
817
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100818 spi0: spi@01c68000 {
819 compatible = "allwinner,sun6i-a31-spi";
820 reg = <0x01c68000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100821 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100822 clocks = <&ahb1_gates 20>, <&spi0_clk>;
823 clock-names = "ahb", "mod";
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100824 dmas = <&dma 23>, <&dma 23>;
825 dma-names = "rx", "tx";
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100826 resets = <&ahb1_rst 20>;
827 status = "disabled";
828 };
829
830 spi1: spi@01c69000 {
831 compatible = "allwinner,sun6i-a31-spi";
832 reg = <0x01c69000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100833 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100834 clocks = <&ahb1_gates 21>, <&spi1_clk>;
835 clock-names = "ahb", "mod";
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100836 dmas = <&dma 24>, <&dma 24>;
837 dma-names = "rx", "tx";
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100838 resets = <&ahb1_rst 21>;
839 status = "disabled";
840 };
841
842 spi2: spi@01c6a000 {
843 compatible = "allwinner,sun6i-a31-spi";
844 reg = <0x01c6a000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100845 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100846 clocks = <&ahb1_gates 22>, <&spi2_clk>;
847 clock-names = "ahb", "mod";
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100848 dmas = <&dma 25>, <&dma 25>;
849 dma-names = "rx", "tx";
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100850 resets = <&ahb1_rst 22>;
851 status = "disabled";
852 };
853
854 spi3: spi@01c6b000 {
855 compatible = "allwinner,sun6i-a31-spi";
856 reg = <0x01c6b000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100857 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100858 clocks = <&ahb1_gates 23>, <&spi3_clk>;
859 clock-names = "ahb", "mod";
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100860 dmas = <&dma 26>, <&dma 26>;
861 dma-names = "rx", "tx";
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100862 resets = <&ahb1_rst 23>;
863 status = "disabled";
864 };
865
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100866 gic: interrupt-controller@01c81000 {
867 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
868 reg = <0x01c81000 0x1000>,
869 <0x01c82000 0x1000>,
870 <0x01c84000 0x2000>,
871 <0x01c86000 0x2000>;
872 interrupt-controller;
873 #interrupt-cells = <3>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100874 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100875 };
Maxime Ripard81ee4292013-11-03 10:30:12 +0100876
Chen-Yu Tsai5e700432014-07-30 20:56:06 +0800877 rtc: rtc@01f00000 {
878 compatible = "allwinner,sun6i-a31-rtc";
879 reg = <0x01f00000 0x54>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100880 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
881 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsai5e700432014-07-30 20:56:06 +0800882 };
883
Maxime Ripard28240d22014-04-17 10:29:35 +0200884 nmi_intc: interrupt-controller@01f00c0c {
885 compatible = "allwinner,sun6i-a31-sc-nmi";
886 interrupt-controller;
887 #interrupt-cells = <2>;
888 reg = <0x01f00c0c 0x38>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100889 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard28240d22014-04-17 10:29:35 +0200890 };
891
Hans de Goedea42ea602014-04-13 13:41:02 +0200892 prcm@01f01400 {
893 compatible = "allwinner,sun6i-a31-prcm";
894 reg = <0x01f01400 0x200>;
Boris BREZILLONcc08f5e2014-05-14 14:38:21 +0200895
896 ar100: ar100_clk {
897 compatible = "allwinner,sun6i-a31-ar100-clk";
898 #clock-cells = <0>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800899 clocks = <&osc32k>, <&osc24M>, <&pll6 0>, <&pll6 0>;
Boris BREZILLONcc08f5e2014-05-14 14:38:21 +0200900 clock-output-names = "ar100";
901 };
902
903 ahb0: ahb0_clk {
904 compatible = "fixed-factor-clock";
905 #clock-cells = <0>;
906 clock-div = <1>;
907 clock-mult = <1>;
908 clocks = <&ar100>;
909 clock-output-names = "ahb0";
910 };
911
912 apb0: apb0_clk {
913 compatible = "allwinner,sun6i-a31-apb0-clk";
914 #clock-cells = <0>;
915 clocks = <&ahb0>;
916 clock-output-names = "apb0";
917 };
918
919 apb0_gates: apb0_gates_clk {
920 compatible = "allwinner,sun6i-a31-apb0-gates-clk";
921 #clock-cells = <1>;
922 clocks = <&apb0>;
923 clock-output-names = "apb0_pio", "apb0_ir",
924 "apb0_timer", "apb0_p2wi",
925 "apb0_uart", "apb0_1wire",
926 "apb0_i2c";
927 };
928
Hans de Goede9b5c6e02014-12-17 18:18:19 +0100929 ir_clk: ir_clk {
930 #clock-cells = <0>;
931 compatible = "allwinner,sun4i-a10-mod0-clk";
932 clocks = <&osc32k>, <&osc24M>;
933 clock-output-names = "ir";
934 };
935
Boris BREZILLONcc08f5e2014-05-14 14:38:21 +0200936 apb0_rst: apb0_rst {
937 compatible = "allwinner,sun6i-a31-clock-reset";
938 #reset-cells = <1>;
939 };
Hans de Goedea42ea602014-04-13 13:41:02 +0200940 };
941
Maxime Ripard81ee4292013-11-03 10:30:12 +0100942 cpucfg@01f01c00 {
943 compatible = "allwinner,sun6i-a31-cpuconfig";
944 reg = <0x01f01c00 0x300>;
945 };
Boris BREZILLON209394a2014-05-13 16:03:03 +0200946
Hans de Goede4ac367b2014-12-29 12:09:24 +0100947 ir: ir@01f02000 {
948 compatible = "allwinner,sun5i-a13-ir";
949 clocks = <&apb0_gates 1>, <&ir_clk>;
950 clock-names = "apb", "ir";
951 resets = <&apb0_rst 1>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100952 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede4ac367b2014-12-29 12:09:24 +0100953 reg = <0x01f02000 0x40>;
954 status = "disabled";
955 };
956
Boris BREZILLON209394a2014-05-13 16:03:03 +0200957 r_pio: pinctrl@01f02c00 {
958 compatible = "allwinner,sun6i-a31-r-pinctrl";
959 reg = <0x01f02c00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100960 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>,
961 <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Boris BREZILLON209394a2014-05-13 16:03:03 +0200962 clocks = <&apb0_gates 0>;
963 resets = <&apb0_rst 0>;
964 gpio-controller;
965 interrupt-controller;
Chen-Yu Tsai7d4ff962014-06-30 23:57:51 +0200966 #interrupt-cells = <2>;
Boris BREZILLON209394a2014-05-13 16:03:03 +0200967 #size-cells = <0>;
968 #gpio-cells = <3>;
Hans de Goededbbcd882014-11-23 14:38:14 +0100969
970 ir_pins_a: ir@0 {
971 allwinner,pins = "PL4";
972 allwinner,function = "s_ir";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100973 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
974 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goededbbcd882014-11-23 14:38:14 +0100975 };
Boris BREZILLON209394a2014-05-13 16:03:03 +0200976 };
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100977 };
978};