blob: 008047a018cf2b645cc85136c194be665376c5ef [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 *
Maxime Ripard6c3ba722014-09-02 19:25:26 +020021 * 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.
Maxime Ripard8aed3b32013-03-10 16:09:06 +010043 */
44
Maxime Ripard71455702014-12-16 22:59:54 +010045#include "skeleton.dtsi"
Maxime Ripard8aed3b32013-03-10 16:09:06 +010046
Maxime Ripard19882b82014-12-16 22:59:58 +010047#include <dt-bindings/interrupt-controller/arm-gic.h>
Chen-Yu Tsaieb58b402015-03-26 05:04:49 +080048#include <dt-bindings/thermal/thermal.h>
Maxime Ripard19882b82014-12-16 22:59:58 +010049
Maxime Ripard092a0c32014-12-16 22:59:57 +010050#include <dt-bindings/pinctrl/sun4i-a10.h>
Maxime Ripard8aed3b32013-03-10 16:09:06 +010051
52/ {
53 interrupt-parent = <&gic>;
54
Maxime Ripard54428d42014-01-02 22:05:04 +010055 aliases {
Chen-Yu Tsaie5073fd2014-07-16 01:15:46 +080056 ethernet0 = &gmac;
Maxime Ripard54428d42014-01-02 22:05:04 +010057 };
58
Hans de Goedee53a8b22014-11-14 16:34:36 +010059 chosen {
60 #address-cells = <1>;
61 #size-cells = <1>;
62 ranges;
63
Hans de Goedea9f8cda2014-11-18 12:07:13 +010064 framebuffer@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +020065 compatible = "allwinner,simple-framebuffer",
66 "simple-framebuffer";
Hans de Goedea9f8cda2014-11-18 12:07:13 +010067 allwinner,pipeline = "de_be0-lcd0-hdmi";
Hans de Goede678e75d2014-11-16 17:09:32 +010068 clocks = <&pll6 0>;
Hans de Goedee53a8b22014-11-14 16:34:36 +010069 status = "disabled";
70 };
Hans de Goedefd18c7e2015-01-19 14:05:12 +010071
72 framebuffer@1 {
73 compatible = "allwinner,simple-framebuffer",
74 "simple-framebuffer";
75 allwinner,pipeline = "de_be0-lcd0";
76 clocks = <&pll6 0>;
77 status = "disabled";
78 };
Hans de Goedee53a8b22014-11-14 16:34:36 +010079 };
Maxime Ripard54428d42014-01-02 22:05:04 +010080
Maxime Ripard121b96c2015-01-11 20:33:44 +010081 timer {
82 compatible = "arm,armv7-timer";
83 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
84 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
85 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
86 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
87 clock-frequency = <24000000>;
88 arm,cpu-registers-not-fw-configured;
Maxime Ripard8aed3b32013-03-10 16:09:06 +010089 };
90
91 cpus {
92 enable-method = "allwinner,sun6i-a31";
93 #address-cells = <1>;
94 #size-cells = <0>;
95
Chen-Yu Tsai3a2bc642015-03-26 05:04:48 +080096 cpu0: cpu@0 {
Maxime Ripard8aed3b32013-03-10 16:09:06 +010097 compatible = "arm,cortex-a7";
98 device_type = "cpu";
99 reg = <0>;
Chen-Yu Tsai3a2bc642015-03-26 05:04:48 +0800100 clocks = <&cpu>;
101 clock-latency = <244144>; /* 8 32k periods */
102 operating-points = <
Maxime Ripard8358aad2015-05-03 11:54:35 +0200103 /* kHz uV */
Chen-Yu Tsai3a2bc642015-03-26 05:04:48 +0800104 1008000 1200000
Maxime Ripard8358aad2015-05-03 11:54:35 +0200105 864000 1200000
106 720000 1100000
107 480000 1000000
Chen-Yu Tsai3a2bc642015-03-26 05:04:48 +0800108 >;
109 #cooling-cells = <2>;
110 cooling-min-level = <0>;
111 cooling-max-level = <3>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100112 };
113
114 cpu@1 {
115 compatible = "arm,cortex-a7";
116 device_type = "cpu";
117 reg = <1>;
118 };
119
120 cpu@2 {
121 compatible = "arm,cortex-a7";
122 device_type = "cpu";
123 reg = <2>;
124 };
125
126 cpu@3 {
127 compatible = "arm,cortex-a7";
128 device_type = "cpu";
129 reg = <3>;
130 };
131 };
132
Chen-Yu Tsaieb58b402015-03-26 05:04:49 +0800133 thermal-zones {
134 cpu_thermal {
135 /* milliseconds */
136 polling-delay-passive = <250>;
137 polling-delay = <1000>;
138 thermal-sensors = <&rtp>;
139
140 cooling-maps {
141 map0 {
142 trip = <&cpu_alert0>;
143 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
144 };
145 };
146
147 trips {
148 cpu_alert0: cpu_alert0 {
149 /* milliCelsius */
150 temperature = <70000>;
151 hysteresis = <2000>;
152 type = "passive";
153 };
154
155 cpu_crit: cpu_crit {
156 /* milliCelsius */
157 temperature = <100000>;
158 hysteresis = <2000>;
159 type = "critical";
160 };
161 };
162 };
163 };
164
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100165 memory {
166 reg = <0x40000000 0x80000000>;
167 };
168
Maxime Ripardb5a10b72014-04-17 21:54:41 +0200169 pmu {
170 compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu";
Maxime Ripard19882b82014-12-16 22:59:58 +0100171 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
172 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
173 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
174 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardb5a10b72014-04-17 21:54:41 +0200175 };
176
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100177 clocks {
178 #address-cells = <1>;
Maxime Ripard98096562013-07-23 23:54:19 +0200179 #size-cells = <1>;
180 ranges;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100181
Maxime Ripard98096562013-07-23 23:54:19 +0200182 osc24M: osc24M {
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100183 #clock-cells = <0>;
184 compatible = "fixed-clock";
185 clock-frequency = <24000000>;
186 };
Maxime Ripard98096562013-07-23 23:54:19 +0200187
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800188 osc32k: clk@0 {
Maxime Ripard98096562013-07-23 23:54:19 +0200189 #clock-cells = <0>;
190 compatible = "fixed-clock";
191 clock-frequency = <32768>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800192 clock-output-names = "osc32k";
Maxime Ripard98096562013-07-23 23:54:19 +0200193 };
194
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800195 pll1: clk@01c20000 {
Maxime Ripard98096562013-07-23 23:54:19 +0200196 #clock-cells = <0>;
197 compatible = "allwinner,sun6i-a31-pll1-clk";
198 reg = <0x01c20000 0x4>;
199 clocks = <&osc24M>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800200 clock-output-names = "pll1";
Maxime Ripard98096562013-07-23 23:54:19 +0200201 };
202
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100203 pll6: clk@01c20028 {
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800204 #clock-cells = <1>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100205 compatible = "allwinner,sun6i-a31-pll6-clk";
206 reg = <0x01c20028 0x4>;
207 clocks = <&osc24M>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800208 clock-output-names = "pll6", "pll6x2";
Maxime Ripard98096562013-07-23 23:54:19 +0200209 };
210
211 cpu: cpu@01c20050 {
212 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100213 compatible = "allwinner,sun4i-a10-cpu-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200214 reg = <0x01c20050 0x4>;
215
216 /*
217 * PLL1 is listed twice here.
218 * While it looks suspicious, it's actually documented
219 * that way both in the datasheet and in the code from
220 * Allwinner.
221 */
222 clocks = <&osc32k>, <&osc24M>, <&pll1>, <&pll1>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800223 clock-output-names = "cpu";
Maxime Ripard98096562013-07-23 23:54:19 +0200224 };
225
226 axi: axi@01c20050 {
227 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100228 compatible = "allwinner,sun4i-a10-axi-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200229 reg = <0x01c20050 0x4>;
230 clocks = <&cpu>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800231 clock-output-names = "axi";
Maxime Ripard98096562013-07-23 23:54:19 +0200232 };
233
Maxime Ripard98096562013-07-23 23:54:19 +0200234 ahb1: ahb1@01c20054 {
235 #clock-cells = <0>;
Chen-Yu Tsai42cc7132014-11-26 15:16:53 +0800236 compatible = "allwinner,sun6i-a31-ahb1-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200237 reg = <0x01c20054 0x4>;
Chen-Yu Tsai42cc7132014-11-26 15:16:53 +0800238 clocks = <&osc32k>, <&osc24M>, <&axi>, <&pll6 0>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800239 clock-output-names = "ahb1";
Chen-Yu Tsaif22fe1c2015-03-26 05:04:47 +0800240
241 /*
242 * Clock AHB1 from PLL6, instead of CPU/AXI which
243 * has rate changes due to cpufreq. Also the DMA
244 * controller requires AHB1 clocked from PLL6.
245 */
246 assigned-clocks = <&ahb1>;
247 assigned-clock-parents = <&pll6 0>;
Maxime Ripard98096562013-07-23 23:54:19 +0200248 };
249
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800250 ahb1_gates: clk@01c20060 {
Maxime Ripard98096562013-07-23 23:54:19 +0200251 #clock-cells = <1>;
252 compatible = "allwinner,sun6i-a31-ahb1-gates-clk";
253 reg = <0x01c20060 0x8>;
254 clocks = <&ahb1>;
255 clock-output-names = "ahb1_mipidsi", "ahb1_ss",
256 "ahb1_dma", "ahb1_mmc0", "ahb1_mmc1",
257 "ahb1_mmc2", "ahb1_mmc3", "ahb1_nand1",
258 "ahb1_nand0", "ahb1_sdram",
259 "ahb1_gmac", "ahb1_ts", "ahb1_hstimer",
260 "ahb1_spi0", "ahb1_spi1", "ahb1_spi2",
261 "ahb1_spi3", "ahb1_otg", "ahb1_ehci0",
262 "ahb1_ehci1", "ahb1_ohci0",
263 "ahb1_ohci1", "ahb1_ohci2", "ahb1_ve",
264 "ahb1_lcd0", "ahb1_lcd1", "ahb1_csi",
265 "ahb1_hdmi", "ahb1_de0", "ahb1_de1",
266 "ahb1_fe0", "ahb1_fe1", "ahb1_mp",
267 "ahb1_gpu", "ahb1_deu0", "ahb1_deu1",
268 "ahb1_drc0", "ahb1_drc1";
269 };
270
271 apb1: apb1@01c20054 {
272 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100273 compatible = "allwinner,sun4i-a10-apb0-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200274 reg = <0x01c20054 0x4>;
275 clocks = <&ahb1>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800276 clock-output-names = "apb1";
Maxime Ripard98096562013-07-23 23:54:19 +0200277 };
278
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800279 apb1_gates: clk@01c20068 {
Maxime Ripard98096562013-07-23 23:54:19 +0200280 #clock-cells = <1>;
281 compatible = "allwinner,sun6i-a31-apb1-gates-clk";
282 reg = <0x01c20068 0x4>;
283 clocks = <&apb1>;
284 clock-output-names = "apb1_codec", "apb1_digital_mic",
285 "apb1_pio", "apb1_daudio0",
286 "apb1_daudio1";
287 };
288
Chen-Yu Tsai74c947a2014-11-06 11:40:31 +0800289 apb2: clk@01c20058 {
Maxime Ripard98096562013-07-23 23:54:19 +0200290 #clock-cells = <0>;
Chen-Yu Tsai74c947a2014-11-06 11:40:31 +0800291 compatible = "allwinner,sun4i-a10-apb1-clk";
Maxime Ripard98096562013-07-23 23:54:19 +0200292 reg = <0x01c20058 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800293 clocks = <&osc32k>, <&osc24M>, <&pll6 0>, <&pll6 0>;
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800294 clock-output-names = "apb2";
Maxime Ripard98096562013-07-23 23:54:19 +0200295 };
296
Chen-Yu Tsai7b5b2902014-02-03 09:51:43 +0800297 apb2_gates: clk@01c2006c {
Maxime Ripard98096562013-07-23 23:54:19 +0200298 #clock-cells = <1>;
299 compatible = "allwinner,sun6i-a31-apb2-gates-clk";
Maxime Ripard439d9f52013-09-24 16:30:05 +0300300 reg = <0x01c2006c 0x4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200301 clocks = <&apb2>;
302 clock-output-names = "apb2_i2c0", "apb2_i2c1",
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200303 "apb2_i2c2", "apb2_i2c3",
304 "apb2_uart0", "apb2_uart1",
305 "apb2_uart2", "apb2_uart3",
306 "apb2_uart4", "apb2_uart5";
Maxime Ripard98096562013-07-23 23:54:19 +0200307 };
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100308
Hans de Goedeadc54c82014-05-02 17:57:23 +0200309 mmc0_clk: clk@01c20088 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200310 #clock-cells = <1>;
311 compatible = "allwinner,sun4i-a10-mmc-clk";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200312 reg = <0x01c20088 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800313 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200314 clock-output-names = "mmc0",
315 "mmc0_output",
316 "mmc0_sample";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200317 };
318
319 mmc1_clk: clk@01c2008c {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200320 #clock-cells = <1>;
321 compatible = "allwinner,sun4i-a10-mmc-clk";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200322 reg = <0x01c2008c 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800323 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200324 clock-output-names = "mmc1",
325 "mmc1_output",
326 "mmc1_sample";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200327 };
328
329 mmc2_clk: clk@01c20090 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200330 #clock-cells = <1>;
331 compatible = "allwinner,sun4i-a10-mmc-clk";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200332 reg = <0x01c20090 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800333 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200334 clock-output-names = "mmc2",
335 "mmc2_output",
336 "mmc2_sample";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200337 };
338
339 mmc3_clk: clk@01c20094 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200340 #clock-cells = <1>;
341 compatible = "allwinner,sun4i-a10-mmc-clk";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200342 reg = <0x01c20094 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800343 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200344 clock-output-names = "mmc3",
345 "mmc3_output",
346 "mmc3_sample";
Hans de Goedeadc54c82014-05-02 17:57:23 +0200347 };
348
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100349 spi0_clk: clk@01c200a0 {
350 #clock-cells = <0>;
Maxime Ripard225b0212014-02-24 17:29:06 +0100351 compatible = "allwinner,sun4i-a10-mod0-clk";
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100352 reg = <0x01c200a0 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800353 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100354 clock-output-names = "spi0";
355 };
356
357 spi1_clk: clk@01c200a4 {
358 #clock-cells = <0>;
Maxime Ripard225b0212014-02-24 17:29:06 +0100359 compatible = "allwinner,sun4i-a10-mod0-clk";
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100360 reg = <0x01c200a4 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800361 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100362 clock-output-names = "spi1";
363 };
364
365 spi2_clk: clk@01c200a8 {
366 #clock-cells = <0>;
Maxime Ripard225b0212014-02-24 17:29:06 +0100367 compatible = "allwinner,sun4i-a10-mod0-clk";
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100368 reg = <0x01c200a8 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800369 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100370 clock-output-names = "spi2";
371 };
372
373 spi3_clk: clk@01c200ac {
374 #clock-cells = <0>;
Maxime Ripard225b0212014-02-24 17:29:06 +0100375 compatible = "allwinner,sun4i-a10-mod0-clk";
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100376 reg = <0x01c200ac 0x4>;
Chen-Yu Tsaif6c3b042014-11-13 02:08:32 +0800377 clocks = <&osc24M>, <&pll6 0>;
Maxime Ripardb0a09c72014-02-05 14:05:04 +0100378 clock-output-names = "spi3";
379 };
Maxime Ripard94a1cd12014-05-13 17:44:16 +0200380
381 usb_clk: clk@01c200cc {
382 #clock-cells = <1>;
Maxime Ripard8358aad2015-05-03 11:54:35 +0200383 #reset-cells = <1>;
Maxime Ripard94a1cd12014-05-13 17:44:16 +0200384 compatible = "allwinner,sun6i-a31-usb-clk";
385 reg = <0x01c200cc 0x4>;
386 clocks = <&osc24M>;
387 clock-output-names = "usb_phy0", "usb_phy1", "usb_phy2",
388 "usb_ohci0", "usb_ohci1",
389 "usb_ohci2";
390 };
Chen-Yu Tsaied298612014-07-16 01:15:44 +0800391
392 /*
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200393 * The following two are dummy clocks, placeholders
394 * used in the gmac_tx clock. The gmac driver will
395 * choose one parent depending on the PHY interface
396 * mode, using clk_set_rate auto-reparenting.
397 *
398 * The actual TX clock rate is not controlled by the
399 * gmac_tx clock.
Chen-Yu Tsaied298612014-07-16 01:15:44 +0800400 */
401 mii_phy_tx_clk: clk@1 {
402 #clock-cells = <0>;
403 compatible = "fixed-clock";
404 clock-frequency = <25000000>;
405 clock-output-names = "mii_phy_tx";
406 };
407
408 gmac_int_tx_clk: clk@2 {
409 #clock-cells = <0>;
410 compatible = "fixed-clock";
411 clock-frequency = <125000000>;
412 clock-output-names = "gmac_int_tx";
413 };
414
415 gmac_tx_clk: clk@01c200d0 {
416 #clock-cells = <0>;
417 compatible = "allwinner,sun7i-a20-gmac-clk";
418 reg = <0x01c200d0 0x4>;
419 clocks = <&mii_phy_tx_clk>, <&gmac_int_tx_clk>;
420 clock-output-names = "gmac_tx";
421 };
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100422 };
423
424 soc@01c00000 {
425 compatible = "simple-bus";
426 #address-cells = <1>;
427 #size-cells = <1>;
428 ranges;
429
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100430 dma: dma-controller@01c02000 {
431 compatible = "allwinner,sun6i-a31-dma";
432 reg = <0x01c02000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100433 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100434 clocks = <&ahb1_gates 6>;
435 resets = <&ahb1_rst 6>;
436 #dma-cells = <1>;
437 };
438
Hans de Goede5b753f02014-05-02 17:57:24 +0200439 mmc0: mmc@01c0f000 {
440 compatible = "allwinner,sun5i-a13-mmc";
441 reg = <0x01c0f000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200442 clocks = <&ahb1_gates 8>,
443 <&mmc0_clk 0>,
444 <&mmc0_clk 1>,
445 <&mmc0_clk 2>;
446 clock-names = "ahb",
447 "mmc",
448 "output",
449 "sample";
Hans de Goede5b753f02014-05-02 17:57:24 +0200450 resets = <&ahb1_rst 8>;
451 reset-names = "ahb";
Maxime Ripard19882b82014-12-16 22:59:58 +0100452 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200453 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100454 #address-cells = <1>;
455 #size-cells = <0>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200456 };
457
458 mmc1: mmc@01c10000 {
459 compatible = "allwinner,sun5i-a13-mmc";
460 reg = <0x01c10000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200461 clocks = <&ahb1_gates 9>,
462 <&mmc1_clk 0>,
463 <&mmc1_clk 1>,
464 <&mmc1_clk 2>;
465 clock-names = "ahb",
466 "mmc",
467 "output",
468 "sample";
Hans de Goede5b753f02014-05-02 17:57:24 +0200469 resets = <&ahb1_rst 9>;
470 reset-names = "ahb";
Maxime Ripard19882b82014-12-16 22:59:58 +0100471 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200472 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100473 #address-cells = <1>;
474 #size-cells = <0>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200475 };
476
477 mmc2: mmc@01c11000 {
478 compatible = "allwinner,sun5i-a13-mmc";
479 reg = <0x01c11000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200480 clocks = <&ahb1_gates 10>,
481 <&mmc2_clk 0>,
482 <&mmc2_clk 1>,
483 <&mmc2_clk 2>;
484 clock-names = "ahb",
485 "mmc",
486 "output",
487 "sample";
Hans de Goede5b753f02014-05-02 17:57:24 +0200488 resets = <&ahb1_rst 10>;
489 reset-names = "ahb";
Maxime Ripard19882b82014-12-16 22:59:58 +0100490 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200491 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100492 #address-cells = <1>;
493 #size-cells = <0>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200494 };
495
496 mmc3: mmc@01c12000 {
497 compatible = "allwinner,sun5i-a13-mmc";
498 reg = <0x01c12000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200499 clocks = <&ahb1_gates 11>,
500 <&mmc3_clk 0>,
501 <&mmc3_clk 1>,
502 <&mmc3_clk 2>;
503 clock-names = "ahb",
504 "mmc",
505 "output",
506 "sample";
Hans de Goede5b753f02014-05-02 17:57:24 +0200507 resets = <&ahb1_rst 11>;
508 reset-names = "ahb";
Maxime Ripard19882b82014-12-16 22:59:58 +0100509 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200510 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100511 #address-cells = <1>;
512 #size-cells = <0>;
Hans de Goede5b753f02014-05-02 17:57:24 +0200513 };
514
Maxime Ripardef964082014-05-13 17:44:21 +0200515 usbphy: phy@01c19400 {
516 compatible = "allwinner,sun6i-a31-usb-phy";
517 reg = <0x01c19400 0x10>,
518 <0x01c1a800 0x4>,
519 <0x01c1b800 0x4>;
520 reg-names = "phy_ctrl",
521 "pmu1",
522 "pmu2";
523 clocks = <&usb_clk 8>,
524 <&usb_clk 9>,
525 <&usb_clk 10>;
526 clock-names = "usb0_phy",
527 "usb1_phy",
528 "usb2_phy";
529 resets = <&usb_clk 0>,
530 <&usb_clk 1>,
531 <&usb_clk 2>;
532 reset-names = "usb0_reset",
533 "usb1_reset",
534 "usb2_reset";
535 status = "disabled";
536 #phy-cells = <1>;
537 };
538
539 ehci0: usb@01c1a000 {
540 compatible = "allwinner,sun6i-a31-ehci", "generic-ehci";
541 reg = <0x01c1a000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100542 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200543 clocks = <&ahb1_gates 26>;
544 resets = <&ahb1_rst 26>;
545 phys = <&usbphy 1>;
546 phy-names = "usb";
547 status = "disabled";
548 };
549
550 ohci0: usb@01c1a400 {
551 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
552 reg = <0x01c1a400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100553 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200554 clocks = <&ahb1_gates 29>, <&usb_clk 16>;
555 resets = <&ahb1_rst 29>;
556 phys = <&usbphy 1>;
557 phy-names = "usb";
558 status = "disabled";
559 };
560
561 ehci1: usb@01c1b000 {
562 compatible = "allwinner,sun6i-a31-ehci", "generic-ehci";
563 reg = <0x01c1b000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100564 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200565 clocks = <&ahb1_gates 27>;
566 resets = <&ahb1_rst 27>;
567 phys = <&usbphy 2>;
568 phy-names = "usb";
569 status = "disabled";
570 };
571
572 ohci1: usb@01c1b400 {
573 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
574 reg = <0x01c1b400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100575 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200576 clocks = <&ahb1_gates 30>, <&usb_clk 17>;
577 resets = <&ahb1_rst 30>;
578 phys = <&usbphy 2>;
579 phy-names = "usb";
580 status = "disabled";
581 };
582
Maxime Ripardb294ebb2014-05-20 13:59:58 +0200583 ohci2: usb@01c1c400 {
Maxime Ripardef964082014-05-13 17:44:21 +0200584 compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
585 reg = <0x01c1c400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100586 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardef964082014-05-13 17:44:21 +0200587 clocks = <&ahb1_gates 31>, <&usb_clk 18>;
588 resets = <&ahb1_rst 31>;
589 status = "disabled";
590 };
591
Maxime Ripard140e1722013-03-12 22:16:05 +0100592 pio: pinctrl@01c20800 {
593 compatible = "allwinner,sun6i-a31-pinctrl";
594 reg = <0x01c20800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100595 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
596 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
597 <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
598 <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard98096562013-07-23 23:54:19 +0200599 clocks = <&apb1_gates 5>;
Maxime Ripard140e1722013-03-12 22:16:05 +0100600 gpio-controller;
601 interrupt-controller;
Chen-Yu Tsai7d4ff962014-06-30 23:57:51 +0200602 #interrupt-cells = <2>;
Maxime Ripard140e1722013-03-12 22:16:05 +0100603 #size-cells = <0>;
604 #gpio-cells = <3>;
Maxime Ripardab4238c2013-06-22 23:56:40 +0200605
606 uart0_pins_a: uart0@0 {
607 allwinner,pins = "PH20", "PH21";
608 allwinner,function = "uart0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100609 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
610 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripardab4238c2013-06-22 23:56:40 +0200611 };
Maxime Ripard8be188b2014-03-04 17:28:40 +0100612
613 i2c0_pins_a: i2c0@0 {
614 allwinner,pins = "PH14", "PH15";
615 allwinner,function = "i2c0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100616 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
617 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard8be188b2014-03-04 17:28:40 +0100618 };
619
620 i2c1_pins_a: i2c1@0 {
621 allwinner,pins = "PH16", "PH17";
622 allwinner,function = "i2c1";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100623 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
624 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard8be188b2014-03-04 17:28:40 +0100625 };
626
627 i2c2_pins_a: i2c2@0 {
628 allwinner,pins = "PH18", "PH19";
629 allwinner,function = "i2c2";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100630 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
631 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard8be188b2014-03-04 17:28:40 +0100632 };
Hans de Goede9797eb82014-04-26 12:16:16 +0200633
634 mmc0_pins_a: mmc0@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200635 allwinner,pins = "PF0", "PF1", "PF2",
636 "PF3", "PF4", "PF5";
Hans de Goede9797eb82014-04-26 12:16:16 +0200637 allwinner,function = "mmc0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100638 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
639 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede9797eb82014-04-26 12:16:16 +0200640 };
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800641
Chen-Yu Tsai878c4de2015-03-10 19:59:22 +0800642 mmc1_pins_a: mmc1@0 {
643 allwinner,pins = "PG0", "PG1", "PG2", "PG3",
644 "PG4", "PG5";
645 allwinner,function = "mmc1";
646 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
647 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
648 };
649
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800650 gmac_pins_mii_a: gmac_mii@0 {
651 allwinner,pins = "PA0", "PA1", "PA2", "PA3",
652 "PA8", "PA9", "PA11",
653 "PA12", "PA13", "PA14", "PA19",
654 "PA20", "PA21", "PA22", "PA23",
655 "PA24", "PA26", "PA27";
656 allwinner,function = "gmac";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100657 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
658 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800659 };
660
661 gmac_pins_gmii_a: gmac_gmii@0 {
662 allwinner,pins = "PA0", "PA1", "PA2", "PA3",
663 "PA4", "PA5", "PA6", "PA7",
664 "PA8", "PA9", "PA10", "PA11",
665 "PA12", "PA13", "PA14", "PA15",
666 "PA16", "PA17", "PA18", "PA19",
667 "PA20", "PA21", "PA22", "PA23",
668 "PA24", "PA25", "PA26", "PA27";
669 allwinner,function = "gmac";
670 /*
671 * data lines in GMII mode run at 125MHz and
672 * might need a higher signal drive strength
673 */
Maxime Ripard092a0c32014-12-16 22:59:57 +0100674 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
675 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800676 };
677
678 gmac_pins_rgmii_a: gmac_rgmii@0 {
679 allwinner,pins = "PA0", "PA1", "PA2", "PA3",
680 "PA9", "PA10", "PA11",
681 "PA12", "PA13", "PA14", "PA19",
682 "PA20", "PA25", "PA26", "PA27";
683 allwinner,function = "gmac";
684 /*
685 * data lines in RGMII mode use DDR mode
686 * and need a higher signal drive strength
687 */
Maxime Ripard092a0c32014-12-16 22:59:57 +0100688 allwinner,drive = <SUN4I_PINCTRL_40_MA>;
689 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaiee39a3e2014-07-16 01:15:43 +0800690 };
Maxime Ripard140e1722013-03-12 22:16:05 +0100691 };
692
Maxime Ripard24a661e92013-09-24 11:10:41 +0300693 ahb1_rst: reset@01c202c0 {
694 #reset-cells = <1>;
695 compatible = "allwinner,sun6i-a31-ahb1-reset";
696 reg = <0x01c202c0 0xc>;
697 };
698
699 apb1_rst: reset@01c202d0 {
700 #reset-cells = <1>;
701 compatible = "allwinner,sun6i-a31-clock-reset";
702 reg = <0x01c202d0 0x4>;
703 };
704
705 apb2_rst: reset@01c202d8 {
706 #reset-cells = <1>;
707 compatible = "allwinner,sun6i-a31-clock-reset";
708 reg = <0x01c202d8 0x4>;
709 };
710
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100711 timer@01c20c00 {
Maxime Ripardb4f26442014-02-06 10:40:32 +0100712 compatible = "allwinner,sun4i-a10-timer";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100713 reg = <0x01c20c00 0xa0>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100714 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
715 <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
716 <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
717 <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
718 <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard98096562013-07-23 23:54:19 +0200719 clocks = <&osc24M>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100720 };
721
722 wdt1: watchdog@01c20ca0 {
Maxime Ripardca5d04d2014-02-07 22:29:26 +0100723 compatible = "allwinner,sun6i-a31-wdt";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100724 reg = <0x01c20ca0 0x20>;
725 };
726
Chen-Yu Tsai4ec45cd2015-01-24 22:33:48 +0800727 rtp: rtp@01c25000 {
728 compatible = "allwinner,sun6i-a31-ts";
729 reg = <0x01c25000 0x100>;
730 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
731 #thermal-sensor-cells = <0>;
732 };
733
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100734 uart0: serial@01c28000 {
735 compatible = "snps,dw-apb-uart";
736 reg = <0x01c28000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100737 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100738 reg-shift = <2>;
739 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200740 clocks = <&apb2_gates 16>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300741 resets = <&apb2_rst 16>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100742 dmas = <&dma 6>, <&dma 6>;
743 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100744 status = "disabled";
745 };
746
747 uart1: serial@01c28400 {
748 compatible = "snps,dw-apb-uart";
749 reg = <0x01c28400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100750 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100751 reg-shift = <2>;
752 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200753 clocks = <&apb2_gates 17>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300754 resets = <&apb2_rst 17>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100755 dmas = <&dma 7>, <&dma 7>;
756 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100757 status = "disabled";
758 };
759
760 uart2: serial@01c28800 {
761 compatible = "snps,dw-apb-uart";
762 reg = <0x01c28800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100763 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100764 reg-shift = <2>;
765 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200766 clocks = <&apb2_gates 18>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300767 resets = <&apb2_rst 18>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100768 dmas = <&dma 8>, <&dma 8>;
769 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100770 status = "disabled";
771 };
772
773 uart3: serial@01c28c00 {
774 compatible = "snps,dw-apb-uart";
775 reg = <0x01c28c00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100776 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100777 reg-shift = <2>;
778 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200779 clocks = <&apb2_gates 19>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300780 resets = <&apb2_rst 19>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100781 dmas = <&dma 9>, <&dma 9>;
782 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100783 status = "disabled";
784 };
785
786 uart4: serial@01c29000 {
787 compatible = "snps,dw-apb-uart";
788 reg = <0x01c29000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100789 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100790 reg-shift = <2>;
791 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200792 clocks = <&apb2_gates 20>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300793 resets = <&apb2_rst 20>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100794 dmas = <&dma 10>, <&dma 10>;
795 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100796 status = "disabled";
797 };
798
799 uart5: serial@01c29400 {
800 compatible = "snps,dw-apb-uart";
801 reg = <0x01c29400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100802 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100803 reg-shift = <2>;
804 reg-io-width = <4>;
Maxime Ripard98096562013-07-23 23:54:19 +0200805 clocks = <&apb2_gates 21>;
Maxime Ripard24a661e92013-09-24 11:10:41 +0300806 resets = <&apb2_rst 21>;
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100807 dmas = <&dma 22>, <&dma 22>;
808 dma-names = "rx", "tx";
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100809 status = "disabled";
810 };
811
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100812 i2c0: i2c@01c2ac00 {
813 compatible = "allwinner,sun6i-a31-i2c";
814 reg = <0x01c2ac00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100815 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100816 clocks = <&apb2_gates 0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100817 resets = <&apb2_rst 0>;
818 status = "disabled";
Chen-Yu Tsai495bccf2014-07-21 22:54:27 +0800819 #address-cells = <1>;
820 #size-cells = <0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100821 };
822
823 i2c1: i2c@01c2b000 {
824 compatible = "allwinner,sun6i-a31-i2c";
825 reg = <0x01c2b000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100826 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100827 clocks = <&apb2_gates 1>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100828 resets = <&apb2_rst 1>;
829 status = "disabled";
Chen-Yu Tsai495bccf2014-07-21 22:54:27 +0800830 #address-cells = <1>;
831 #size-cells = <0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100832 };
833
834 i2c2: i2c@01c2b400 {
835 compatible = "allwinner,sun6i-a31-i2c";
836 reg = <0x01c2b400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100837 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100838 clocks = <&apb2_gates 2>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100839 resets = <&apb2_rst 2>;
840 status = "disabled";
Chen-Yu Tsai495bccf2014-07-21 22:54:27 +0800841 #address-cells = <1>;
842 #size-cells = <0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100843 };
844
845 i2c3: i2c@01c2b800 {
846 compatible = "allwinner,sun6i-a31-i2c";
847 reg = <0x01c2b800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100848 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100849 clocks = <&apb2_gates 3>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100850 resets = <&apb2_rst 3>;
851 status = "disabled";
Chen-Yu Tsai495bccf2014-07-21 22:54:27 +0800852 #address-cells = <1>;
853 #size-cells = <0>;
Maxime Ripard96c7cc92014-03-04 17:28:39 +0100854 };
855
Chen-Yu Tsai3dca65f2014-07-16 01:15:45 +0800856 gmac: ethernet@01c30000 {
857 compatible = "allwinner,sun7i-a20-gmac";
858 reg = <0x01c30000 0x1054>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100859 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsai3dca65f2014-07-16 01:15:45 +0800860 interrupt-names = "macirq";
861 clocks = <&ahb1_gates 17>, <&gmac_tx_clk>;
862 clock-names = "stmmaceth", "allwinner_gmac_tx";
863 resets = <&ahb1_rst 17>;
864 reset-names = "stmmaceth";
865 snps,pbl = <2>;
866 snps,fixed-burst;
867 snps,force_sf_dma_mode;
868 status = "disabled";
869 #address-cells = <1>;
870 #size-cells = <0>;
871 };
872
Maxime Ripard8cffcb02014-04-17 11:06:46 +0200873 timer@01c60000 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200874 compatible = "allwinner,sun6i-a31-hstimer",
875 "allwinner,sun7i-a20-hstimer";
Maxime Ripard8cffcb02014-04-17 11:06:46 +0200876 reg = <0x01c60000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100877 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
878 <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>,
879 <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
880 <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard8cffcb02014-04-17 11:06:46 +0200881 clocks = <&ahb1_gates 19>;
882 resets = <&ahb1_rst 19>;
883 };
884
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100885 spi0: spi@01c68000 {
886 compatible = "allwinner,sun6i-a31-spi";
887 reg = <0x01c68000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100888 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100889 clocks = <&ahb1_gates 20>, <&spi0_clk>;
890 clock-names = "ahb", "mod";
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100891 dmas = <&dma 23>, <&dma 23>;
892 dma-names = "rx", "tx";
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100893 resets = <&ahb1_rst 20>;
894 status = "disabled";
895 };
896
897 spi1: spi@01c69000 {
898 compatible = "allwinner,sun6i-a31-spi";
899 reg = <0x01c69000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100900 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100901 clocks = <&ahb1_gates 21>, <&spi1_clk>;
902 clock-names = "ahb", "mod";
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100903 dmas = <&dma 24>, <&dma 24>;
904 dma-names = "rx", "tx";
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100905 resets = <&ahb1_rst 21>;
906 status = "disabled";
907 };
908
909 spi2: spi@01c6a000 {
910 compatible = "allwinner,sun6i-a31-spi";
911 reg = <0x01c6a000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100912 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100913 clocks = <&ahb1_gates 22>, <&spi2_clk>;
914 clock-names = "ahb", "mod";
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100915 dmas = <&dma 25>, <&dma 25>;
916 dma-names = "rx", "tx";
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100917 resets = <&ahb1_rst 22>;
918 status = "disabled";
919 };
920
921 spi3: spi@01c6b000 {
922 compatible = "allwinner,sun6i-a31-spi";
923 reg = <0x01c6b000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100924 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100925 clocks = <&ahb1_gates 23>, <&spi3_clk>;
926 clock-names = "ahb", "mod";
Maxime Ripardd2d878c2014-01-30 15:41:23 +0100927 dmas = <&dma 26>, <&dma 26>;
928 dma-names = "rx", "tx";
Maxime Ripard0d6efe32014-02-05 14:05:06 +0100929 resets = <&ahb1_rst 23>;
930 status = "disabled";
931 };
932
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100933 gic: interrupt-controller@01c81000 {
934 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
935 reg = <0x01c81000 0x1000>,
936 <0x01c82000 0x1000>,
937 <0x01c84000 0x2000>,
938 <0x01c86000 0x2000>;
939 interrupt-controller;
940 #interrupt-cells = <3>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100941 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Maxime Ripard8aed3b32013-03-10 16:09:06 +0100942 };
Maxime Ripard81ee4292013-11-03 10:30:12 +0100943
Chen-Yu Tsai5e700432014-07-30 20:56:06 +0800944 rtc: rtc@01f00000 {
945 compatible = "allwinner,sun6i-a31-rtc";
946 reg = <0x01f00000 0x54>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100947 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
948 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsai5e700432014-07-30 20:56:06 +0800949 };
950
Maxime Ripard28240d22014-04-17 10:29:35 +0200951 nmi_intc: interrupt-controller@01f00c0c {
952 compatible = "allwinner,sun6i-a31-sc-nmi";
953 interrupt-controller;
954 #interrupt-cells = <2>;
955 reg = <0x01f00c0c 0x38>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100956 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard28240d22014-04-17 10:29:35 +0200957 };
958
Hans de Goedea42ea602014-04-13 13:41:02 +0200959 prcm@01f01400 {
960 compatible = "allwinner,sun6i-a31-prcm";
961 reg = <0x01f01400 0x200>;
Boris BREZILLONcc08f5e2014-05-14 14:38:21 +0200962
963 ar100: ar100_clk {
964 compatible = "allwinner,sun6i-a31-ar100-clk";
965 #clock-cells = <0>;
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200966 clocks = <&osc32k>, <&osc24M>, <&pll6 0>,
967 <&pll6 0>;
Boris BREZILLONcc08f5e2014-05-14 14:38:21 +0200968 clock-output-names = "ar100";
969 };
970
971 ahb0: ahb0_clk {
972 compatible = "fixed-factor-clock";
973 #clock-cells = <0>;
974 clock-div = <1>;
975 clock-mult = <1>;
976 clocks = <&ar100>;
977 clock-output-names = "ahb0";
978 };
979
980 apb0: apb0_clk {
981 compatible = "allwinner,sun6i-a31-apb0-clk";
982 #clock-cells = <0>;
983 clocks = <&ahb0>;
984 clock-output-names = "apb0";
985 };
986
987 apb0_gates: apb0_gates_clk {
988 compatible = "allwinner,sun6i-a31-apb0-gates-clk";
989 #clock-cells = <1>;
990 clocks = <&apb0>;
991 clock-output-names = "apb0_pio", "apb0_ir",
992 "apb0_timer", "apb0_p2wi",
993 "apb0_uart", "apb0_1wire",
994 "apb0_i2c";
995 };
996
Hans de Goede9b5c6e02014-12-17 18:18:19 +0100997 ir_clk: ir_clk {
998 #clock-cells = <0>;
999 compatible = "allwinner,sun4i-a10-mod0-clk";
1000 clocks = <&osc32k>, <&osc24M>;
1001 clock-output-names = "ir";
1002 };
1003
Boris BREZILLONcc08f5e2014-05-14 14:38:21 +02001004 apb0_rst: apb0_rst {
1005 compatible = "allwinner,sun6i-a31-clock-reset";
1006 #reset-cells = <1>;
1007 };
Hans de Goedea42ea602014-04-13 13:41:02 +02001008 };
1009
Maxime Ripard81ee4292013-11-03 10:30:12 +01001010 cpucfg@01f01c00 {
1011 compatible = "allwinner,sun6i-a31-cpuconfig";
1012 reg = <0x01f01c00 0x300>;
1013 };
Boris BREZILLON209394a2014-05-13 16:03:03 +02001014
Hans de Goede4ac367b2014-12-29 12:09:24 +01001015 ir: ir@01f02000 {
1016 compatible = "allwinner,sun5i-a13-ir";
1017 clocks = <&apb0_gates 1>, <&ir_clk>;
1018 clock-names = "apb", "ir";
1019 resets = <&apb0_rst 1>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001020 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede4ac367b2014-12-29 12:09:24 +01001021 reg = <0x01f02000 0x40>;
1022 status = "disabled";
1023 };
1024
Boris BREZILLON209394a2014-05-13 16:03:03 +02001025 r_pio: pinctrl@01f02c00 {
1026 compatible = "allwinner,sun6i-a31-r-pinctrl";
1027 reg = <0x01f02c00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001028 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>,
1029 <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Boris BREZILLON209394a2014-05-13 16:03:03 +02001030 clocks = <&apb0_gates 0>;
1031 resets = <&apb0_rst 0>;
1032 gpio-controller;
1033 interrupt-controller;
Chen-Yu Tsai7d4ff962014-06-30 23:57:51 +02001034 #interrupt-cells = <2>;
Boris BREZILLON209394a2014-05-13 16:03:03 +02001035 #size-cells = <0>;
1036 #gpio-cells = <3>;
Hans de Goededbbcd882014-11-23 14:38:14 +01001037
1038 ir_pins_a: ir@0 {
1039 allwinner,pins = "PL4";
1040 allwinner,function = "s_ir";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001041 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1042 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goededbbcd882014-11-23 14:38:14 +01001043 };
Boris BREZILLONfcd60132015-03-10 19:59:12 +08001044
1045 p2wi_pins: p2wi {
1046 allwinner,pins = "PL0", "PL1";
1047 allwinner,function = "s_p2wi";
1048 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1049 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1050 };
1051 };
1052
1053 p2wi: i2c@01f03400 {
1054 compatible = "allwinner,sun6i-a31-p2wi";
1055 reg = <0x01f03400 0x400>;
1056 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
1057 clocks = <&apb0_gates 3>;
1058 clock-frequency = <100000>;
1059 resets = <&apb0_rst 3>;
1060 pinctrl-names = "default";
1061 pinctrl-0 = <&p2wi_pins>;
1062 status = "disabled";
1063 #address-cells = <1>;
1064 #size-cells = <0>;
Boris BREZILLON209394a2014-05-13 16:03:03 +02001065 };
Maxime Ripard8aed3b32013-03-10 16:09:06 +01001066 };
1067};