blob: 0940a788f824396d318214d8ab3d148227cc8fc5 [file] [log] [blame]
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001/*
2 * Copyright 2013 Maxime Ripard
3 *
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
5 *
Maxime Ripard394c56c2014-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 Ripard4790ecf2013-07-17 10:07:10 +020010 *
Maxime Ripard5186d832014-10-17 11:38:23 +020011 * a) This file is free software; you can redistribute it and/or
Maxime Ripard394c56c2014-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 Ripard394c56c2014-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 Ripard394c56c2014-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 Ripard4790ecf2013-07-17 10:07:10 +020043 */
44
Maxime Ripard71455702014-12-16 22:59:54 +010045#include "skeleton.dtsi"
Maxime Ripard4790ecf2013-07-17 10:07:10 +020046
Maxime Ripard19882b82014-12-16 22:59:58 +010047#include <dt-bindings/interrupt-controller/arm-gic.h>
Chen-Yu Tsaib6d34242015-01-12 12:34:03 +080048#include <dt-bindings/thermal/thermal.h>
Maxime Ripard19882b82014-12-16 22:59:58 +010049
Maxime Riparddbe4dd12015-10-12 22:28:46 +020050#include <dt-bindings/clock/sun4i-a10-pll2.h>
Maxime Ripard1f9f6a72014-12-16 22:59:56 +010051#include <dt-bindings/dma/sun4i-a10.h>
Maxime Ripard092a0c32014-12-16 22:59:57 +010052#include <dt-bindings/pinctrl/sun4i-a10.h>
Maxime Ripard4790ecf2013-07-17 10:07:10 +020053
54/ {
55 interrupt-parent = <&gic>;
56
Emilio Lópeze751cce2013-11-16 15:17:29 -030057 aliases {
Chen-Yu Tsai18428f72014-02-10 18:35:54 +080058 ethernet0 = &gmac;
Emilio Lópeze751cce2013-11-16 15:17:29 -030059 };
60
Hans de Goede8efc5c22014-11-14 16:34:37 +010061 chosen {
62 #address-cells = <1>;
63 #size-cells = <1>;
64 ranges;
65
Hans de Goedea9f8cda2014-11-18 12:07:13 +010066 framebuffer@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +020067 compatible = "allwinner,simple-framebuffer",
68 "simple-framebuffer";
Hans de Goedea9f8cda2014-11-18 12:07:13 +010069 allwinner,pipeline = "de_be0-lcd0-hdmi";
Hans de Goede678e75d2014-11-16 17:09:32 +010070 clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>,
Chen-Yu Tsai0b4bf5a2015-12-05 21:16:46 +080071 <&ahb_gates 44>, <&dram_gates 26>;
Hans de Goede8efc5c22014-11-14 16:34:37 +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";
Chen-Yu Tsai0b4bf5a2015-12-05 21:16:46 +080079 clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 44>,
80 <&dram_gates 26>;
Hans de Goedefd18c7e2015-01-19 14:05:12 +010081 status = "disabled";
82 };
83
84 framebuffer@2 {
85 compatible = "allwinner,simple-framebuffer",
86 "simple-framebuffer";
87 allwinner,pipeline = "de_be0-lcd0-tve0";
88 clocks = <&pll5 1>, <&ahb_gates 34>, <&ahb_gates 36>,
Chen-Yu Tsai0b4bf5a2015-12-05 21:16:46 +080089 <&ahb_gates 44>, <&dram_gates 26>;
Hans de Goedefd18c7e2015-01-19 14:05:12 +010090 status = "disabled";
91 };
Hans de Goede8efc5c22014-11-14 16:34:37 +010092 };
93
Maxime Ripard4790ecf2013-07-17 10:07:10 +020094 cpus {
95 #address-cells = <1>;
96 #size-cells = <0>;
97
Chen-Yu Tsaid96b7162015-01-06 10:35:16 +080098 cpu0: cpu@0 {
Maxime Ripard4790ecf2013-07-17 10:07:10 +020099 compatible = "arm,cortex-a7";
100 device_type = "cpu";
101 reg = <0>;
Chen-Yu Tsaid96b7162015-01-06 10:35:16 +0800102 clocks = <&cpu>;
103 clock-latency = <244144>; /* 8 32k periods */
104 operating-points = <
Maxime Ripard8358aad2015-05-03 11:54:35 +0200105 /* kHz uV */
106 960000 1400000
107 912000 1400000
108 864000 1300000
109 720000 1200000
110 528000 1100000
111 312000 1000000
Timo Sigurdssoneaeef1a2015-08-04 23:08:01 +0200112 144000 1000000
Chen-Yu Tsaid96b7162015-01-06 10:35:16 +0800113 >;
114 #cooling-cells = <2>;
115 cooling-min-level = <0>;
Chen-Yu Tsai370a9b52015-03-25 00:53:27 +0800116 cooling-max-level = <6>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200117 };
118
119 cpu@1 {
120 compatible = "arm,cortex-a7";
121 device_type = "cpu";
122 reg = <1>;
123 };
124 };
125
Chen-Yu Tsaib6d34242015-01-12 12:34:03 +0800126 thermal-zones {
127 cpu_thermal {
128 /* milliseconds */
129 polling-delay-passive = <250>;
130 polling-delay = <1000>;
131 thermal-sensors = <&rtp>;
132
133 cooling-maps {
134 map0 {
135 trip = <&cpu_alert0>;
136 cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
137 };
138 };
139
140 trips {
141 cpu_alert0: cpu_alert0 {
142 /* milliCelsius */
143 temperature = <75000>;
144 hysteresis = <2000>;
145 type = "passive";
146 };
147
148 cpu_crit: cpu_crit {
149 /* milliCelsius */
150 temperature = <100000>;
151 hysteresis = <2000>;
152 type = "critical";
153 };
154 };
155 };
156 };
157
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200158 memory {
159 reg = <0x40000000 0x80000000>;
160 };
161
Marc Zyngier79027632014-02-18 14:04:44 +0000162 timer {
163 compatible = "arm,armv7-timer";
Maxime Ripard19882b82014-12-16 22:59:58 +0100164 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
165 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
166 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
167 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
Marc Zyngier79027632014-02-18 14:04:44 +0000168 };
169
Maxime Riparde29ea4d2014-04-17 21:54:41 +0200170 pmu {
171 compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu";
Maxime Ripard19882b82014-12-16 22:59:58 +0100172 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
173 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
Maxime Riparde29ea4d2014-04-17 21:54:41 +0200174 };
175
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200176 clocks {
177 #address-cells = <1>;
178 #size-cells = <1>;
179 ranges;
180
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800181 osc24M: clk@01c20050 {
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200182 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100183 compatible = "allwinner,sun4i-a10-osc-clk";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200184 reg = <0x01c20050 0x4>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200185 clock-frequency = <24000000>;
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800186 clock-output-names = "osc24M";
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200187 };
188
Chen-Yu Tsai673fac72014-01-01 10:30:47 +0800189 osc32k: clk@0 {
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200190 #clock-cells = <0>;
191 compatible = "fixed-clock";
192 clock-frequency = <32768>;
Chen-Yu Tsai673fac72014-01-01 10:30:47 +0800193 clock-output-names = "osc32k";
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200194 };
Maxime Ripardde7dc932013-07-25 21:12:52 +0200195
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800196 pll1: clk@01c20000 {
Maxime Ripardde7dc932013-07-25 21:12:52 +0200197 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100198 compatible = "allwinner,sun4i-a10-pll1-clk";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200199 reg = <0x01c20000 0x4>;
200 clocks = <&osc24M>;
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800201 clock-output-names = "pll1";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200202 };
203
Maxime Ripard88a86aa2015-10-12 22:21:49 +0200204 pll2: clk@01c20008 {
205 #clock-cells = <1>;
206 compatible = "allwinner,sun4i-a10-pll2-clk";
207 reg = <0x01c20008 0x8>;
208 clocks = <&osc24M>;
209 clock-output-names = "pll2-1x", "pll2-2x",
210 "pll2-4x", "pll2-8x";
211 };
212
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800213 pll4: clk@01c20018 {
Maxime Ripardde7dc932013-07-25 21:12:52 +0200214 #clock-cells = <0>;
Emilio López04ebcb52014-03-19 15:19:31 -0300215 compatible = "allwinner,sun7i-a20-pll4-clk";
Emilio Lópezec5589f2013-12-23 00:32:35 -0300216 reg = <0x01c20018 0x4>;
217 clocks = <&osc24M>;
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800218 clock-output-names = "pll4";
Emilio Lópezec5589f2013-12-23 00:32:35 -0300219 };
220
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800221 pll5: clk@01c20020 {
Emilio Lópezc3e5e662013-12-23 00:32:38 -0300222 #clock-cells = <1>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100223 compatible = "allwinner,sun4i-a10-pll5-clk";
Emilio Lópezc3e5e662013-12-23 00:32:38 -0300224 reg = <0x01c20020 0x4>;
225 clocks = <&osc24M>;
226 clock-output-names = "pll5_ddr", "pll5_other";
227 };
228
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800229 pll6: clk@01c20028 {
Emilio Lópezc3e5e662013-12-23 00:32:38 -0300230 #clock-cells = <1>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100231 compatible = "allwinner,sun4i-a10-pll6-clk";
Emilio Lópezc3e5e662013-12-23 00:32:38 -0300232 reg = <0x01c20028 0x4>;
233 clocks = <&osc24M>;
Chen-Yu Tsai2186df32015-03-25 01:22:09 +0800234 clock-output-names = "pll6_sata", "pll6_other", "pll6",
235 "pll6_div_4";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200236 };
237
Emilio López04ebcb52014-03-19 15:19:31 -0300238 pll8: clk@01c20040 {
239 #clock-cells = <0>;
240 compatible = "allwinner,sun7i-a20-pll4-clk";
241 reg = <0x01c20040 0x4>;
242 clocks = <&osc24M>;
243 clock-output-names = "pll8";
244 };
245
Maxime Ripardde7dc932013-07-25 21:12:52 +0200246 cpu: cpu@01c20054 {
247 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100248 compatible = "allwinner,sun4i-a10-cpu-clk";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200249 reg = <0x01c20054 0x4>;
Emilio Lópezc3e5e662013-12-23 00:32:38 -0300250 clocks = <&osc32k>, <&osc24M>, <&pll1>, <&pll6 1>;
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800251 clock-output-names = "cpu";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200252 };
253
254 axi: axi@01c20054 {
255 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100256 compatible = "allwinner,sun4i-a10-axi-clk";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200257 reg = <0x01c20054 0x4>;
258 clocks = <&cpu>;
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800259 clock-output-names = "axi";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200260 };
261
262 ahb: ahb@01c20054 {
263 #clock-cells = <0>;
Chen-Yu Tsai2186df32015-03-25 01:22:09 +0800264 compatible = "allwinner,sun5i-a13-ahb-clk";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200265 reg = <0x01c20054 0x4>;
Chen-Yu Tsai2186df32015-03-25 01:22:09 +0800266 clocks = <&axi>, <&pll6 3>, <&pll6 1>;
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800267 clock-output-names = "ahb";
Chen-Yu Tsai2186df32015-03-25 01:22:09 +0800268 /*
269 * Use PLL6 as parent, instead of CPU/AXI
270 * which has rate changes due to cpufreq
271 */
272 assigned-clocks = <&ahb>;
273 assigned-clock-parents = <&pll6 3>;
Maxime Ripardde7dc932013-07-25 21:12:52 +0200274 };
275
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800276 ahb_gates: clk@01c20060 {
Maxime Ripardde7dc932013-07-25 21:12:52 +0200277 #clock-cells = <1>;
278 compatible = "allwinner,sun7i-a20-ahb-gates-clk";
279 reg = <0x01c20060 0x8>;
280 clocks = <&ahb>;
Maxime Ripard6bfe30b2015-07-31 19:46:19 +0200281 clock-indices = <0>, <1>,
282 <2>, <3>, <4>,
283 <5>, <6>, <7>, <8>,
284 <9>, <10>, <11>, <12>,
285 <13>, <14>, <16>,
286 <17>, <18>, <20>, <21>,
287 <22>, <23>, <25>,
288 <28>, <32>, <33>, <34>,
289 <35>, <36>, <37>, <40>,
290 <41>, <42>, <43>,
291 <44>, <45>, <46>,
292 <47>, <49>, <50>,
293 <52>;
Maxime Ripardde7dc932013-07-25 21:12:52 +0200294 clock-output-names = "ahb_usb0", "ahb_ehci0",
295 "ahb_ohci0", "ahb_ehci1", "ahb_ohci1",
296 "ahb_ss", "ahb_dma", "ahb_bist", "ahb_mmc0",
297 "ahb_mmc1", "ahb_mmc2", "ahb_mmc3", "ahb_ms",
298 "ahb_nand", "ahb_sdram", "ahb_ace",
299 "ahb_emac", "ahb_ts", "ahb_spi0", "ahb_spi1",
300 "ahb_spi2", "ahb_spi3", "ahb_sata",
301 "ahb_hstimer", "ahb_ve", "ahb_tvd", "ahb_tve0",
302 "ahb_tve1", "ahb_lcd0", "ahb_lcd1", "ahb_csi0",
303 "ahb_csi1", "ahb_hdmi1", "ahb_hdmi0",
304 "ahb_de_be0", "ahb_de_be1", "ahb_de_fe0",
305 "ahb_de_fe1", "ahb_gmac", "ahb_mp",
306 "ahb_mali";
307 };
308
309 apb0: apb0@01c20054 {
310 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100311 compatible = "allwinner,sun4i-a10-apb0-clk";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200312 reg = <0x01c20054 0x4>;
313 clocks = <&ahb>;
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800314 clock-output-names = "apb0";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200315 };
316
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800317 apb0_gates: clk@01c20068 {
Maxime Ripardde7dc932013-07-25 21:12:52 +0200318 #clock-cells = <1>;
319 compatible = "allwinner,sun7i-a20-apb0-gates-clk";
320 reg = <0x01c20068 0x4>;
321 clocks = <&apb0>;
Maxime Ripard6bfe30b2015-07-31 19:46:19 +0200322 clock-indices = <0>, <1>,
323 <2>, <3>, <4>,
324 <5>, <6>, <7>,
325 <8>, <10>;
Maxime Ripardde7dc932013-07-25 21:12:52 +0200326 clock-output-names = "apb0_codec", "apb0_spdif",
327 "apb0_ac97", "apb0_iis0", "apb0_iis1",
328 "apb0_pio", "apb0_ir0", "apb0_ir1",
329 "apb0_iis2", "apb0_keypad";
330 };
331
Emilio Lópezacbcc0f2014-11-06 11:40:30 +0800332 apb1: clk@01c20058 {
Maxime Ripardde7dc932013-07-25 21:12:52 +0200333 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100334 compatible = "allwinner,sun4i-a10-apb1-clk";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200335 reg = <0x01c20058 0x4>;
Emilio Lópezacbcc0f2014-11-06 11:40:30 +0800336 clocks = <&osc24M>, <&pll6 1>, <&osc32k>;
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800337 clock-output-names = "apb1";
Maxime Ripardde7dc932013-07-25 21:12:52 +0200338 };
339
Chen-Yu Tsai06067a22014-02-03 09:51:44 +0800340 apb1_gates: clk@01c2006c {
Maxime Ripardde7dc932013-07-25 21:12:52 +0200341 #clock-cells = <1>;
342 compatible = "allwinner,sun7i-a20-apb1-gates-clk";
343 reg = <0x01c2006c 0x4>;
344 clocks = <&apb1>;
Maxime Ripard6bfe30b2015-07-31 19:46:19 +0200345 clock-indices = <0>, <1>,
346 <2>, <3>, <4>,
347 <5>, <6>, <7>,
348 <15>, <16>, <17>,
349 <18>, <19>, <20>,
350 <21>, <22>, <23>;
Maxime Ripardde7dc932013-07-25 21:12:52 +0200351 clock-output-names = "apb1_i2c0", "apb1_i2c1",
352 "apb1_i2c2", "apb1_i2c3", "apb1_can",
353 "apb1_scr", "apb1_ps20", "apb1_ps21",
354 "apb1_i2c4", "apb1_uart0", "apb1_uart1",
355 "apb1_uart2", "apb1_uart3", "apb1_uart4",
356 "apb1_uart5", "apb1_uart6", "apb1_uart7";
357 };
Emilio López1c92b952013-12-23 00:32:43 -0300358
359 nand_clk: clk@01c20080 {
360 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100361 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300362 reg = <0x01c20080 0x4>;
363 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
364 clock-output-names = "nand";
365 };
366
367 ms_clk: clk@01c20084 {
368 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100369 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300370 reg = <0x01c20084 0x4>;
371 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
372 clock-output-names = "ms";
373 };
374
375 mmc0_clk: clk@01c20088 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200376 #clock-cells = <1>;
377 compatible = "allwinner,sun4i-a10-mmc-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300378 reg = <0x01c20088 0x4>;
379 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200380 clock-output-names = "mmc0",
381 "mmc0_output",
382 "mmc0_sample";
Emilio López1c92b952013-12-23 00:32:43 -0300383 };
384
385 mmc1_clk: clk@01c2008c {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200386 #clock-cells = <1>;
387 compatible = "allwinner,sun4i-a10-mmc-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300388 reg = <0x01c2008c 0x4>;
389 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200390 clock-output-names = "mmc1",
391 "mmc1_output",
392 "mmc1_sample";
Emilio López1c92b952013-12-23 00:32:43 -0300393 };
394
395 mmc2_clk: clk@01c20090 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200396 #clock-cells = <1>;
397 compatible = "allwinner,sun4i-a10-mmc-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300398 reg = <0x01c20090 0x4>;
399 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200400 clock-output-names = "mmc2",
401 "mmc2_output",
402 "mmc2_sample";
Emilio López1c92b952013-12-23 00:32:43 -0300403 };
404
405 mmc3_clk: clk@01c20094 {
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200406 #clock-cells = <1>;
407 compatible = "allwinner,sun4i-a10-mmc-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300408 reg = <0x01c20094 0x4>;
409 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200410 clock-output-names = "mmc3",
411 "mmc3_output",
412 "mmc3_sample";
Emilio López1c92b952013-12-23 00:32:43 -0300413 };
414
415 ts_clk: clk@01c20098 {
416 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100417 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300418 reg = <0x01c20098 0x4>;
419 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
420 clock-output-names = "ts";
421 };
422
423 ss_clk: clk@01c2009c {
424 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100425 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300426 reg = <0x01c2009c 0x4>;
427 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
428 clock-output-names = "ss";
429 };
430
431 spi0_clk: clk@01c200a0 {
432 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100433 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300434 reg = <0x01c200a0 0x4>;
435 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
436 clock-output-names = "spi0";
437 };
438
439 spi1_clk: clk@01c200a4 {
440 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100441 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300442 reg = <0x01c200a4 0x4>;
443 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
444 clock-output-names = "spi1";
445 };
446
447 spi2_clk: clk@01c200a8 {
448 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100449 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300450 reg = <0x01c200a8 0x4>;
451 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
452 clock-output-names = "spi2";
453 };
454
455 pata_clk: clk@01c200ac {
456 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100457 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300458 reg = <0x01c200ac 0x4>;
459 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
460 clock-output-names = "pata";
461 };
462
463 ir0_clk: clk@01c200b0 {
464 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100465 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300466 reg = <0x01c200b0 0x4>;
467 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
468 clock-output-names = "ir0";
469 };
470
471 ir1_clk: clk@01c200b4 {
472 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100473 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300474 reg = <0x01c200b4 0x4>;
475 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
476 clock-output-names = "ir1";
477 };
478
Yassin Jaffer6f1606b2015-09-16 00:05:54 +1000479 keypad_clk: clk@01c200c4 {
480 #clock-cells = <0>;
481 compatible = "allwinner,sun4i-a10-mod0-clk";
482 reg = <0x01c200c4 0x4>;
483 clocks = <&osc24M>;
484 clock-output-names = "keypad";
485 };
486
Roman Byshko434e41b2014-02-07 16:21:53 +0100487 usb_clk: clk@01c200cc {
488 #clock-cells = <1>;
Maxime Ripard8358aad2015-05-03 11:54:35 +0200489 #reset-cells = <1>;
Roman Byshko434e41b2014-02-07 16:21:53 +0100490 compatible = "allwinner,sun4i-a10-usb-clk";
491 reg = <0x01c200cc 0x4>;
492 clocks = <&pll6 1>;
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200493 clock-output-names = "usb_ohci0", "usb_ohci1",
494 "usb_phy";
Roman Byshko434e41b2014-02-07 16:21:53 +0100495 };
496
Emilio López1c92b952013-12-23 00:32:43 -0300497 spi3_clk: clk@01c200d4 {
498 #clock-cells = <0>;
Maxime Ripardbf6534a2014-02-06 09:55:58 +0100499 compatible = "allwinner,sun4i-a10-mod0-clk";
Emilio López1c92b952013-12-23 00:32:43 -0300500 reg = <0x01c200d4 0x4>;
501 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
502 clock-output-names = "spi3";
503 };
Emilio López118c07a2013-12-23 00:32:44 -0300504
Chen-Yu Tsai0b4bf5a2015-12-05 21:16:46 +0800505 dram_gates: clk@01c20100 {
506 #clock-cells = <1>;
507 compatible = "allwinner,sun4i-a10-dram-gates-clk";
508 reg = <0x01c20100 0x4>;
509 clocks = <&pll5 0>;
510 clock-indices = <0>,
511 <1>, <2>,
512 <3>,
513 <4>,
514 <5>, <6>,
515 <15>,
516 <24>, <25>,
517 <26>, <27>,
518 <28>, <29>;
519 clock-output-names = "dram_ve",
520 "dram_csi0", "dram_csi1",
521 "dram_ts",
522 "dram_tvd",
523 "dram_tve0", "dram_tve1",
524 "dram_output",
525 "dram_de_fe1", "dram_de_fe0",
526 "dram_de_be0", "dram_de_be1",
527 "dram_de_mp", "dram_ace";
528 };
529
Chen-Yu Tsaif0571ab2015-12-05 21:16:47 +0800530 ve_clk: clk@01c2013c {
531 #clock-cells = <0>;
532 #reset-cells = <0>;
533 compatible = "allwinner,sun4i-a10-ve-clk";
534 reg = <0x01c2013c 0x4>;
535 clocks = <&pll4>;
536 clock-output-names = "ve";
537 };
538
Maxime Riparddbe4dd12015-10-12 22:28:46 +0200539 codec_clk: clk@01c20140 {
540 #clock-cells = <0>;
541 compatible = "allwinner,sun4i-a10-codec-clk";
542 reg = <0x01c20140 0x4>;
543 clocks = <&pll2 SUN4I_A10_PLL2_1X>;
544 clock-output-names = "codec";
545 };
546
Emilio López118c07a2013-12-23 00:32:44 -0300547 mbus_clk: clk@01c2015c {
548 #clock-cells = <0>;
Maxime Ripard7868c5e2014-07-16 23:45:48 +0200549 compatible = "allwinner,sun5i-a13-mbus-clk";
Emilio López118c07a2013-12-23 00:32:44 -0300550 reg = <0x01c2015c 0x4>;
551 clocks = <&osc24M>, <&pll6 2>, <&pll5 1>;
552 clock-output-names = "mbus";
553 };
Chen-Yu Tsai0aff0372014-01-01 10:30:48 +0800554
555 /*
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200556 * The following two are dummy clocks, placeholders
557 * used in the gmac_tx clock. The gmac driver will
558 * choose one parent depending on the PHY interface
559 * mode, using clk_set_rate auto-reparenting.
560 *
561 * The actual TX clock rate is not controlled by the
562 * gmac_tx clock.
Chen-Yu Tsaidaed5a82014-02-10 18:35:48 +0800563 */
564 mii_phy_tx_clk: clk@2 {
565 #clock-cells = <0>;
566 compatible = "fixed-clock";
567 clock-frequency = <25000000>;
568 clock-output-names = "mii_phy_tx";
569 };
570
571 gmac_int_tx_clk: clk@3 {
572 #clock-cells = <0>;
573 compatible = "fixed-clock";
574 clock-frequency = <125000000>;
575 clock-output-names = "gmac_int_tx";
576 };
577
578 gmac_tx_clk: clk@01c20164 {
579 #clock-cells = <0>;
580 compatible = "allwinner,sun7i-a20-gmac-clk";
581 reg = <0x01c20164 0x4>;
582 clocks = <&mii_phy_tx_clk>, <&gmac_int_tx_clk>;
583 clock-output-names = "gmac_tx";
584 };
585
586 /*
Chen-Yu Tsai0aff0372014-01-01 10:30:48 +0800587 * Dummy clock used by output clocks
588 */
589 osc24M_32k: clk@1 {
590 #clock-cells = <0>;
591 compatible = "fixed-factor-clock";
592 clock-div = <750>;
593 clock-mult = <1>;
594 clocks = <&osc24M>;
595 clock-output-names = "osc24M_32k";
596 };
597
598 clk_out_a: clk@01c201f0 {
599 #clock-cells = <0>;
600 compatible = "allwinner,sun7i-a20-out-clk";
601 reg = <0x01c201f0 0x4>;
602 clocks = <&osc24M_32k>, <&osc32k>, <&osc24M>;
603 clock-output-names = "clk_out_a";
604 };
605
606 clk_out_b: clk@01c201f4 {
607 #clock-cells = <0>;
608 compatible = "allwinner,sun7i-a20-out-clk";
609 reg = <0x01c201f4 0x4>;
610 clocks = <&osc24M_32k>, <&osc32k>, <&osc24M>;
611 clock-output-names = "clk_out_b";
612 };
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200613 };
614
615 soc@01c00000 {
616 compatible = "simple-bus";
617 #address-cells = <1>;
618 #size-cells = <1>;
619 ranges;
620
Maxime Ripard0eb14a82015-03-26 15:53:44 +0100621 sram-controller@01c00000 {
622 compatible = "allwinner,sun4i-a10-sram-controller";
623 reg = <0x01c00000 0x30>;
624 #address-cells = <1>;
625 #size-cells = <1>;
626 ranges;
627
628 sram_a: sram@00000000 {
629 compatible = "mmio-sram";
630 reg = <0x00000000 0xc000>;
631 #address-cells = <1>;
632 #size-cells = <1>;
633 ranges = <0 0x00000000 0xc000>;
634
635 emac_sram: sram-section@8000 {
636 compatible = "allwinner,sun4i-a10-sram-a3-a4";
637 reg = <0x8000 0x4000>;
638 status = "disabled";
639 };
640 };
641
642 sram_d: sram@00010000 {
643 compatible = "mmio-sram";
644 reg = <0x00010000 0x1000>;
645 #address-cells = <1>;
646 #size-cells = <1>;
647 ranges = <0 0x00010000 0x1000>;
648
649 otg_sram: sram-section@0000 {
650 compatible = "allwinner,sun4i-a10-sram-d";
651 reg = <0x0000 0x1000>;
652 status = "disabled";
653 };
654 };
655 };
656
Carlo Caione8ff973a2014-03-19 20:21:18 +0100657 nmi_intc: interrupt-controller@01c00030 {
658 compatible = "allwinner,sun7i-a20-sc-nmi";
659 interrupt-controller;
660 #interrupt-cells = <2>;
661 reg = <0x01c00030 0x0c>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100662 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
Carlo Caione8ff973a2014-03-19 20:21:18 +0100663 };
664
Emilio López316e0b02014-08-04 17:09:59 -0300665 dma: dma-controller@01c02000 {
666 compatible = "allwinner,sun4i-a10-dma";
667 reg = <0x01c02000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100668 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
Emilio López316e0b02014-08-04 17:09:59 -0300669 clocks = <&ahb_gates 6>;
670 #dma-cells = <2>;
671 };
672
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100673 spi0: spi@01c05000 {
674 compatible = "allwinner,sun4i-a10-spi";
675 reg = <0x01c05000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100676 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100677 clocks = <&ahb_gates 20>, <&spi0_clk>;
678 clock-names = "ahb", "mod";
Maxime Ripard1f9f6a72014-12-16 22:59:56 +0100679 dmas = <&dma SUN4I_DMA_DEDICATED 27>,
680 <&dma SUN4I_DMA_DEDICATED 26>;
Emilio Lópezffec7212014-08-04 17:10:02 -0300681 dma-names = "rx", "tx";
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100682 status = "disabled";
683 #address-cells = <1>;
684 #size-cells = <0>;
685 };
686
687 spi1: spi@01c06000 {
688 compatible = "allwinner,sun4i-a10-spi";
689 reg = <0x01c06000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100690 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100691 clocks = <&ahb_gates 21>, <&spi1_clk>;
692 clock-names = "ahb", "mod";
Maxime Ripard1f9f6a72014-12-16 22:59:56 +0100693 dmas = <&dma SUN4I_DMA_DEDICATED 9>,
694 <&dma SUN4I_DMA_DEDICATED 8>;
Emilio Lópezffec7212014-08-04 17:10:02 -0300695 dma-names = "rx", "tx";
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100696 status = "disabled";
697 #address-cells = <1>;
698 #size-cells = <0>;
699 };
700
Maxime Ripard2e804d02013-09-11 11:10:06 +0200701 emac: ethernet@01c0b000 {
Maxime Ripard1c70e092014-02-02 14:49:13 +0100702 compatible = "allwinner,sun4i-a10-emac";
Maxime Ripard2e804d02013-09-11 11:10:06 +0200703 reg = <0x01c0b000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100704 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard2e804d02013-09-11 11:10:06 +0200705 clocks = <&ahb_gates 17>;
Maxime Ripard0eb14a82015-03-26 15:53:44 +0100706 allwinner,sram = <&emac_sram 1>;
Maxime Ripard2e804d02013-09-11 11:10:06 +0200707 status = "disabled";
708 };
709
Aleksei Mamlin92395f52015-01-19 22:35:22 +0300710 mdio: mdio@01c0b080 {
Maxime Ripard1c70e092014-02-02 14:49:13 +0100711 compatible = "allwinner,sun4i-a10-mdio";
Maxime Ripard2e804d02013-09-11 11:10:06 +0200712 reg = <0x01c0b080 0x14>;
713 status = "disabled";
714 #address-cells = <1>;
715 #size-cells = <0>;
716 };
717
Hans de Goededd29ce52014-05-02 17:57:26 +0200718 mmc0: mmc@01c0f000 {
719 compatible = "allwinner,sun5i-a13-mmc";
720 reg = <0x01c0f000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200721 clocks = <&ahb_gates 8>,
722 <&mmc0_clk 0>,
723 <&mmc0_clk 1>,
724 <&mmc0_clk 2>;
725 clock-names = "ahb",
726 "mmc",
727 "output",
728 "sample";
Maxime Ripard19882b82014-12-16 22:59:58 +0100729 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200730 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100731 #address-cells = <1>;
732 #size-cells = <0>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200733 };
734
735 mmc1: mmc@01c10000 {
736 compatible = "allwinner,sun5i-a13-mmc";
737 reg = <0x01c10000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200738 clocks = <&ahb_gates 9>,
739 <&mmc1_clk 0>,
740 <&mmc1_clk 1>,
741 <&mmc1_clk 2>;
742 clock-names = "ahb",
743 "mmc",
744 "output",
745 "sample";
Maxime Ripard19882b82014-12-16 22:59:58 +0100746 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200747 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100748 #address-cells = <1>;
749 #size-cells = <0>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200750 };
751
752 mmc2: mmc@01c11000 {
753 compatible = "allwinner,sun5i-a13-mmc";
754 reg = <0x01c11000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200755 clocks = <&ahb_gates 10>,
756 <&mmc2_clk 0>,
757 <&mmc2_clk 1>,
758 <&mmc2_clk 2>;
759 clock-names = "ahb",
760 "mmc",
761 "output",
762 "sample";
Maxime Ripard19882b82014-12-16 22:59:58 +0100763 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200764 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100765 #address-cells = <1>;
766 #size-cells = <0>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200767 };
768
769 mmc3: mmc@01c12000 {
770 compatible = "allwinner,sun5i-a13-mmc";
771 reg = <0x01c12000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200772 clocks = <&ahb_gates 11>,
773 <&mmc3_clk 0>,
774 <&mmc3_clk 1>,
775 <&mmc3_clk 2>;
776 clock-names = "ahb",
777 "mmc",
778 "output",
779 "sample";
Maxime Ripard19882b82014-12-16 22:59:58 +0100780 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200781 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100782 #address-cells = <1>;
783 #size-cells = <0>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200784 };
785
Roman Byshkocbb3ff12014-10-22 00:14:03 +0200786 usb_otg: usb@01c13000 {
787 compatible = "allwinner,sun4i-a10-musb";
788 reg = <0x01c13000 0x0400>;
789 clocks = <&ahb_gates 0>;
790 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
791 interrupt-names = "mc";
792 phys = <&usbphy 0>;
793 phy-names = "usb";
794 extcon = <&usbphy 0>;
795 allwinner,sram = <&otg_sram 1>;
796 status = "disabled";
797 };
798
Roman Byshko9debd0a2014-03-01 20:26:25 +0100799 usbphy: phy@01c13400 {
800 #phy-cells = <1>;
801 compatible = "allwinner,sun7i-a20-usb-phy";
802 reg = <0x01c13400 0x10 0x01c14800 0x4 0x01c1c800 0x4>;
803 reg-names = "phy_ctrl", "pmu1", "pmu2";
804 clocks = <&usb_clk 8>;
805 clock-names = "usb_phy";
Roman Byshko134c60a2014-11-10 19:55:08 +0100806 resets = <&usb_clk 0>, <&usb_clk 1>, <&usb_clk 2>;
807 reset-names = "usb0_reset", "usb1_reset", "usb2_reset";
Roman Byshko9debd0a2014-03-01 20:26:25 +0100808 status = "disabled";
809 };
810
811 ehci0: usb@01c14000 {
812 compatible = "allwinner,sun7i-a20-ehci", "generic-ehci";
813 reg = <0x01c14000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100814 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Roman Byshko9debd0a2014-03-01 20:26:25 +0100815 clocks = <&ahb_gates 1>;
816 phys = <&usbphy 1>;
817 phy-names = "usb";
818 status = "disabled";
819 };
820
821 ohci0: usb@01c14400 {
822 compatible = "allwinner,sun7i-a20-ohci", "generic-ohci";
823 reg = <0x01c14400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100824 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
Roman Byshko9debd0a2014-03-01 20:26:25 +0100825 clocks = <&usb_clk 6>, <&ahb_gates 2>;
826 phys = <&usbphy 1>;
827 phy-names = "usb";
828 status = "disabled";
829 };
830
LABBE Corentin110d4e22015-07-17 16:39:39 +0200831 crypto: crypto-engine@01c15000 {
832 compatible = "allwinner,sun4i-a10-crypto";
833 reg = <0x01c15000 0x1000>;
834 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
835 clocks = <&ahb_gates 5>, <&ss_clk>;
836 clock-names = "ahb", "mod";
837 };
838
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100839 spi2: spi@01c17000 {
840 compatible = "allwinner,sun4i-a10-spi";
841 reg = <0x01c17000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100842 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100843 clocks = <&ahb_gates 22>, <&spi2_clk>;
844 clock-names = "ahb", "mod";
Maxime Ripard1f9f6a72014-12-16 22:59:56 +0100845 dmas = <&dma SUN4I_DMA_DEDICATED 29>,
846 <&dma SUN4I_DMA_DEDICATED 28>;
Emilio Lópezffec7212014-08-04 17:10:02 -0300847 dma-names = "rx", "tx";
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100848 status = "disabled";
849 #address-cells = <1>;
850 #size-cells = <0>;
851 };
852
Hans de Goede902febf2014-03-01 20:26:22 +0100853 ahci: sata@01c18000 {
854 compatible = "allwinner,sun4i-a10-ahci";
855 reg = <0x01c18000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100856 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede902febf2014-03-01 20:26:22 +0100857 clocks = <&pll6 0>, <&ahb_gates 25>;
858 status = "disabled";
859 };
860
Roman Byshko9debd0a2014-03-01 20:26:25 +0100861 ehci1: usb@01c1c000 {
862 compatible = "allwinner,sun7i-a20-ehci", "generic-ehci";
863 reg = <0x01c1c000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100864 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
Roman Byshko9debd0a2014-03-01 20:26:25 +0100865 clocks = <&ahb_gates 3>;
866 phys = <&usbphy 2>;
867 phy-names = "usb";
868 status = "disabled";
869 };
870
871 ohci1: usb@01c1c400 {
872 compatible = "allwinner,sun7i-a20-ohci", "generic-ohci";
873 reg = <0x01c1c400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100874 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Roman Byshko9debd0a2014-03-01 20:26:25 +0100875 clocks = <&usb_clk 7>, <&ahb_gates 4>;
876 phys = <&usbphy 2>;
877 phy-names = "usb";
878 status = "disabled";
879 };
880
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100881 spi3: spi@01c1f000 {
882 compatible = "allwinner,sun4i-a10-spi";
883 reg = <0x01c1f000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100884 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100885 clocks = <&ahb_gates 23>, <&spi3_clk>;
886 clock-names = "ahb", "mod";
Maxime Ripard1f9f6a72014-12-16 22:59:56 +0100887 dmas = <&dma SUN4I_DMA_DEDICATED 31>,
888 <&dma SUN4I_DMA_DEDICATED 30>;
Emilio Lópezffec7212014-08-04 17:10:02 -0300889 dma-names = "rx", "tx";
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100890 status = "disabled";
891 #address-cells = <1>;
892 #size-cells = <0>;
893 };
894
Maxime Ripard17eac032013-07-24 23:46:11 +0200895 pio: pinctrl@01c20800 {
896 compatible = "allwinner,sun7i-a20-pinctrl";
897 reg = <0x01c20800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100898 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardde7dc932013-07-25 21:12:52 +0200899 clocks = <&apb0_gates 5>;
Maxime Ripard17eac032013-07-24 23:46:11 +0200900 gpio-controller;
901 interrupt-controller;
Maxime Ripardb03e0812015-06-17 11:44:24 +0200902 #interrupt-cells = <3>;
Maxime Ripard17eac032013-07-24 23:46:11 +0200903 #gpio-cells = <3>;
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200904
Alexandre Bellonifd7898a2014-04-28 18:17:12 +0200905 pwm0_pins_a: pwm0@0 {
906 allwinner,pins = "PB2";
907 allwinner,function = "pwm";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100908 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
909 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Alexandre Bellonifd7898a2014-04-28 18:17:12 +0200910 };
911
912 pwm1_pins_a: pwm1@0 {
913 allwinner,pins = "PI3";
914 allwinner,function = "pwm";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100915 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
916 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Alexandre Bellonifd7898a2014-04-28 18:17:12 +0200917 };
918
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200919 uart0_pins_a: uart0@0 {
920 allwinner,pins = "PB22", "PB23";
921 allwinner,function = "uart0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100922 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
923 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200924 };
925
Chen-Yu Tsai4261ec42014-01-14 22:49:50 +0800926 uart2_pins_a: uart2@0 {
927 allwinner,pins = "PI16", "PI17", "PI18", "PI19";
928 allwinner,function = "uart2";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100929 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
930 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsai4261ec42014-01-14 22:49:50 +0800931 };
932
Wills Wang7b5bace2014-08-19 15:33:00 +0800933 uart3_pins_a: uart3@0 {
934 allwinner,pins = "PG6", "PG7", "PG8", "PG9";
935 allwinner,function = "uart3";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100936 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
937 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +0800938 };
939
Hans de Goede0510e4b2014-10-01 09:26:05 +0200940 uart3_pins_b: uart3@1 {
941 allwinner,pins = "PH0", "PH1";
942 allwinner,function = "uart3";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100943 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
944 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede0510e4b2014-10-01 09:26:05 +0200945 };
946
Wills Wang7b5bace2014-08-19 15:33:00 +0800947 uart4_pins_a: uart4@0 {
948 allwinner,pins = "PG10", "PG11";
949 allwinner,function = "uart4";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100950 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
951 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +0800952 };
953
Michael Ring869afa72015-05-21 14:32:33 +0200954 uart4_pins_b: uart4@1 {
955 allwinner,pins = "PH4", "PH5";
956 allwinner,function = "uart4";
957 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
958 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
959 };
960
Wills Wang7b5bace2014-08-19 15:33:00 +0800961 uart5_pins_a: uart5@0 {
962 allwinner,pins = "PI10", "PI11";
963 allwinner,function = "uart5";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100964 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
965 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +0800966 };
967
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200968 uart6_pins_a: uart6@0 {
969 allwinner,pins = "PI12", "PI13";
970 allwinner,function = "uart6";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100971 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
972 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200973 };
974
975 uart7_pins_a: uart7@0 {
976 allwinner,pins = "PI20", "PI21";
977 allwinner,function = "uart7";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100978 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
979 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200980 };
Maxime Ripard756084c2013-09-11 11:10:07 +0200981
Maxime Riparde5496a32013-08-31 23:08:49 +0200982 i2c0_pins_a: i2c0@0 {
983 allwinner,pins = "PB0", "PB1";
984 allwinner,function = "i2c0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100985 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
986 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Riparde5496a32013-08-31 23:08:49 +0200987 };
988
989 i2c1_pins_a: i2c1@0 {
990 allwinner,pins = "PB18", "PB19";
991 allwinner,function = "i2c1";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100992 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
993 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Riparde5496a32013-08-31 23:08:49 +0200994 };
995
996 i2c2_pins_a: i2c2@0 {
997 allwinner,pins = "PB20", "PB21";
998 allwinner,function = "i2c2";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100999 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1000 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Riparde5496a32013-08-31 23:08:49 +02001001 };
1002
Wills Wang7b5bace2014-08-19 15:33:00 +08001003 i2c3_pins_a: i2c3@0 {
1004 allwinner,pins = "PI0", "PI1";
1005 allwinner,function = "i2c3";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001006 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1007 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +08001008 };
1009
Maxime Ripard756084c2013-09-11 11:10:07 +02001010 emac_pins_a: emac0@0 {
1011 allwinner,pins = "PA0", "PA1", "PA2",
1012 "PA3", "PA4", "PA5", "PA6",
1013 "PA7", "PA8", "PA9", "PA10",
1014 "PA11", "PA12", "PA13", "PA14",
1015 "PA15", "PA16";
1016 allwinner,function = "emac";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001017 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1018 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard756084c2013-09-11 11:10:07 +02001019 };
Chen-Yu Tsaif2e07592014-01-01 10:30:50 +08001020
1021 clk_out_a_pins_a: clk_out_a@0 {
1022 allwinner,pins = "PI12";
1023 allwinner,function = "clk_out_a";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001024 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1025 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaif2e07592014-01-01 10:30:50 +08001026 };
1027
1028 clk_out_b_pins_a: clk_out_b@0 {
1029 allwinner,pins = "PI13";
1030 allwinner,function = "clk_out_b";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001031 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1032 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaif2e07592014-01-01 10:30:50 +08001033 };
Chen-Yu Tsai129ccbc2014-02-10 18:35:50 +08001034
1035 gmac_pins_mii_a: gmac_mii@0 {
1036 allwinner,pins = "PA0", "PA1", "PA2",
1037 "PA3", "PA4", "PA5", "PA6",
1038 "PA7", "PA8", "PA9", "PA10",
1039 "PA11", "PA12", "PA13", "PA14",
1040 "PA15", "PA16";
1041 allwinner,function = "gmac";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001042 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1043 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsai129ccbc2014-02-10 18:35:50 +08001044 };
1045
1046 gmac_pins_rgmii_a: gmac_rgmii@0 {
1047 allwinner,pins = "PA0", "PA1", "PA2",
1048 "PA3", "PA4", "PA5", "PA6",
1049 "PA7", "PA8", "PA10",
1050 "PA11", "PA12", "PA13",
1051 "PA15", "PA16";
1052 allwinner,function = "gmac";
1053 /*
1054 * data lines in RGMII mode use DDR mode
1055 * and need a higher signal drive strength
1056 */
Maxime Ripard092a0c32014-12-16 22:59:57 +01001057 allwinner,drive = <SUN4I_PINCTRL_40_MA>;
1058 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsai129ccbc2014-02-10 18:35:50 +08001059 };
Maxime Ripard412f2c62014-02-22 22:35:58 +01001060
Hans de Goede2dad53b2014-10-01 09:26:04 +02001061 spi0_pins_a: spi0@0 {
Maxime Ripardf3022c62015-05-03 09:25:41 +02001062 allwinner,pins = "PI11", "PI12", "PI13";
1063 allwinner,function = "spi0";
1064 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1065 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1066 };
1067
1068 spi0_cs0_pins_a: spi0_cs0@0 {
1069 allwinner,pins = "PI10";
1070 allwinner,function = "spi0";
1071 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1072 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1073 };
1074
1075 spi0_cs1_pins_a: spi0_cs1@0 {
1076 allwinner,pins = "PI14";
Hans de Goede2dad53b2014-10-01 09:26:04 +02001077 allwinner,function = "spi0";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001078 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1079 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede2dad53b2014-10-01 09:26:04 +02001080 };
1081
Maxime Ripard412f2c62014-02-22 22:35:58 +01001082 spi1_pins_a: spi1@0 {
Maxime Ripardf3022c62015-05-03 09:25:41 +02001083 allwinner,pins = "PI17", "PI18", "PI19";
1084 allwinner,function = "spi1";
1085 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1086 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1087 };
1088
1089 spi1_cs0_pins_a: spi1_cs0@0 {
1090 allwinner,pins = "PI16";
Maxime Ripard412f2c62014-02-22 22:35:58 +01001091 allwinner,function = "spi1";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001092 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1093 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard412f2c62014-02-22 22:35:58 +01001094 };
1095
1096 spi2_pins_a: spi2@0 {
Maxime Ripardf3022c62015-05-03 09:25:41 +02001097 allwinner,pins = "PC20", "PC21", "PC22";
Maxime Ripard412f2c62014-02-22 22:35:58 +01001098 allwinner,function = "spi2";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001099 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1100 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard412f2c62014-02-22 22:35:58 +01001101 };
Hans de Goede11fbedf2014-05-02 17:57:27 +02001102
Wills Wang7b5bace2014-08-19 15:33:00 +08001103 spi2_pins_b: spi2@1 {
Maxime Ripardf3022c62015-05-03 09:25:41 +02001104 allwinner,pins = "PB15", "PB16", "PB17";
1105 allwinner,function = "spi2";
1106 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1107 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1108 };
1109
1110 spi2_cs0_pins_a: spi2_cs0@0 {
1111 allwinner,pins = "PC19";
1112 allwinner,function = "spi2";
1113 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1114 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1115 };
1116
1117 spi2_cs0_pins_b: spi2_cs0@1 {
1118 allwinner,pins = "PB14";
Wills Wang7b5bace2014-08-19 15:33:00 +08001119 allwinner,function = "spi2";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001120 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1121 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +08001122 };
1123
Hans de Goede11fbedf2014-05-02 17:57:27 +02001124 mmc0_pins_a: mmc0@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001125 allwinner,pins = "PF0", "PF1", "PF2",
1126 "PF3", "PF4", "PF5";
Hans de Goede11fbedf2014-05-02 17:57:27 +02001127 allwinner,function = "mmc0";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001128 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
1129 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede11fbedf2014-05-02 17:57:27 +02001130 };
1131
1132 mmc0_cd_pin_reference_design: mmc0_cd_pin@0 {
1133 allwinner,pins = "PH1";
1134 allwinner,function = "gpio_in";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001135 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1136 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
Hans de Goede11fbedf2014-05-02 17:57:27 +02001137 };
1138
Hans de Goede8fa82322014-10-01 16:25:36 +02001139 mmc2_pins_a: mmc2@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001140 allwinner,pins = "PC6", "PC7", "PC8",
1141 "PC9", "PC10", "PC11";
Hans de Goede8fa82322014-10-01 16:25:36 +02001142 allwinner,function = "mmc2";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001143 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
1144 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
Hans de Goede8fa82322014-10-01 16:25:36 +02001145 };
1146
Hans de Goede11fbedf2014-05-02 17:57:27 +02001147 mmc3_pins_a: mmc3@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001148 allwinner,pins = "PI4", "PI5", "PI6",
1149 "PI7", "PI8", "PI9";
Hans de Goede11fbedf2014-05-02 17:57:27 +02001150 allwinner,function = "mmc3";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001151 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
1152 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede11fbedf2014-05-02 17:57:27 +02001153 };
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001154
Marcus Cooper469a22e2015-05-02 13:36:20 +02001155 ir0_rx_pins_a: ir0@0 {
1156 allwinner,pins = "PB4";
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001157 allwinner,function = "ir0";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001158 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1159 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001160 };
1161
Marcus Cooper469a22e2015-05-02 13:36:20 +02001162 ir0_tx_pins_a: ir0@1 {
1163 allwinner,pins = "PB3";
1164 allwinner,function = "ir0";
1165 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1166 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1167 };
1168
1169 ir1_rx_pins_a: ir1@0 {
1170 allwinner,pins = "PB23";
1171 allwinner,function = "ir1";
1172 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1173 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1174 };
1175
1176 ir1_tx_pins_a: ir1@1 {
1177 allwinner,pins = "PB22";
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001178 allwinner,function = "ir1";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001179 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1180 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001181 };
Vishnu Patekar1e8d1562015-01-25 19:10:09 +05301182
1183 ps20_pins_a: ps20@0 {
1184 allwinner,pins = "PI20", "PI21";
1185 allwinner,function = "ps2";
1186 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1187 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1188 };
1189
1190 ps21_pins_a: ps21@0 {
1191 allwinner,pins = "PH12", "PH13";
1192 allwinner,function = "ps2";
1193 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1194 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001195 };
1196 };
Maxime Ripardca5d04d2014-02-07 22:29:26 +01001197
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001198 timer@01c20c00 {
1199 compatible = "allwinner,sun4i-a10-timer";
1200 reg = <0x01c20c00 0x90>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001201 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>,
1202 <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>,
1203 <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>,
1204 <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
1205 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
1206 <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001207 clocks = <&osc24M>;
1208 };
1209
1210 wdt: watchdog@01c20c90 {
1211 compatible = "allwinner,sun4i-a10-wdt";
1212 reg = <0x01c20c90 0x10>;
1213 };
1214
Carlo Caioneb5d905c2013-10-16 20:30:26 +02001215 rtc: rtc@01c20d00 {
1216 compatible = "allwinner,sun7i-a20-rtc";
1217 reg = <0x01c20d00 0x20>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001218 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
Carlo Caioneb5d905c2013-10-16 20:30:26 +02001219 };
1220
Alexandre Belloni8ec40c22014-04-28 18:17:13 +02001221 pwm: pwm@01c20e00 {
1222 compatible = "allwinner,sun7i-a20-pwm";
1223 reg = <0x01c20e00 0xc>;
1224 clocks = <&osc24M>;
1225 #pwm-cells = <3>;
1226 status = "disabled";
1227 };
1228
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001229 ir0: ir@01c21800 {
Hans de Goede1715a382014-06-30 23:57:54 +02001230 compatible = "allwinner,sun4i-a10-ir";
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001231 clocks = <&apb0_gates 6>, <&ir0_clk>;
1232 clock-names = "apb", "ir";
Maxime Ripard19882b82014-12-16 22:59:58 +01001233 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001234 reg = <0x01c21800 0x40>;
1235 status = "disabled";
1236 };
1237
1238 ir1: ir@01c21c00 {
Hans de Goede1715a382014-06-30 23:57:54 +02001239 compatible = "allwinner,sun4i-a10-ir";
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001240 clocks = <&apb0_gates 7>, <&ir1_clk>;
1241 clock-names = "apb", "ir";
Maxime Ripard19882b82014-12-16 22:59:58 +01001242 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001243 reg = <0x01c21c00 0x40>;
1244 status = "disabled";
1245 };
1246
Hans de Goedea6a2d642014-12-23 11:13:22 +01001247 lradc: lradc@01c22800 {
1248 compatible = "allwinner,sun4i-a10-lradc-keys";
1249 reg = <0x01c22800 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001250 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goedea6a2d642014-12-23 11:13:22 +01001251 status = "disabled";
1252 };
1253
Emilio Lópezd5ce1072014-08-18 01:07:55 -03001254 codec: codec@01c22c00 {
1255 #sound-dai-cells = <0>;
1256 compatible = "allwinner,sun7i-a20-codec";
1257 reg = <0x01c22c00 0x40>;
1258 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
1259 clocks = <&apb0_gates 0>, <&codec_clk>;
1260 clock-names = "apb", "codec";
1261 dmas = <&dma SUN4I_DMA_NORMAL 19>,
1262 <&dma SUN4I_DMA_NORMAL 19>;
1263 dma-names = "rx", "tx";
1264 status = "disabled";
1265 };
1266
Oliver Schinagl2bad9692013-09-03 12:33:28 +02001267 sid: eeprom@01c23800 {
1268 compatible = "allwinner,sun7i-a20-sid";
1269 reg = <0x01c23800 0x200>;
1270 };
1271
Hans de Goede00f7ed82013-12-31 17:20:52 +01001272 rtp: rtp@01c25000 {
Hans de Goede8bf1b9b2015-03-08 21:53:42 +01001273 compatible = "allwinner,sun5i-a13-ts";
Hans de Goede00f7ed82013-12-31 17:20:52 +01001274 reg = <0x01c25000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001275 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsai41e7afb2015-01-06 10:35:15 +08001276 #thermal-sensor-cells = <0>;
Hans de Goede00f7ed82013-12-31 17:20:52 +01001277 };
1278
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001279 uart0: serial@01c28000 {
1280 compatible = "snps,dw-apb-uart";
1281 reg = <0x01c28000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001282 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001283 reg-shift = <2>;
1284 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001285 clocks = <&apb1_gates 16>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001286 status = "disabled";
1287 };
1288
1289 uart1: serial@01c28400 {
1290 compatible = "snps,dw-apb-uart";
1291 reg = <0x01c28400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001292 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001293 reg-shift = <2>;
1294 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001295 clocks = <&apb1_gates 17>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001296 status = "disabled";
1297 };
1298
1299 uart2: serial@01c28800 {
1300 compatible = "snps,dw-apb-uart";
1301 reg = <0x01c28800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001302 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001303 reg-shift = <2>;
1304 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001305 clocks = <&apb1_gates 18>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001306 status = "disabled";
1307 };
1308
1309 uart3: serial@01c28c00 {
1310 compatible = "snps,dw-apb-uart";
1311 reg = <0x01c28c00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001312 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001313 reg-shift = <2>;
1314 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001315 clocks = <&apb1_gates 19>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001316 status = "disabled";
1317 };
1318
1319 uart4: serial@01c29000 {
1320 compatible = "snps,dw-apb-uart";
1321 reg = <0x01c29000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001322 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001323 reg-shift = <2>;
1324 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001325 clocks = <&apb1_gates 20>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001326 status = "disabled";
1327 };
1328
1329 uart5: serial@01c29400 {
1330 compatible = "snps,dw-apb-uart";
1331 reg = <0x01c29400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001332 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001333 reg-shift = <2>;
1334 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001335 clocks = <&apb1_gates 21>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001336 status = "disabled";
1337 };
1338
1339 uart6: serial@01c29800 {
1340 compatible = "snps,dw-apb-uart";
1341 reg = <0x01c29800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001342 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001343 reg-shift = <2>;
1344 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001345 clocks = <&apb1_gates 22>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001346 status = "disabled";
1347 };
1348
1349 uart7: serial@01c29c00 {
1350 compatible = "snps,dw-apb-uart";
1351 reg = <0x01c29c00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001352 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001353 reg-shift = <2>;
1354 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001355 clocks = <&apb1_gates 23>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001356 status = "disabled";
1357 };
1358
Maxime Ripard428abbb2013-08-31 23:07:24 +02001359 i2c0: i2c@01c2ac00 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001360 compatible = "allwinner,sun7i-a20-i2c",
1361 "allwinner,sun4i-a10-i2c";
Maxime Ripard428abbb2013-08-31 23:07:24 +02001362 reg = <0x01c2ac00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001363 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001364 clocks = <&apb1_gates 0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001365 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001366 #address-cells = <1>;
1367 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001368 };
1369
1370 i2c1: i2c@01c2b000 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001371 compatible = "allwinner,sun7i-a20-i2c",
1372 "allwinner,sun4i-a10-i2c";
Maxime Ripard428abbb2013-08-31 23:07:24 +02001373 reg = <0x01c2b000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001374 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001375 clocks = <&apb1_gates 1>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001376 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001377 #address-cells = <1>;
1378 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001379 };
1380
1381 i2c2: i2c@01c2b400 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001382 compatible = "allwinner,sun7i-a20-i2c",
1383 "allwinner,sun4i-a10-i2c";
Maxime Ripard428abbb2013-08-31 23:07:24 +02001384 reg = <0x01c2b400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001385 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001386 clocks = <&apb1_gates 2>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001387 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001388 #address-cells = <1>;
1389 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001390 };
1391
1392 i2c3: i2c@01c2b800 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001393 compatible = "allwinner,sun7i-a20-i2c",
1394 "allwinner,sun4i-a10-i2c";
Maxime Ripard428abbb2013-08-31 23:07:24 +02001395 reg = <0x01c2b800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001396 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001397 clocks = <&apb1_gates 3>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001398 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001399 #address-cells = <1>;
1400 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001401 };
1402
Maxime Riparda3867042014-04-18 21:13:08 +02001403 i2c4: i2c@01c2c000 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001404 compatible = "allwinner,sun7i-a20-i2c",
1405 "allwinner,sun4i-a10-i2c";
Maxime Riparda3867042014-04-18 21:13:08 +02001406 reg = <0x01c2c000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001407 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001408 clocks = <&apb1_gates 15>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001409 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001410 #address-cells = <1>;
1411 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001412 };
1413
Chen-Yu Tsaic40b8d52014-02-10 18:35:49 +08001414 gmac: ethernet@01c50000 {
1415 compatible = "allwinner,sun7i-a20-gmac";
1416 reg = <0x01c50000 0x10000>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001417 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsaic40b8d52014-02-10 18:35:49 +08001418 interrupt-names = "macirq";
1419 clocks = <&ahb_gates 49>, <&gmac_tx_clk>;
1420 clock-names = "stmmaceth", "allwinner_gmac_tx";
1421 snps,pbl = <2>;
1422 snps,fixed-burst;
1423 snps,force_sf_dma_mode;
1424 status = "disabled";
1425 #address-cells = <1>;
1426 #size-cells = <0>;
1427 };
1428
Maxime Ripard31f8ad32013-11-07 12:01:48 +01001429 hstimer@01c60000 {
1430 compatible = "allwinner,sun7i-a20-hstimer";
1431 reg = <0x01c60000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001432 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>,
1433 <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>,
1434 <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>,
1435 <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard31f8ad32013-11-07 12:01:48 +01001436 clocks = <&ahb_gates 28>;
1437 };
1438
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001439 gic: interrupt-controller@01c81000 {
1440 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
1441 reg = <0x01c81000 0x1000>,
1442 <0x01c82000 0x1000>,
1443 <0x01c84000 0x2000>,
1444 <0x01c86000 0x2000>;
1445 interrupt-controller;
1446 #interrupt-cells = <3>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001447 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001448 };
Vishnu Patekar196654a2015-01-25 19:10:08 +05301449
1450 ps20: ps2@01c2a000 {
1451 compatible = "allwinner,sun4i-a10-ps2";
1452 reg = <0x01c2a000 0x400>;
1453 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
1454 clocks = <&apb1_gates 6>;
1455 status = "disabled";
1456 };
1457
1458 ps21: ps2@01c2a400 {
1459 compatible = "allwinner,sun4i-a10-ps2";
1460 reg = <0x01c2a400 0x400>;
1461 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
1462 clocks = <&apb1_gates 7>;
1463 status = "disabled";
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001464 };
1465 };
1466};