blob: 21169c0a6627b51deabe15d0b9a9482bea170bfa [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
Maxime Riparddbe4dd12015-10-12 22:28:46 +0200530 codec_clk: clk@01c20140 {
531 #clock-cells = <0>;
532 compatible = "allwinner,sun4i-a10-codec-clk";
533 reg = <0x01c20140 0x4>;
534 clocks = <&pll2 SUN4I_A10_PLL2_1X>;
535 clock-output-names = "codec";
536 };
537
Emilio López118c07a2013-12-23 00:32:44 -0300538 mbus_clk: clk@01c2015c {
539 #clock-cells = <0>;
Maxime Ripard7868c5e2014-07-16 23:45:48 +0200540 compatible = "allwinner,sun5i-a13-mbus-clk";
Emilio López118c07a2013-12-23 00:32:44 -0300541 reg = <0x01c2015c 0x4>;
542 clocks = <&osc24M>, <&pll6 2>, <&pll5 1>;
543 clock-output-names = "mbus";
544 };
Chen-Yu Tsai0aff0372014-01-01 10:30:48 +0800545
546 /*
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200547 * The following two are dummy clocks, placeholders
548 * used in the gmac_tx clock. The gmac driver will
549 * choose one parent depending on the PHY interface
550 * mode, using clk_set_rate auto-reparenting.
551 *
552 * The actual TX clock rate is not controlled by the
553 * gmac_tx clock.
Chen-Yu Tsaidaed5a82014-02-10 18:35:48 +0800554 */
555 mii_phy_tx_clk: clk@2 {
556 #clock-cells = <0>;
557 compatible = "fixed-clock";
558 clock-frequency = <25000000>;
559 clock-output-names = "mii_phy_tx";
560 };
561
562 gmac_int_tx_clk: clk@3 {
563 #clock-cells = <0>;
564 compatible = "fixed-clock";
565 clock-frequency = <125000000>;
566 clock-output-names = "gmac_int_tx";
567 };
568
569 gmac_tx_clk: clk@01c20164 {
570 #clock-cells = <0>;
571 compatible = "allwinner,sun7i-a20-gmac-clk";
572 reg = <0x01c20164 0x4>;
573 clocks = <&mii_phy_tx_clk>, <&gmac_int_tx_clk>;
574 clock-output-names = "gmac_tx";
575 };
576
577 /*
Chen-Yu Tsai0aff0372014-01-01 10:30:48 +0800578 * Dummy clock used by output clocks
579 */
580 osc24M_32k: clk@1 {
581 #clock-cells = <0>;
582 compatible = "fixed-factor-clock";
583 clock-div = <750>;
584 clock-mult = <1>;
585 clocks = <&osc24M>;
586 clock-output-names = "osc24M_32k";
587 };
588
589 clk_out_a: clk@01c201f0 {
590 #clock-cells = <0>;
591 compatible = "allwinner,sun7i-a20-out-clk";
592 reg = <0x01c201f0 0x4>;
593 clocks = <&osc24M_32k>, <&osc32k>, <&osc24M>;
594 clock-output-names = "clk_out_a";
595 };
596
597 clk_out_b: clk@01c201f4 {
598 #clock-cells = <0>;
599 compatible = "allwinner,sun7i-a20-out-clk";
600 reg = <0x01c201f4 0x4>;
601 clocks = <&osc24M_32k>, <&osc32k>, <&osc24M>;
602 clock-output-names = "clk_out_b";
603 };
Maxime Ripard4790ecf2013-07-17 10:07:10 +0200604 };
605
606 soc@01c00000 {
607 compatible = "simple-bus";
608 #address-cells = <1>;
609 #size-cells = <1>;
610 ranges;
611
Maxime Ripard0eb14a82015-03-26 15:53:44 +0100612 sram-controller@01c00000 {
613 compatible = "allwinner,sun4i-a10-sram-controller";
614 reg = <0x01c00000 0x30>;
615 #address-cells = <1>;
616 #size-cells = <1>;
617 ranges;
618
619 sram_a: sram@00000000 {
620 compatible = "mmio-sram";
621 reg = <0x00000000 0xc000>;
622 #address-cells = <1>;
623 #size-cells = <1>;
624 ranges = <0 0x00000000 0xc000>;
625
626 emac_sram: sram-section@8000 {
627 compatible = "allwinner,sun4i-a10-sram-a3-a4";
628 reg = <0x8000 0x4000>;
629 status = "disabled";
630 };
631 };
632
633 sram_d: sram@00010000 {
634 compatible = "mmio-sram";
635 reg = <0x00010000 0x1000>;
636 #address-cells = <1>;
637 #size-cells = <1>;
638 ranges = <0 0x00010000 0x1000>;
639
640 otg_sram: sram-section@0000 {
641 compatible = "allwinner,sun4i-a10-sram-d";
642 reg = <0x0000 0x1000>;
643 status = "disabled";
644 };
645 };
646 };
647
Carlo Caione8ff973a2014-03-19 20:21:18 +0100648 nmi_intc: interrupt-controller@01c00030 {
649 compatible = "allwinner,sun7i-a20-sc-nmi";
650 interrupt-controller;
651 #interrupt-cells = <2>;
652 reg = <0x01c00030 0x0c>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100653 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
Carlo Caione8ff973a2014-03-19 20:21:18 +0100654 };
655
Emilio López316e0b02014-08-04 17:09:59 -0300656 dma: dma-controller@01c02000 {
657 compatible = "allwinner,sun4i-a10-dma";
658 reg = <0x01c02000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100659 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
Emilio López316e0b02014-08-04 17:09:59 -0300660 clocks = <&ahb_gates 6>;
661 #dma-cells = <2>;
662 };
663
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100664 spi0: spi@01c05000 {
665 compatible = "allwinner,sun4i-a10-spi";
666 reg = <0x01c05000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100667 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100668 clocks = <&ahb_gates 20>, <&spi0_clk>;
669 clock-names = "ahb", "mod";
Maxime Ripard1f9f6a72014-12-16 22:59:56 +0100670 dmas = <&dma SUN4I_DMA_DEDICATED 27>,
671 <&dma SUN4I_DMA_DEDICATED 26>;
Emilio Lópezffec7212014-08-04 17:10:02 -0300672 dma-names = "rx", "tx";
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100673 status = "disabled";
674 #address-cells = <1>;
675 #size-cells = <0>;
676 };
677
678 spi1: spi@01c06000 {
679 compatible = "allwinner,sun4i-a10-spi";
680 reg = <0x01c06000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100681 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100682 clocks = <&ahb_gates 21>, <&spi1_clk>;
683 clock-names = "ahb", "mod";
Maxime Ripard1f9f6a72014-12-16 22:59:56 +0100684 dmas = <&dma SUN4I_DMA_DEDICATED 9>,
685 <&dma SUN4I_DMA_DEDICATED 8>;
Emilio Lópezffec7212014-08-04 17:10:02 -0300686 dma-names = "rx", "tx";
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100687 status = "disabled";
688 #address-cells = <1>;
689 #size-cells = <0>;
690 };
691
Maxime Ripard2e804d02013-09-11 11:10:06 +0200692 emac: ethernet@01c0b000 {
Maxime Ripard1c70e092014-02-02 14:49:13 +0100693 compatible = "allwinner,sun4i-a10-emac";
Maxime Ripard2e804d02013-09-11 11:10:06 +0200694 reg = <0x01c0b000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100695 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard2e804d02013-09-11 11:10:06 +0200696 clocks = <&ahb_gates 17>;
Maxime Ripard0eb14a82015-03-26 15:53:44 +0100697 allwinner,sram = <&emac_sram 1>;
Maxime Ripard2e804d02013-09-11 11:10:06 +0200698 status = "disabled";
699 };
700
Aleksei Mamlin92395f52015-01-19 22:35:22 +0300701 mdio: mdio@01c0b080 {
Maxime Ripard1c70e092014-02-02 14:49:13 +0100702 compatible = "allwinner,sun4i-a10-mdio";
Maxime Ripard2e804d02013-09-11 11:10:06 +0200703 reg = <0x01c0b080 0x14>;
704 status = "disabled";
705 #address-cells = <1>;
706 #size-cells = <0>;
707 };
708
Hans de Goededd29ce52014-05-02 17:57:26 +0200709 mmc0: mmc@01c0f000 {
710 compatible = "allwinner,sun5i-a13-mmc";
711 reg = <0x01c0f000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200712 clocks = <&ahb_gates 8>,
713 <&mmc0_clk 0>,
714 <&mmc0_clk 1>,
715 <&mmc0_clk 2>;
716 clock-names = "ahb",
717 "mmc",
718 "output",
719 "sample";
Maxime Ripard19882b82014-12-16 22:59:58 +0100720 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200721 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100722 #address-cells = <1>;
723 #size-cells = <0>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200724 };
725
726 mmc1: mmc@01c10000 {
727 compatible = "allwinner,sun5i-a13-mmc";
728 reg = <0x01c10000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200729 clocks = <&ahb_gates 9>,
730 <&mmc1_clk 0>,
731 <&mmc1_clk 1>,
732 <&mmc1_clk 2>;
733 clock-names = "ahb",
734 "mmc",
735 "output",
736 "sample";
Maxime Ripard19882b82014-12-16 22:59:58 +0100737 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200738 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100739 #address-cells = <1>;
740 #size-cells = <0>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200741 };
742
743 mmc2: mmc@01c11000 {
744 compatible = "allwinner,sun5i-a13-mmc";
745 reg = <0x01c11000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200746 clocks = <&ahb_gates 10>,
747 <&mmc2_clk 0>,
748 <&mmc2_clk 1>,
749 <&mmc2_clk 2>;
750 clock-names = "ahb",
751 "mmc",
752 "output",
753 "sample";
Maxime Ripard19882b82014-12-16 22:59:58 +0100754 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200755 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100756 #address-cells = <1>;
757 #size-cells = <0>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200758 };
759
760 mmc3: mmc@01c12000 {
761 compatible = "allwinner,sun5i-a13-mmc";
762 reg = <0x01c12000 0x1000>;
Maxime Ripardd8c3a392014-07-11 19:39:06 +0200763 clocks = <&ahb_gates 11>,
764 <&mmc3_clk 0>,
765 <&mmc3_clk 1>,
766 <&mmc3_clk 2>;
767 clock-names = "ahb",
768 "mmc",
769 "output",
770 "sample";
Maxime Ripard19882b82014-12-16 22:59:58 +0100771 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200772 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100773 #address-cells = <1>;
774 #size-cells = <0>;
Hans de Goededd29ce52014-05-02 17:57:26 +0200775 };
776
Roman Byshkocbb3ff12014-10-22 00:14:03 +0200777 usb_otg: usb@01c13000 {
778 compatible = "allwinner,sun4i-a10-musb";
779 reg = <0x01c13000 0x0400>;
780 clocks = <&ahb_gates 0>;
781 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
782 interrupt-names = "mc";
783 phys = <&usbphy 0>;
784 phy-names = "usb";
785 extcon = <&usbphy 0>;
786 allwinner,sram = <&otg_sram 1>;
787 status = "disabled";
788 };
789
Roman Byshko9debd0a2014-03-01 20:26:25 +0100790 usbphy: phy@01c13400 {
791 #phy-cells = <1>;
792 compatible = "allwinner,sun7i-a20-usb-phy";
793 reg = <0x01c13400 0x10 0x01c14800 0x4 0x01c1c800 0x4>;
794 reg-names = "phy_ctrl", "pmu1", "pmu2";
795 clocks = <&usb_clk 8>;
796 clock-names = "usb_phy";
Roman Byshko134c60a2014-11-10 19:55:08 +0100797 resets = <&usb_clk 0>, <&usb_clk 1>, <&usb_clk 2>;
798 reset-names = "usb0_reset", "usb1_reset", "usb2_reset";
Roman Byshko9debd0a2014-03-01 20:26:25 +0100799 status = "disabled";
800 };
801
802 ehci0: usb@01c14000 {
803 compatible = "allwinner,sun7i-a20-ehci", "generic-ehci";
804 reg = <0x01c14000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100805 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Roman Byshko9debd0a2014-03-01 20:26:25 +0100806 clocks = <&ahb_gates 1>;
807 phys = <&usbphy 1>;
808 phy-names = "usb";
809 status = "disabled";
810 };
811
812 ohci0: usb@01c14400 {
813 compatible = "allwinner,sun7i-a20-ohci", "generic-ohci";
814 reg = <0x01c14400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100815 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
Roman Byshko9debd0a2014-03-01 20:26:25 +0100816 clocks = <&usb_clk 6>, <&ahb_gates 2>;
817 phys = <&usbphy 1>;
818 phy-names = "usb";
819 status = "disabled";
820 };
821
LABBE Corentin110d4e22015-07-17 16:39:39 +0200822 crypto: crypto-engine@01c15000 {
823 compatible = "allwinner,sun4i-a10-crypto";
824 reg = <0x01c15000 0x1000>;
825 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
826 clocks = <&ahb_gates 5>, <&ss_clk>;
827 clock-names = "ahb", "mod";
828 };
829
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100830 spi2: spi@01c17000 {
831 compatible = "allwinner,sun4i-a10-spi";
832 reg = <0x01c17000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100833 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100834 clocks = <&ahb_gates 22>, <&spi2_clk>;
835 clock-names = "ahb", "mod";
Maxime Ripard1f9f6a72014-12-16 22:59:56 +0100836 dmas = <&dma SUN4I_DMA_DEDICATED 29>,
837 <&dma SUN4I_DMA_DEDICATED 28>;
Emilio Lópezffec7212014-08-04 17:10:02 -0300838 dma-names = "rx", "tx";
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100839 status = "disabled";
840 #address-cells = <1>;
841 #size-cells = <0>;
842 };
843
Hans de Goede902febf2014-03-01 20:26:22 +0100844 ahci: sata@01c18000 {
845 compatible = "allwinner,sun4i-a10-ahci";
846 reg = <0x01c18000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100847 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goede902febf2014-03-01 20:26:22 +0100848 clocks = <&pll6 0>, <&ahb_gates 25>;
849 status = "disabled";
850 };
851
Roman Byshko9debd0a2014-03-01 20:26:25 +0100852 ehci1: usb@01c1c000 {
853 compatible = "allwinner,sun7i-a20-ehci", "generic-ehci";
854 reg = <0x01c1c000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100855 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
Roman Byshko9debd0a2014-03-01 20:26:25 +0100856 clocks = <&ahb_gates 3>;
857 phys = <&usbphy 2>;
858 phy-names = "usb";
859 status = "disabled";
860 };
861
862 ohci1: usb@01c1c400 {
863 compatible = "allwinner,sun7i-a20-ohci", "generic-ohci";
864 reg = <0x01c1c400 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100865 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Roman Byshko9debd0a2014-03-01 20:26:25 +0100866 clocks = <&usb_clk 7>, <&ahb_gates 4>;
867 phys = <&usbphy 2>;
868 phy-names = "usb";
869 status = "disabled";
870 };
871
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100872 spi3: spi@01c1f000 {
873 compatible = "allwinner,sun4i-a10-spi";
874 reg = <0x01c1f000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100875 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100876 clocks = <&ahb_gates 23>, <&spi3_clk>;
877 clock-names = "ahb", "mod";
Maxime Ripard1f9f6a72014-12-16 22:59:56 +0100878 dmas = <&dma SUN4I_DMA_DEDICATED 31>,
879 <&dma SUN4I_DMA_DEDICATED 30>;
Emilio Lópezffec7212014-08-04 17:10:02 -0300880 dma-names = "rx", "tx";
Maxime Ripard36ab3e72014-02-22 22:35:54 +0100881 status = "disabled";
882 #address-cells = <1>;
883 #size-cells = <0>;
884 };
885
Maxime Ripard17eac032013-07-24 23:46:11 +0200886 pio: pinctrl@01c20800 {
887 compatible = "allwinner,sun7i-a20-pinctrl";
888 reg = <0x01c20800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +0100889 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripardde7dc932013-07-25 21:12:52 +0200890 clocks = <&apb0_gates 5>;
Maxime Ripard17eac032013-07-24 23:46:11 +0200891 gpio-controller;
892 interrupt-controller;
Maxime Ripardb03e0812015-06-17 11:44:24 +0200893 #interrupt-cells = <3>;
Maxime Ripard17eac032013-07-24 23:46:11 +0200894 #gpio-cells = <3>;
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200895
Alexandre Bellonifd7898a2014-04-28 18:17:12 +0200896 pwm0_pins_a: pwm0@0 {
897 allwinner,pins = "PB2";
898 allwinner,function = "pwm";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100899 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
900 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Alexandre Bellonifd7898a2014-04-28 18:17:12 +0200901 };
902
903 pwm1_pins_a: pwm1@0 {
904 allwinner,pins = "PI3";
905 allwinner,function = "pwm";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100906 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
907 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Alexandre Bellonifd7898a2014-04-28 18:17:12 +0200908 };
909
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200910 uart0_pins_a: uart0@0 {
911 allwinner,pins = "PB22", "PB23";
912 allwinner,function = "uart0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100913 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
914 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200915 };
916
Chen-Yu Tsai4261ec42014-01-14 22:49:50 +0800917 uart2_pins_a: uart2@0 {
918 allwinner,pins = "PI16", "PI17", "PI18", "PI19";
919 allwinner,function = "uart2";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100920 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
921 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsai4261ec42014-01-14 22:49:50 +0800922 };
923
Wills Wang7b5bace2014-08-19 15:33:00 +0800924 uart3_pins_a: uart3@0 {
925 allwinner,pins = "PG6", "PG7", "PG8", "PG9";
926 allwinner,function = "uart3";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100927 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
928 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +0800929 };
930
Hans de Goede0510e4b2014-10-01 09:26:05 +0200931 uart3_pins_b: uart3@1 {
932 allwinner,pins = "PH0", "PH1";
933 allwinner,function = "uart3";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100934 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
935 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede0510e4b2014-10-01 09:26:05 +0200936 };
937
Wills Wang7b5bace2014-08-19 15:33:00 +0800938 uart4_pins_a: uart4@0 {
939 allwinner,pins = "PG10", "PG11";
940 allwinner,function = "uart4";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100941 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
942 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +0800943 };
944
Michael Ring869afa72015-05-21 14:32:33 +0200945 uart4_pins_b: uart4@1 {
946 allwinner,pins = "PH4", "PH5";
947 allwinner,function = "uart4";
948 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
949 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
950 };
951
Wills Wang7b5bace2014-08-19 15:33:00 +0800952 uart5_pins_a: uart5@0 {
953 allwinner,pins = "PI10", "PI11";
954 allwinner,function = "uart5";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100955 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
956 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +0800957 };
958
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200959 uart6_pins_a: uart6@0 {
960 allwinner,pins = "PI12", "PI13";
961 allwinner,function = "uart6";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100962 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
963 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200964 };
965
966 uart7_pins_a: uart7@0 {
967 allwinner,pins = "PI20", "PI21";
968 allwinner,function = "uart7";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100969 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
970 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard9f229ba2013-07-25 00:09:47 +0200971 };
Maxime Ripard756084c2013-09-11 11:10:07 +0200972
Maxime Riparde5496a32013-08-31 23:08:49 +0200973 i2c0_pins_a: i2c0@0 {
974 allwinner,pins = "PB0", "PB1";
975 allwinner,function = "i2c0";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100976 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
977 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Riparde5496a32013-08-31 23:08:49 +0200978 };
979
980 i2c1_pins_a: i2c1@0 {
981 allwinner,pins = "PB18", "PB19";
982 allwinner,function = "i2c1";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100983 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
984 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Riparde5496a32013-08-31 23:08:49 +0200985 };
986
987 i2c2_pins_a: i2c2@0 {
988 allwinner,pins = "PB20", "PB21";
989 allwinner,function = "i2c2";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100990 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
991 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Riparde5496a32013-08-31 23:08:49 +0200992 };
993
Wills Wang7b5bace2014-08-19 15:33:00 +0800994 i2c3_pins_a: i2c3@0 {
995 allwinner,pins = "PI0", "PI1";
996 allwinner,function = "i2c3";
Maxime Ripard092a0c32014-12-16 22:59:57 +0100997 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
998 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +0800999 };
1000
Maxime Ripard756084c2013-09-11 11:10:07 +02001001 emac_pins_a: emac0@0 {
1002 allwinner,pins = "PA0", "PA1", "PA2",
1003 "PA3", "PA4", "PA5", "PA6",
1004 "PA7", "PA8", "PA9", "PA10",
1005 "PA11", "PA12", "PA13", "PA14",
1006 "PA15", "PA16";
1007 allwinner,function = "emac";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001008 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1009 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard756084c2013-09-11 11:10:07 +02001010 };
Chen-Yu Tsaif2e07592014-01-01 10:30:50 +08001011
1012 clk_out_a_pins_a: clk_out_a@0 {
1013 allwinner,pins = "PI12";
1014 allwinner,function = "clk_out_a";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001015 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1016 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaif2e07592014-01-01 10:30:50 +08001017 };
1018
1019 clk_out_b_pins_a: clk_out_b@0 {
1020 allwinner,pins = "PI13";
1021 allwinner,function = "clk_out_b";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001022 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1023 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsaif2e07592014-01-01 10:30:50 +08001024 };
Chen-Yu Tsai129ccbc2014-02-10 18:35:50 +08001025
1026 gmac_pins_mii_a: gmac_mii@0 {
1027 allwinner,pins = "PA0", "PA1", "PA2",
1028 "PA3", "PA4", "PA5", "PA6",
1029 "PA7", "PA8", "PA9", "PA10",
1030 "PA11", "PA12", "PA13", "PA14",
1031 "PA15", "PA16";
1032 allwinner,function = "gmac";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001033 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1034 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsai129ccbc2014-02-10 18:35:50 +08001035 };
1036
1037 gmac_pins_rgmii_a: gmac_rgmii@0 {
1038 allwinner,pins = "PA0", "PA1", "PA2",
1039 "PA3", "PA4", "PA5", "PA6",
1040 "PA7", "PA8", "PA10",
1041 "PA11", "PA12", "PA13",
1042 "PA15", "PA16";
1043 allwinner,function = "gmac";
1044 /*
1045 * data lines in RGMII mode use DDR mode
1046 * and need a higher signal drive strength
1047 */
Maxime Ripard092a0c32014-12-16 22:59:57 +01001048 allwinner,drive = <SUN4I_PINCTRL_40_MA>;
1049 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Chen-Yu Tsai129ccbc2014-02-10 18:35:50 +08001050 };
Maxime Ripard412f2c62014-02-22 22:35:58 +01001051
Hans de Goede2dad53b2014-10-01 09:26:04 +02001052 spi0_pins_a: spi0@0 {
Maxime Ripardf3022c62015-05-03 09:25:41 +02001053 allwinner,pins = "PI11", "PI12", "PI13";
1054 allwinner,function = "spi0";
1055 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1056 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1057 };
1058
1059 spi0_cs0_pins_a: spi0_cs0@0 {
1060 allwinner,pins = "PI10";
1061 allwinner,function = "spi0";
1062 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1063 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1064 };
1065
1066 spi0_cs1_pins_a: spi0_cs1@0 {
1067 allwinner,pins = "PI14";
Hans de Goede2dad53b2014-10-01 09:26:04 +02001068 allwinner,function = "spi0";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001069 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1070 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede2dad53b2014-10-01 09:26:04 +02001071 };
1072
Maxime Ripard412f2c62014-02-22 22:35:58 +01001073 spi1_pins_a: spi1@0 {
Maxime Ripardf3022c62015-05-03 09:25:41 +02001074 allwinner,pins = "PI17", "PI18", "PI19";
1075 allwinner,function = "spi1";
1076 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1077 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1078 };
1079
1080 spi1_cs0_pins_a: spi1_cs0@0 {
1081 allwinner,pins = "PI16";
Maxime Ripard412f2c62014-02-22 22:35:58 +01001082 allwinner,function = "spi1";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001083 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1084 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard412f2c62014-02-22 22:35:58 +01001085 };
1086
1087 spi2_pins_a: spi2@0 {
Maxime Ripardf3022c62015-05-03 09:25:41 +02001088 allwinner,pins = "PC20", "PC21", "PC22";
Maxime Ripard412f2c62014-02-22 22:35:58 +01001089 allwinner,function = "spi2";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001090 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1091 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard412f2c62014-02-22 22:35:58 +01001092 };
Hans de Goede11fbedf2014-05-02 17:57:27 +02001093
Wills Wang7b5bace2014-08-19 15:33:00 +08001094 spi2_pins_b: spi2@1 {
Maxime Ripardf3022c62015-05-03 09:25:41 +02001095 allwinner,pins = "PB15", "PB16", "PB17";
1096 allwinner,function = "spi2";
1097 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1098 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1099 };
1100
1101 spi2_cs0_pins_a: spi2_cs0@0 {
1102 allwinner,pins = "PC19";
1103 allwinner,function = "spi2";
1104 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1105 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1106 };
1107
1108 spi2_cs0_pins_b: spi2_cs0@1 {
1109 allwinner,pins = "PB14";
Wills Wang7b5bace2014-08-19 15:33:00 +08001110 allwinner,function = "spi2";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001111 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1112 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Wills Wang7b5bace2014-08-19 15:33:00 +08001113 };
1114
Hans de Goede11fbedf2014-05-02 17:57:27 +02001115 mmc0_pins_a: mmc0@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001116 allwinner,pins = "PF0", "PF1", "PF2",
1117 "PF3", "PF4", "PF5";
Hans de Goede11fbedf2014-05-02 17:57:27 +02001118 allwinner,function = "mmc0";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001119 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
1120 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede11fbedf2014-05-02 17:57:27 +02001121 };
1122
1123 mmc0_cd_pin_reference_design: mmc0_cd_pin@0 {
1124 allwinner,pins = "PH1";
1125 allwinner,function = "gpio_in";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001126 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1127 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
Hans de Goede11fbedf2014-05-02 17:57:27 +02001128 };
1129
Hans de Goede8fa82322014-10-01 16:25:36 +02001130 mmc2_pins_a: mmc2@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001131 allwinner,pins = "PC6", "PC7", "PC8",
1132 "PC9", "PC10", "PC11";
Hans de Goede8fa82322014-10-01 16:25:36 +02001133 allwinner,function = "mmc2";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001134 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
1135 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
Hans de Goede8fa82322014-10-01 16:25:36 +02001136 };
1137
Hans de Goede11fbedf2014-05-02 17:57:27 +02001138 mmc3_pins_a: mmc3@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001139 allwinner,pins = "PI4", "PI5", "PI6",
1140 "PI7", "PI8", "PI9";
Hans de Goede11fbedf2014-05-02 17:57:27 +02001141 allwinner,function = "mmc3";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001142 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
1143 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Hans de Goede11fbedf2014-05-02 17:57:27 +02001144 };
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001145
Marcus Cooper469a22e2015-05-02 13:36:20 +02001146 ir0_rx_pins_a: ir0@0 {
1147 allwinner,pins = "PB4";
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001148 allwinner,function = "ir0";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001149 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1150 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001151 };
1152
Marcus Cooper469a22e2015-05-02 13:36:20 +02001153 ir0_tx_pins_a: ir0@1 {
1154 allwinner,pins = "PB3";
1155 allwinner,function = "ir0";
1156 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1157 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1158 };
1159
1160 ir1_rx_pins_a: ir1@0 {
1161 allwinner,pins = "PB23";
1162 allwinner,function = "ir1";
1163 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1164 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1165 };
1166
1167 ir1_tx_pins_a: ir1@1 {
1168 allwinner,pins = "PB22";
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001169 allwinner,function = "ir1";
Maxime Ripard092a0c32014-12-16 22:59:57 +01001170 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1171 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Alexander Bersenev0fc2b7a2014-06-09 00:08:11 +06001172 };
Vishnu Patekar1e8d1562015-01-25 19:10:09 +05301173
1174 ps20_pins_a: ps20@0 {
1175 allwinner,pins = "PI20", "PI21";
1176 allwinner,function = "ps2";
1177 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1178 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
1179 };
1180
1181 ps21_pins_a: ps21@0 {
1182 allwinner,pins = "PH12", "PH13";
1183 allwinner,function = "ps2";
1184 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
1185 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001186 };
1187 };
Maxime Ripardca5d04d2014-02-07 22:29:26 +01001188
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001189 timer@01c20c00 {
1190 compatible = "allwinner,sun4i-a10-timer";
1191 reg = <0x01c20c00 0x90>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001192 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>,
1193 <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>,
1194 <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>,
1195 <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
1196 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
1197 <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001198 clocks = <&osc24M>;
1199 };
1200
1201 wdt: watchdog@01c20c90 {
1202 compatible = "allwinner,sun4i-a10-wdt";
1203 reg = <0x01c20c90 0x10>;
1204 };
1205
Carlo Caioneb5d905c2013-10-16 20:30:26 +02001206 rtc: rtc@01c20d00 {
1207 compatible = "allwinner,sun7i-a20-rtc";
1208 reg = <0x01c20d00 0x20>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001209 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
Carlo Caioneb5d905c2013-10-16 20:30:26 +02001210 };
1211
Alexandre Belloni8ec40c22014-04-28 18:17:13 +02001212 pwm: pwm@01c20e00 {
1213 compatible = "allwinner,sun7i-a20-pwm";
1214 reg = <0x01c20e00 0xc>;
1215 clocks = <&osc24M>;
1216 #pwm-cells = <3>;
1217 status = "disabled";
1218 };
1219
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001220 ir0: ir@01c21800 {
Hans de Goede1715a382014-06-30 23:57:54 +02001221 compatible = "allwinner,sun4i-a10-ir";
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001222 clocks = <&apb0_gates 6>, <&ir0_clk>;
1223 clock-names = "apb", "ir";
Maxime Ripard19882b82014-12-16 22:59:58 +01001224 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001225 reg = <0x01c21800 0x40>;
1226 status = "disabled";
1227 };
1228
1229 ir1: ir@01c21c00 {
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 7>, <&ir1_clk>;
1232 clock-names = "apb", "ir";
Maxime Ripard19882b82014-12-16 22:59:58 +01001233 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
Alexander Bersenevc1a0ee32014-06-21 17:04:05 +06001234 reg = <0x01c21c00 0x40>;
1235 status = "disabled";
1236 };
1237
Hans de Goedea6a2d642014-12-23 11:13:22 +01001238 lradc: lradc@01c22800 {
1239 compatible = "allwinner,sun4i-a10-lradc-keys";
1240 reg = <0x01c22800 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001241 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hans de Goedea6a2d642014-12-23 11:13:22 +01001242 status = "disabled";
1243 };
1244
Emilio Lópezd5ce1072014-08-18 01:07:55 -03001245 codec: codec@01c22c00 {
1246 #sound-dai-cells = <0>;
1247 compatible = "allwinner,sun7i-a20-codec";
1248 reg = <0x01c22c00 0x40>;
1249 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
1250 clocks = <&apb0_gates 0>, <&codec_clk>;
1251 clock-names = "apb", "codec";
1252 dmas = <&dma SUN4I_DMA_NORMAL 19>,
1253 <&dma SUN4I_DMA_NORMAL 19>;
1254 dma-names = "rx", "tx";
1255 status = "disabled";
1256 };
1257
Oliver Schinagl2bad9692013-09-03 12:33:28 +02001258 sid: eeprom@01c23800 {
1259 compatible = "allwinner,sun7i-a20-sid";
1260 reg = <0x01c23800 0x200>;
1261 };
1262
Hans de Goede00f7ed82013-12-31 17:20:52 +01001263 rtp: rtp@01c25000 {
Hans de Goede8bf1b9b2015-03-08 21:53:42 +01001264 compatible = "allwinner,sun5i-a13-ts";
Hans de Goede00f7ed82013-12-31 17:20:52 +01001265 reg = <0x01c25000 0x100>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001266 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsai41e7afb2015-01-06 10:35:15 +08001267 #thermal-sensor-cells = <0>;
Hans de Goede00f7ed82013-12-31 17:20:52 +01001268 };
1269
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001270 uart0: serial@01c28000 {
1271 compatible = "snps,dw-apb-uart";
1272 reg = <0x01c28000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001273 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001274 reg-shift = <2>;
1275 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001276 clocks = <&apb1_gates 16>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001277 status = "disabled";
1278 };
1279
1280 uart1: serial@01c28400 {
1281 compatible = "snps,dw-apb-uart";
1282 reg = <0x01c28400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001283 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001284 reg-shift = <2>;
1285 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001286 clocks = <&apb1_gates 17>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001287 status = "disabled";
1288 };
1289
1290 uart2: serial@01c28800 {
1291 compatible = "snps,dw-apb-uart";
1292 reg = <0x01c28800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001293 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001294 reg-shift = <2>;
1295 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001296 clocks = <&apb1_gates 18>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001297 status = "disabled";
1298 };
1299
1300 uart3: serial@01c28c00 {
1301 compatible = "snps,dw-apb-uart";
1302 reg = <0x01c28c00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001303 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001304 reg-shift = <2>;
1305 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001306 clocks = <&apb1_gates 19>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001307 status = "disabled";
1308 };
1309
1310 uart4: serial@01c29000 {
1311 compatible = "snps,dw-apb-uart";
1312 reg = <0x01c29000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001313 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001314 reg-shift = <2>;
1315 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001316 clocks = <&apb1_gates 20>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001317 status = "disabled";
1318 };
1319
1320 uart5: serial@01c29400 {
1321 compatible = "snps,dw-apb-uart";
1322 reg = <0x01c29400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001323 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001324 reg-shift = <2>;
1325 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001326 clocks = <&apb1_gates 21>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001327 status = "disabled";
1328 };
1329
1330 uart6: serial@01c29800 {
1331 compatible = "snps,dw-apb-uart";
1332 reg = <0x01c29800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001333 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001334 reg-shift = <2>;
1335 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001336 clocks = <&apb1_gates 22>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001337 status = "disabled";
1338 };
1339
1340 uart7: serial@01c29c00 {
1341 compatible = "snps,dw-apb-uart";
1342 reg = <0x01c29c00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001343 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001344 reg-shift = <2>;
1345 reg-io-width = <4>;
Maxime Ripardde7dc932013-07-25 21:12:52 +02001346 clocks = <&apb1_gates 23>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001347 status = "disabled";
1348 };
1349
Maxime Ripard428abbb2013-08-31 23:07:24 +02001350 i2c0: i2c@01c2ac00 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001351 compatible = "allwinner,sun7i-a20-i2c",
1352 "allwinner,sun4i-a10-i2c";
Maxime Ripard428abbb2013-08-31 23:07:24 +02001353 reg = <0x01c2ac00 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001354 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001355 clocks = <&apb1_gates 0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001356 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001357 #address-cells = <1>;
1358 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001359 };
1360
1361 i2c1: i2c@01c2b000 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001362 compatible = "allwinner,sun7i-a20-i2c",
1363 "allwinner,sun4i-a10-i2c";
Maxime Ripard428abbb2013-08-31 23:07:24 +02001364 reg = <0x01c2b000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001365 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001366 clocks = <&apb1_gates 1>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001367 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001368 #address-cells = <1>;
1369 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001370 };
1371
1372 i2c2: i2c@01c2b400 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001373 compatible = "allwinner,sun7i-a20-i2c",
1374 "allwinner,sun4i-a10-i2c";
Maxime Ripard428abbb2013-08-31 23:07:24 +02001375 reg = <0x01c2b400 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001376 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001377 clocks = <&apb1_gates 2>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001378 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001379 #address-cells = <1>;
1380 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001381 };
1382
1383 i2c3: i2c@01c2b800 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001384 compatible = "allwinner,sun7i-a20-i2c",
1385 "allwinner,sun4i-a10-i2c";
Maxime Ripard428abbb2013-08-31 23:07:24 +02001386 reg = <0x01c2b800 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001387 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001388 clocks = <&apb1_gates 3>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001389 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001390 #address-cells = <1>;
1391 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001392 };
1393
Maxime Riparda3867042014-04-18 21:13:08 +02001394 i2c4: i2c@01c2c000 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +02001395 compatible = "allwinner,sun7i-a20-i2c",
1396 "allwinner,sun4i-a10-i2c";
Maxime Riparda3867042014-04-18 21:13:08 +02001397 reg = <0x01c2c000 0x400>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001398 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001399 clocks = <&apb1_gates 15>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001400 status = "disabled";
Hans de Goeded1412ae2014-04-13 13:41:05 +02001401 #address-cells = <1>;
1402 #size-cells = <0>;
Maxime Ripard428abbb2013-08-31 23:07:24 +02001403 };
1404
Chen-Yu Tsaic40b8d52014-02-10 18:35:49 +08001405 gmac: ethernet@01c50000 {
1406 compatible = "allwinner,sun7i-a20-gmac";
1407 reg = <0x01c50000 0x10000>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001408 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Chen-Yu Tsaic40b8d52014-02-10 18:35:49 +08001409 interrupt-names = "macirq";
1410 clocks = <&ahb_gates 49>, <&gmac_tx_clk>;
1411 clock-names = "stmmaceth", "allwinner_gmac_tx";
1412 snps,pbl = <2>;
1413 snps,fixed-burst;
1414 snps,force_sf_dma_mode;
1415 status = "disabled";
1416 #address-cells = <1>;
1417 #size-cells = <0>;
1418 };
1419
Maxime Ripard31f8ad32013-11-07 12:01:48 +01001420 hstimer@01c60000 {
1421 compatible = "allwinner,sun7i-a20-hstimer";
1422 reg = <0x01c60000 0x1000>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001423 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>,
1424 <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>,
1425 <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>,
1426 <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Maxime Ripard31f8ad32013-11-07 12:01:48 +01001427 clocks = <&ahb_gates 28>;
1428 };
1429
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001430 gic: interrupt-controller@01c81000 {
1431 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
1432 reg = <0x01c81000 0x1000>,
1433 <0x01c82000 0x1000>,
1434 <0x01c84000 0x2000>,
1435 <0x01c86000 0x2000>;
1436 interrupt-controller;
1437 #interrupt-cells = <3>;
Maxime Ripard19882b82014-12-16 22:59:58 +01001438 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001439 };
Vishnu Patekar196654a2015-01-25 19:10:08 +05301440
1441 ps20: ps2@01c2a000 {
1442 compatible = "allwinner,sun4i-a10-ps2";
1443 reg = <0x01c2a000 0x400>;
1444 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
1445 clocks = <&apb1_gates 6>;
1446 status = "disabled";
1447 };
1448
1449 ps21: ps2@01c2a400 {
1450 compatible = "allwinner,sun4i-a10-ps2";
1451 reg = <0x01c2a400 0x400>;
1452 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
1453 clocks = <&apb1_gates 7>;
1454 status = "disabled";
Maxime Ripard4790ecf2013-07-17 10:07:10 +02001455 };
1456 };
1457};