blob: b268f68cf8faeefef26c1ac087623733344992ed [file] [log] [blame]
Stefan Roese7423d2d2012-11-26 15:46:12 +01001/*
2 * Copyright 2012 Stefan Roese
3 * Stefan Roese <sr@denx.de>
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
Maxime Ripard69144e32013-03-13 20:07:37 +010013/include/ "skeleton.dtsi"
Stefan Roese7423d2d2012-11-26 15:46:12 +010014
15/ {
Maxime Ripard69144e32013-03-13 20:07:37 +010016 interrupt-parent = <&intc>;
17
Emilio Lópeze751cce2013-11-16 15:17:29 -030018 aliases {
19 ethernet0 = &emac;
Maxime Ripard10b302a2013-11-17 10:03:04 +010020 serial0 = &uart0;
21 serial1 = &uart1;
Maxime Ripard143b13d2014-01-02 22:05:04 +010022 serial2 = &uart2;
23 serial3 = &uart3;
24 serial4 = &uart4;
25 serial5 = &uart5;
26 serial6 = &uart6;
27 serial7 = &uart7;
Emilio Lópeze751cce2013-11-16 15:17:29 -030028 };
29
Maxime Ripard69144e32013-03-13 20:07:37 +010030 cpus {
Arnd Bergmann8b2efa892013-06-10 16:48:36 +020031 #address-cells = <1>;
32 #size-cells = <0>;
Maxime Ripard69144e32013-03-13 20:07:37 +010033 cpu@0 {
Lorenzo Pieralisi14c44aa2013-04-18 18:41:57 +010034 device_type = "cpu";
Maxime Ripard69144e32013-03-13 20:07:37 +010035 compatible = "arm,cortex-a8";
Lorenzo Pieralisi14c44aa2013-04-18 18:41:57 +010036 reg = <0x0>;
Maxime Ripard69144e32013-03-13 20:07:37 +010037 };
38 };
39
Stefan Roese7423d2d2012-11-26 15:46:12 +010040 memory {
41 reg = <0x40000000 0x80000000>;
42 };
Maxime Ripard874b4e42013-01-26 15:36:54 +010043
Maxime Ripard69144e32013-03-13 20:07:37 +010044 clocks {
45 #address-cells = <1>;
46 #size-cells = <1>;
47 ranges;
48
49 /*
50 * This is a dummy clock, to be used as placeholder on
51 * other mux clocks when a specific parent clock is not
52 * yet implemented. It should be dropped when the driver
53 * is complete.
54 */
55 dummy: dummy {
56 #clock-cells = <0>;
57 compatible = "fixed-clock";
58 clock-frequency = <0>;
59 };
60
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080061 osc24M: clk@01c20050 {
Maxime Ripard69144e32013-03-13 20:07:37 +010062 #clock-cells = <0>;
63 compatible = "allwinner,sun4i-osc-clk";
64 reg = <0x01c20050 0x4>;
Emilio López92fd6e02013-04-09 10:48:04 -030065 clock-frequency = <24000000>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080066 clock-output-names = "osc24M";
Maxime Ripard69144e32013-03-13 20:07:37 +010067 };
68
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080069 osc32k: clk@0 {
Maxime Ripard69144e32013-03-13 20:07:37 +010070 #clock-cells = <0>;
71 compatible = "fixed-clock";
72 clock-frequency = <32768>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080073 clock-output-names = "osc32k";
Maxime Ripard69144e32013-03-13 20:07:37 +010074 };
75
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080076 pll1: clk@01c20000 {
Maxime Ripard69144e32013-03-13 20:07:37 +010077 #clock-cells = <0>;
78 compatible = "allwinner,sun4i-pll1-clk";
79 reg = <0x01c20000 0x4>;
80 clocks = <&osc24M>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080081 clock-output-names = "pll1";
Maxime Ripard69144e32013-03-13 20:07:37 +010082 };
83
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080084 pll4: clk@01c20018 {
Emilio Lópezec5589f2013-12-23 00:32:35 -030085 #clock-cells = <0>;
86 compatible = "allwinner,sun4i-pll1-clk";
87 reg = <0x01c20018 0x4>;
88 clocks = <&osc24M>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080089 clock-output-names = "pll4";
Emilio Lópezec5589f2013-12-23 00:32:35 -030090 };
91
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +080092 pll5: clk@01c20020 {
Emilio Lópezc3e5e662013-12-23 00:32:38 -030093 #clock-cells = <1>;
94 compatible = "allwinner,sun4i-pll5-clk";
95 reg = <0x01c20020 0x4>;
96 clocks = <&osc24M>;
97 clock-output-names = "pll5_ddr", "pll5_other";
98 };
99
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800100 pll6: clk@01c20028 {
Emilio Lópezc3e5e662013-12-23 00:32:38 -0300101 #clock-cells = <1>;
102 compatible = "allwinner,sun4i-pll6-clk";
103 reg = <0x01c20028 0x4>;
104 clocks = <&osc24M>;
105 clock-output-names = "pll6_sata", "pll6_other", "pll6";
106 };
107
Maxime Ripard69144e32013-03-13 20:07:37 +0100108 /* dummy is 200M */
109 cpu: cpu@01c20054 {
110 #clock-cells = <0>;
111 compatible = "allwinner,sun4i-cpu-clk";
112 reg = <0x01c20054 0x4>;
113 clocks = <&osc32k>, <&osc24M>, <&pll1>, <&dummy>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800114 clock-output-names = "cpu";
Maxime Ripard69144e32013-03-13 20:07:37 +0100115 };
116
117 axi: axi@01c20054 {
118 #clock-cells = <0>;
119 compatible = "allwinner,sun4i-axi-clk";
120 reg = <0x01c20054 0x4>;
121 clocks = <&cpu>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800122 clock-output-names = "axi";
Maxime Ripard69144e32013-03-13 20:07:37 +0100123 };
124
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800125 axi_gates: clk@01c2005c {
Maxime Ripard69144e32013-03-13 20:07:37 +0100126 #clock-cells = <1>;
127 compatible = "allwinner,sun4i-axi-gates-clk";
128 reg = <0x01c2005c 0x4>;
129 clocks = <&axi>;
130 clock-output-names = "axi_dram";
131 };
132
133 ahb: ahb@01c20054 {
134 #clock-cells = <0>;
135 compatible = "allwinner,sun4i-ahb-clk";
136 reg = <0x01c20054 0x4>;
137 clocks = <&axi>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800138 clock-output-names = "ahb";
Maxime Ripard69144e32013-03-13 20:07:37 +0100139 };
140
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800141 ahb_gates: clk@01c20060 {
Maxime Ripard69144e32013-03-13 20:07:37 +0100142 #clock-cells = <1>;
143 compatible = "allwinner,sun4i-ahb-gates-clk";
144 reg = <0x01c20060 0x8>;
145 clocks = <&ahb>;
146 clock-output-names = "ahb_usb0", "ahb_ehci0",
147 "ahb_ohci0", "ahb_ehci1", "ahb_ohci1", "ahb_ss",
148 "ahb_dma", "ahb_bist", "ahb_mmc0", "ahb_mmc1",
149 "ahb_mmc2", "ahb_mmc3", "ahb_ms", "ahb_nand",
150 "ahb_sdram", "ahb_ace", "ahb_emac", "ahb_ts",
151 "ahb_spi0", "ahb_spi1", "ahb_spi2", "ahb_spi3",
152 "ahb_pata", "ahb_sata", "ahb_gps", "ahb_ve",
153 "ahb_tvd", "ahb_tve0", "ahb_tve1", "ahb_lcd0",
154 "ahb_lcd1", "ahb_csi0", "ahb_csi1", "ahb_hdmi",
155 "ahb_de_be0", "ahb_de_be1", "ahb_de_fe0",
156 "ahb_de_fe1", "ahb_mp", "ahb_mali400";
157 };
158
159 apb0: apb0@01c20054 {
160 #clock-cells = <0>;
161 compatible = "allwinner,sun4i-apb0-clk";
162 reg = <0x01c20054 0x4>;
163 clocks = <&ahb>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800164 clock-output-names = "apb0";
Maxime Ripard69144e32013-03-13 20:07:37 +0100165 };
166
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800167 apb0_gates: clk@01c20068 {
Maxime Ripard69144e32013-03-13 20:07:37 +0100168 #clock-cells = <1>;
169 compatible = "allwinner,sun4i-apb0-gates-clk";
170 reg = <0x01c20068 0x4>;
171 clocks = <&apb0>;
172 clock-output-names = "apb0_codec", "apb0_spdif",
173 "apb0_ac97", "apb0_iis", "apb0_pio", "apb0_ir0",
174 "apb0_ir1", "apb0_keypad";
175 };
176
Maxime Ripard69144e32013-03-13 20:07:37 +0100177 apb1_mux: apb1_mux@01c20058 {
178 #clock-cells = <0>;
179 compatible = "allwinner,sun4i-apb1-mux-clk";
180 reg = <0x01c20058 0x4>;
Emilio Lópezc3e5e662013-12-23 00:32:38 -0300181 clocks = <&osc24M>, <&pll6 1>, <&osc32k>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800182 clock-output-names = "apb1_mux";
Maxime Ripard69144e32013-03-13 20:07:37 +0100183 };
184
185 apb1: apb1@01c20058 {
186 #clock-cells = <0>;
187 compatible = "allwinner,sun4i-apb1-clk";
188 reg = <0x01c20058 0x4>;
189 clocks = <&apb1_mux>;
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800190 clock-output-names = "apb1";
Maxime Ripard69144e32013-03-13 20:07:37 +0100191 };
192
Chen-Yu Tsaidfb12c02014-02-03 09:51:41 +0800193 apb1_gates: clk@01c2006c {
Maxime Ripard69144e32013-03-13 20:07:37 +0100194 #clock-cells = <1>;
195 compatible = "allwinner,sun4i-apb1-gates-clk";
196 reg = <0x01c2006c 0x4>;
197 clocks = <&apb1>;
198 clock-output-names = "apb1_i2c0", "apb1_i2c1",
199 "apb1_i2c2", "apb1_can", "apb1_scr",
200 "apb1_ps20", "apb1_ps21", "apb1_uart0",
201 "apb1_uart1", "apb1_uart2", "apb1_uart3",
202 "apb1_uart4", "apb1_uart5", "apb1_uart6",
203 "apb1_uart7";
204 };
Emilio López4b756ff2013-12-23 00:32:41 -0300205
206 nand_clk: clk@01c20080 {
207 #clock-cells = <0>;
208 compatible = "allwinner,sun4i-mod0-clk";
209 reg = <0x01c20080 0x4>;
210 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
211 clock-output-names = "nand";
212 };
213
214 ms_clk: clk@01c20084 {
215 #clock-cells = <0>;
216 compatible = "allwinner,sun4i-mod0-clk";
217 reg = <0x01c20084 0x4>;
218 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
219 clock-output-names = "ms";
220 };
221
222 mmc0_clk: clk@01c20088 {
223 #clock-cells = <0>;
224 compatible = "allwinner,sun4i-mod0-clk";
225 reg = <0x01c20088 0x4>;
226 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
227 clock-output-names = "mmc0";
228 };
229
230 mmc1_clk: clk@01c2008c {
231 #clock-cells = <0>;
232 compatible = "allwinner,sun4i-mod0-clk";
233 reg = <0x01c2008c 0x4>;
234 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
235 clock-output-names = "mmc1";
236 };
237
238 mmc2_clk: clk@01c20090 {
239 #clock-cells = <0>;
240 compatible = "allwinner,sun4i-mod0-clk";
241 reg = <0x01c20090 0x4>;
242 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
243 clock-output-names = "mmc2";
244 };
245
246 mmc3_clk: clk@01c20094 {
247 #clock-cells = <0>;
248 compatible = "allwinner,sun4i-mod0-clk";
249 reg = <0x01c20094 0x4>;
250 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
251 clock-output-names = "mmc3";
252 };
253
254 ts_clk: clk@01c20098 {
255 #clock-cells = <0>;
256 compatible = "allwinner,sun4i-mod0-clk";
257 reg = <0x01c20098 0x4>;
258 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
259 clock-output-names = "ts";
260 };
261
262 ss_clk: clk@01c2009c {
263 #clock-cells = <0>;
264 compatible = "allwinner,sun4i-mod0-clk";
265 reg = <0x01c2009c 0x4>;
266 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
267 clock-output-names = "ss";
268 };
269
270 spi0_clk: clk@01c200a0 {
271 #clock-cells = <0>;
272 compatible = "allwinner,sun4i-mod0-clk";
273 reg = <0x01c200a0 0x4>;
274 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
275 clock-output-names = "spi0";
276 };
277
278 spi1_clk: clk@01c200a4 {
279 #clock-cells = <0>;
280 compatible = "allwinner,sun4i-mod0-clk";
281 reg = <0x01c200a4 0x4>;
282 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
283 clock-output-names = "spi1";
284 };
285
286 spi2_clk: clk@01c200a8 {
287 #clock-cells = <0>;
288 compatible = "allwinner,sun4i-mod0-clk";
289 reg = <0x01c200a8 0x4>;
290 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
291 clock-output-names = "spi2";
292 };
293
294 pata_clk: clk@01c200ac {
295 #clock-cells = <0>;
296 compatible = "allwinner,sun4i-mod0-clk";
297 reg = <0x01c200ac 0x4>;
298 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
299 clock-output-names = "pata";
300 };
301
302 ir0_clk: clk@01c200b0 {
303 #clock-cells = <0>;
304 compatible = "allwinner,sun4i-mod0-clk";
305 reg = <0x01c200b0 0x4>;
306 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
307 clock-output-names = "ir0";
308 };
309
310 ir1_clk: clk@01c200b4 {
311 #clock-cells = <0>;
312 compatible = "allwinner,sun4i-mod0-clk";
313 reg = <0x01c200b4 0x4>;
314 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
315 clock-output-names = "ir1";
316 };
317
Roman Byshko0076c8b2014-02-07 16:21:51 +0100318 usb_clk: clk@01c200cc {
319 #clock-cells = <1>;
320 #reset-cells = <1>;
321 compatible = "allwinner,sun4i-a10-usb-clk";
322 reg = <0x01c200cc 0x4>;
323 clocks = <&pll6 1>;
324 clock-output-names = "usb_ohci0", "usb_ohci1", "usb_phy";
325 };
326
Emilio López4b756ff2013-12-23 00:32:41 -0300327 spi3_clk: clk@01c200d4 {
328 #clock-cells = <0>;
329 compatible = "allwinner,sun4i-mod0-clk";
330 reg = <0x01c200d4 0x4>;
331 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
332 clock-output-names = "spi3";
333 };
Maxime Ripard69144e32013-03-13 20:07:37 +0100334 };
335
Maxime Ripardb74aec12013-08-03 16:07:36 +0200336 soc@01c00000 {
Maxime Ripard69144e32013-03-13 20:07:37 +0100337 compatible = "simple-bus";
338 #address-cells = <1>;
339 #size-cells = <1>;
Maxime Ripard69144e32013-03-13 20:07:37 +0100340 ranges;
341
Maxime Riparde38afcb2013-05-30 03:49:23 +0000342 emac: ethernet@01c0b000 {
343 compatible = "allwinner,sun4i-emac";
344 reg = <0x01c0b000 0x1000>;
345 interrupts = <55>;
346 clocks = <&ahb_gates 17>;
347 status = "disabled";
348 };
349
350 mdio@01c0b080 {
351 compatible = "allwinner,sun4i-mdio";
352 reg = <0x01c0b080 0x14>;
353 status = "disabled";
354 #address-cells = <1>;
355 #size-cells = <0>;
356 };
357
Maxime Ripard69144e32013-03-13 20:07:37 +0100358 intc: interrupt-controller@01c20400 {
Maxime Ripard6def1262013-03-24 19:20:52 +0100359 compatible = "allwinner,sun4i-ic";
Maxime Ripard69144e32013-03-13 20:07:37 +0100360 reg = <0x01c20400 0x400>;
361 interrupt-controller;
362 #interrupt-cells = <1>;
363 };
364
Maxime Riparde10911e2013-01-27 19:26:05 +0100365 pio: pinctrl@01c20800 {
Maxime Ripard874b4e42013-01-26 15:36:54 +0100366 compatible = "allwinner,sun4i-a10-pinctrl";
367 reg = <0x01c20800 0x400>;
Maxime Ripard39138bc2013-04-06 15:00:48 +0200368 interrupts = <28>;
Emilio López36386d62013-03-27 18:20:41 -0300369 clocks = <&apb0_gates 5>;
Maxime Riparde10911e2013-01-27 19:26:05 +0100370 gpio-controller;
Maxime Ripard39138bc2013-04-06 15:00:48 +0200371 interrupt-controller;
Maxime Ripard874b4e42013-01-26 15:36:54 +0100372 #address-cells = <1>;
373 #size-cells = <0>;
Maxime Riparde10911e2013-01-27 19:26:05 +0100374 #gpio-cells = <3>;
Maxime Ripard581981b2013-01-26 15:36:55 +0100375
376 uart0_pins_a: uart0@0 {
377 allwinner,pins = "PB22", "PB23";
378 allwinner,function = "uart0";
379 allwinner,drive = <0>;
380 allwinner,pull = <0>;
381 };
382
383 uart0_pins_b: uart0@1 {
384 allwinner,pins = "PF2", "PF4";
385 allwinner,function = "uart0";
386 allwinner,drive = <0>;
387 allwinner,pull = <0>;
388 };
389
390 uart1_pins_a: uart1@0 {
391 allwinner,pins = "PA10", "PA11";
392 allwinner,function = "uart1";
393 allwinner,drive = <0>;
394 allwinner,pull = <0>;
395 };
Maxime Ripard27cce4f2013-03-10 13:44:38 +0100396
397 i2c0_pins_a: i2c0@0 {
398 allwinner,pins = "PB0", "PB1";
399 allwinner,function = "i2c0";
400 allwinner,drive = <0>;
401 allwinner,pull = <0>;
402 };
403
404 i2c1_pins_a: i2c1@0 {
405 allwinner,pins = "PB18", "PB19";
406 allwinner,function = "i2c1";
407 allwinner,drive = <0>;
408 allwinner,pull = <0>;
409 };
410
411 i2c2_pins_a: i2c2@0 {
412 allwinner,pins = "PB20", "PB21";
413 allwinner,function = "i2c2";
414 allwinner,drive = <0>;
415 allwinner,pull = <0>;
416 };
Linus Torvalds496322b2013-07-09 18:24:39 -0700417
Maxime Ripardb21da662013-05-30 03:49:22 +0000418 emac_pins_a: emac0@0 {
419 allwinner,pins = "PA0", "PA1", "PA2",
420 "PA3", "PA4", "PA5", "PA6",
421 "PA7", "PA8", "PA9", "PA10",
422 "PA11", "PA12", "PA13", "PA14",
423 "PA15", "PA16";
424 allwinner,function = "emac";
425 allwinner,drive = <0>;
426 allwinner,pull = <0>;
427 };
Maxime Ripard874b4e42013-01-26 15:36:54 +0100428 };
Maxime Ripard89b3c992013-02-20 17:25:03 -0800429
Maxime Ripard69144e32013-03-13 20:07:37 +0100430 timer@01c20c00 {
Maxime Ripardb6e1a532013-03-24 19:00:17 +0100431 compatible = "allwinner,sun4i-timer";
Maxime Ripard69144e32013-03-13 20:07:37 +0100432 reg = <0x01c20c00 0x90>;
433 interrupts = <22>;
434 clocks = <&osc24M>;
435 };
436
437 wdt: watchdog@01c20c90 {
Maxime Ripard0b19b7c2013-03-24 19:32:34 +0100438 compatible = "allwinner,sun4i-wdt";
Maxime Ripard69144e32013-03-13 20:07:37 +0100439 reg = <0x01c20c90 0x10>;
440 };
441
Carlo Caioneb5d905c2013-10-16 20:30:26 +0200442 rtc: rtc@01c20d00 {
443 compatible = "allwinner,sun4i-rtc";
444 reg = <0x01c20d00 0x20>;
445 interrupts = <24>;
446 };
447
Oliver Schinagl2bad9692013-09-03 12:33:28 +0200448 sid: eeprom@01c23800 {
449 compatible = "allwinner,sun4i-sid";
450 reg = <0x01c23800 0x10>;
451 };
452
Hans de Goede57c88392013-12-31 17:20:50 +0100453 rtp: rtp@01c25000 {
454 compatible = "allwinner,sun4i-ts";
455 reg = <0x01c25000 0x100>;
456 interrupts = <29>;
457 };
458
Maxime Ripard89b3c992013-02-20 17:25:03 -0800459 uart0: serial@01c28000 {
460 compatible = "snps,dw-apb-uart";
461 reg = <0x01c28000 0x400>;
462 interrupts = <1>;
463 reg-shift = <2>;
464 reg-io-width = <4>;
Emilio López9ff49ec2013-03-27 18:20:39 -0300465 clocks = <&apb1_gates 16>;
Maxime Ripard89b3c992013-02-20 17:25:03 -0800466 status = "disabled";
467 };
Maxime Ripard76f14d0a2013-02-20 17:38:27 -0800468
Maxime Ripard69144e32013-03-13 20:07:37 +0100469 uart1: serial@01c28400 {
470 compatible = "snps,dw-apb-uart";
471 reg = <0x01c28400 0x400>;
472 interrupts = <2>;
473 reg-shift = <2>;
474 reg-io-width = <4>;
475 clocks = <&apb1_gates 17>;
476 status = "disabled";
477 };
478
Maxime Ripard76f14d0a2013-02-20 17:38:27 -0800479 uart2: serial@01c28800 {
480 compatible = "snps,dw-apb-uart";
481 reg = <0x01c28800 0x400>;
482 interrupts = <3>;
483 reg-shift = <2>;
484 reg-io-width = <4>;
Emilio López9ff49ec2013-03-27 18:20:39 -0300485 clocks = <&apb1_gates 18>;
Maxime Ripard76f14d0a2013-02-20 17:38:27 -0800486 status = "disabled";
487 };
488
Maxime Ripard69144e32013-03-13 20:07:37 +0100489 uart3: serial@01c28c00 {
490 compatible = "snps,dw-apb-uart";
491 reg = <0x01c28c00 0x400>;
492 interrupts = <4>;
493 reg-shift = <2>;
494 reg-io-width = <4>;
495 clocks = <&apb1_gates 19>;
496 status = "disabled";
497 };
498
Maxime Ripard76f14d0a2013-02-20 17:38:27 -0800499 uart4: serial@01c29000 {
500 compatible = "snps,dw-apb-uart";
501 reg = <0x01c29000 0x400>;
502 interrupts = <17>;
503 reg-shift = <2>;
504 reg-io-width = <4>;
Emilio López9ff49ec2013-03-27 18:20:39 -0300505 clocks = <&apb1_gates 20>;
Maxime Ripard76f14d0a2013-02-20 17:38:27 -0800506 status = "disabled";
507 };
508
509 uart5: serial@01c29400 {
510 compatible = "snps,dw-apb-uart";
511 reg = <0x01c29400 0x400>;
512 interrupts = <18>;
513 reg-shift = <2>;
514 reg-io-width = <4>;
Emilio López9ff49ec2013-03-27 18:20:39 -0300515 clocks = <&apb1_gates 21>;
Maxime Ripard76f14d0a2013-02-20 17:38:27 -0800516 status = "disabled";
517 };
518
519 uart6: serial@01c29800 {
520 compatible = "snps,dw-apb-uart";
521 reg = <0x01c29800 0x400>;
522 interrupts = <19>;
523 reg-shift = <2>;
524 reg-io-width = <4>;
Emilio López9ff49ec2013-03-27 18:20:39 -0300525 clocks = <&apb1_gates 22>;
Maxime Ripard76f14d0a2013-02-20 17:38:27 -0800526 status = "disabled";
527 };
528
529 uart7: serial@01c29c00 {
530 compatible = "snps,dw-apb-uart";
531 reg = <0x01c29c00 0x400>;
532 interrupts = <20>;
533 reg-shift = <2>;
534 reg-io-width = <4>;
Emilio López9ff49ec2013-03-27 18:20:39 -0300535 clocks = <&apb1_gates 23>;
Maxime Ripard76f14d0a2013-02-20 17:38:27 -0800536 status = "disabled";
537 };
Maxime Ripardf1741fd2013-03-10 13:34:36 +0100538
539 i2c0: i2c@01c2ac00 {
540 compatible = "allwinner,sun4i-i2c";
541 reg = <0x01c2ac00 0x400>;
542 interrupts = <7>;
543 clocks = <&apb1_gates 0>;
544 clock-frequency = <100000>;
545 status = "disabled";
546 };
547
548 i2c1: i2c@01c2b000 {
549 compatible = "allwinner,sun4i-i2c";
550 reg = <0x01c2b000 0x400>;
551 interrupts = <8>;
552 clocks = <&apb1_gates 1>;
553 clock-frequency = <100000>;
554 status = "disabled";
555 };
556
557 i2c2: i2c@01c2b400 {
558 compatible = "allwinner,sun4i-i2c";
559 reg = <0x01c2b400 0x400>;
560 interrupts = <9>;
561 clocks = <&apb1_gates 2>;
562 clock-frequency = <100000>;
563 status = "disabled";
564 };
Maxime Ripard874b4e42013-01-26 15:36:54 +0100565 };
Stefan Roese7423d2d2012-11-26 15:46:12 +0100566};