blob: 98cc00341b005486a800394797696ea4675a060a [file] [log] [blame]
Maxime Ripardfbfa7362015-01-30 16:30:48 +01001/*
2 * Copyright 2012-2015 Maxime Ripard
3 *
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
5 *
6 * 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.
10 *
11 * a) This library is free software; you can redistribute it and/or
12 * 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 *
16 * This library is distributed in the hope that it will be useful,
17 * 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 Ripardfbfa7362015-01-30 16:30:48 +010021 * 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.
43 */
44
45#include "skeleton.dtsi"
46
Maxime Ripard98a59a02016-10-15 22:36:19 +020047#include <dt-bindings/clock/sun5i-ccu.h>
Maxime Ripardfbfa7362015-01-30 16:30:48 +010048#include <dt-bindings/dma/sun4i-a10.h>
Maxime Ripard98a59a02016-10-15 22:36:19 +020049#include <dt-bindings/reset/sun5i-ccu.h>
Maxime Ripardfbfa7362015-01-30 16:30:48 +010050
51/ {
52 interrupt-parent = <&intc>;
53
54 cpus {
55 #address-cells = <1>;
56 #size-cells = <0>;
57
58 cpu0: cpu@0 {
59 device_type = "cpu";
60 compatible = "arm,cortex-a8";
61 reg = <0x0>;
Maxime Ripard98a59a02016-10-15 22:36:19 +020062 clocks = <&ccu CLK_CPU>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +010063 };
64 };
65
Maxime Ripard85870192017-02-03 16:01:27 +010066 chosen {
67 #address-cells = <1>;
68 #size-cells = <1>;
69 ranges;
70
71 framebuffer@0 {
72 compatible = "allwinner,simple-framebuffer",
73 "simple-framebuffer";
74 allwinner,pipeline = "de_be0-lcd0";
75 clocks = <&ccu CLK_AHB_LCD>, <&ccu CLK_AHB_DE_BE>, <&ccu CLK_DE_BE>,
76 <&ccu CLK_TCON_CH0>, <&ccu CLK_DRAM_DE_BE>;
77 status = "disabled";
78 };
Maxime Ripard78f6d982017-02-03 16:01:27 +010079
80 framebuffer@1 {
81 compatible = "allwinner,simple-framebuffer",
82 "simple-framebuffer";
83 allwinner,pipeline = "de_be0-lcd0-tve0";
84 clocks = <&ccu CLK_AHB_TVE>, <&ccu CLK_AHB_LCD>,
85 <&ccu CLK_AHB_DE_BE>, <&ccu CLK_DE_BE>,
86 <&ccu CLK_TCON_CH1>, <&ccu CLK_DRAM_DE_BE>;
87 status = "disabled";
88 };
Maxime Ripard85870192017-02-03 16:01:27 +010089 };
90
Maxime Ripardfbfa7362015-01-30 16:30:48 +010091 clocks {
92 #address-cells = <1>;
93 #size-cells = <1>;
94 ranges;
95
Maxime Ripardfbfa7362015-01-30 16:30:48 +010096 osc24M: clk@01c20050 {
97 #clock-cells = <0>;
Maxime Ripard98a59a02016-10-15 22:36:19 +020098 compatible = "fixed-clock";
Maxime Ripardfbfa7362015-01-30 16:30:48 +010099 clock-frequency = <24000000>;
100 clock-output-names = "osc24M";
101 };
102
103 osc32k: clk@0 {
104 #clock-cells = <0>;
105 compatible = "fixed-clock";
106 clock-frequency = <32768>;
107 clock-output-names = "osc32k";
108 };
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100109 };
110
111 soc@01c00000 {
112 compatible = "simple-bus";
113 #address-cells = <1>;
114 #size-cells = <1>;
115 ranges;
116
Maxime Ripard00f69ba2015-03-26 15:53:44 +0100117 sram-controller@01c00000 {
118 compatible = "allwinner,sun4i-a10-sram-controller";
119 reg = <0x01c00000 0x30>;
120 #address-cells = <1>;
121 #size-cells = <1>;
122 ranges;
123
124 sram_a: sram@00000000 {
125 compatible = "mmio-sram";
126 reg = <0x00000000 0xc000>;
127 #address-cells = <1>;
128 #size-cells = <1>;
129 ranges = <0 0x00000000 0xc000>;
130 };
131
Maxime Ripard78f6d982017-02-03 16:01:27 +0100132 emac_sram: sram-section@8000 {
133 compatible = "allwinner,sun4i-a10-sram-a3-a4";
134 reg = <0x8000 0x4000>;
135 status = "disabled";
136 };
137
Maxime Ripard00f69ba2015-03-26 15:53:44 +0100138 sram_d: sram@00010000 {
139 compatible = "mmio-sram";
140 reg = <0x00010000 0x1000>;
141 #address-cells = <1>;
142 #size-cells = <1>;
143 ranges = <0 0x00010000 0x1000>;
144
145 otg_sram: sram-section@0000 {
146 compatible = "allwinner,sun4i-a10-sram-d";
147 reg = <0x0000 0x1000>;
148 status = "disabled";
149 };
150 };
151 };
152
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100153 dma: dma-controller@01c02000 {
154 compatible = "allwinner,sun4i-a10-dma";
155 reg = <0x01c02000 0x1000>;
156 interrupts = <27>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200157 clocks = <&ccu CLK_AHB_DMA>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100158 #dma-cells = <2>;
159 };
160
Maxime Ripard1f4ce3b2017-02-03 16:01:27 +0100161 nfc: nand@01c03000 {
162 compatible = "allwinner,sun4i-a10-nand";
163 reg = <0x01c03000 0x1000>;
164 interrupts = <37>;
165 clocks = <&ccu CLK_AHB_NAND>, <&ccu CLK_NAND>;
166 clock-names = "ahb", "mod";
167 dmas = <&dma SUN4I_DMA_DEDICATED 3>;
168 dma-names = "rxtx";
169 status = "disabled";
170 #address-cells = <1>;
171 #size-cells = <0>;
172 };
173
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100174 spi0: spi@01c05000 {
175 compatible = "allwinner,sun4i-a10-spi";
176 reg = <0x01c05000 0x1000>;
177 interrupts = <10>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200178 clocks = <&ccu CLK_AHB_SPI0>, <&ccu CLK_SPI0>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100179 clock-names = "ahb", "mod";
180 dmas = <&dma SUN4I_DMA_DEDICATED 27>,
181 <&dma SUN4I_DMA_DEDICATED 26>;
182 dma-names = "rx", "tx";
183 status = "disabled";
184 #address-cells = <1>;
185 #size-cells = <0>;
186 };
187
188 spi1: spi@01c06000 {
189 compatible = "allwinner,sun4i-a10-spi";
190 reg = <0x01c06000 0x1000>;
191 interrupts = <11>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200192 clocks = <&ccu CLK_AHB_SPI1>, <&ccu CLK_SPI1>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100193 clock-names = "ahb", "mod";
194 dmas = <&dma SUN4I_DMA_DEDICATED 9>,
195 <&dma SUN4I_DMA_DEDICATED 8>;
196 dma-names = "rx", "tx";
197 status = "disabled";
198 #address-cells = <1>;
199 #size-cells = <0>;
200 };
201
Maxime Ripardbea13692017-02-03 16:01:27 +0100202 tve0: tv-encoder@01c0a000 {
203 compatible = "allwinner,sun4i-a10-tv-encoder";
204 reg = <0x01c0a000 0x1000>;
205 clocks = <&ccu CLK_AHB_TVE>;
206 resets = <&ccu RST_TVE>;
207 status = "disabled";
208
209 port {
210 #address-cells = <1>;
211 #size-cells = <0>;
212
213 tve0_in_tcon0: endpoint@0 {
214 reg = <0>;
215 remote-endpoint = <&tcon0_out_tve0>;
216 };
217 };
218 };
219
Maxime Ripard78f6d982017-02-03 16:01:27 +0100220 emac: ethernet@01c0b000 {
221 compatible = "allwinner,sun4i-a10-emac";
222 reg = <0x01c0b000 0x1000>;
223 interrupts = <55>;
224 clocks = <&ccu CLK_AHB_EMAC>;
225 allwinner,sram = <&emac_sram 1>;
226 status = "disabled";
227 };
228
229 mdio: mdio@01c0b080 {
230 compatible = "allwinner,sun4i-a10-mdio";
231 reg = <0x01c0b080 0x14>;
232 status = "disabled";
233 #address-cells = <1>;
234 #size-cells = <0>;
235 };
236
Maxime Ripard85870192017-02-03 16:01:27 +0100237 tcon0: lcd-controller@01c0c000 {
238 compatible = "allwinner,sun5i-a13-tcon";
239 reg = <0x01c0c000 0x1000>;
240 interrupts = <44>;
241 resets = <&ccu RST_LCD>;
242 reset-names = "lcd";
243 clocks = <&ccu CLK_AHB_LCD>,
244 <&ccu CLK_TCON_CH0>,
245 <&ccu CLK_TCON_CH1>;
246 clock-names = "ahb",
247 "tcon-ch0",
248 "tcon-ch1";
249 clock-output-names = "tcon-pixel-clock";
250 status = "disabled";
251
252 ports {
253 #address-cells = <1>;
254 #size-cells = <0>;
255
256 tcon0_in: port@0 {
257 #address-cells = <1>;
258 #size-cells = <0>;
259 reg = <0>;
260
261 tcon0_in_be0: endpoint@0 {
262 reg = <0>;
263 remote-endpoint = <&be0_out_tcon0>;
264 };
265 };
266
267 tcon0_out: port@1 {
268 #address-cells = <1>;
269 #size-cells = <0>;
270 reg = <1>;
Maxime Ripardbea13692017-02-03 16:01:27 +0100271
272 tcon0_out_tve0: endpoint@1 {
273 reg = <1>;
274 remote-endpoint = <&tve0_in_tcon0>;
Maxime Ripard0d2c6f02017-05-17 09:40:49 +0200275 allwinner,tcon-channel = <1>;
Maxime Ripardbea13692017-02-03 16:01:27 +0100276 };
Maxime Ripard85870192017-02-03 16:01:27 +0100277 };
278 };
279 };
280
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100281 mmc0: mmc@01c0f000 {
282 compatible = "allwinner,sun5i-a13-mmc";
283 reg = <0x01c0f000 0x1000>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200284 clocks = <&ccu CLK_AHB_MMC0>, <&ccu CLK_MMC0>;
285 clock-names = "ahb", "mmc";
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100286 interrupts = <32>;
287 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100288 #address-cells = <1>;
289 #size-cells = <0>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100290 };
291
292 mmc1: mmc@01c10000 {
293 compatible = "allwinner,sun5i-a13-mmc";
294 reg = <0x01c10000 0x1000>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200295 clocks = <&ccu CLK_AHB_MMC1>, <&ccu CLK_MMC1>;
296 clock-names = "ahb", "mmc";
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100297 interrupts = <33>;
298 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100299 #address-cells = <1>;
300 #size-cells = <0>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100301 };
302
303 mmc2: mmc@01c11000 {
304 compatible = "allwinner,sun5i-a13-mmc";
305 reg = <0x01c11000 0x1000>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200306 clocks = <&ccu CLK_AHB_MMC2>, <&ccu CLK_MMC2>;
307 clock-names = "ahb", "mmc";
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100308 interrupts = <34>;
309 status = "disabled";
Hans de Goede4c1bb9c2015-03-10 16:27:09 +0100310 #address-cells = <1>;
311 #size-cells = <0>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100312 };
313
Hans de Goede482f1782015-02-16 19:35:36 +0100314 usb_otg: usb@01c13000 {
315 compatible = "allwinner,sun4i-a10-musb";
316 reg = <0x01c13000 0x0400>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200317 clocks = <&ccu CLK_AHB_OTG>;
Hans de Goede482f1782015-02-16 19:35:36 +0100318 interrupts = <38>;
319 interrupt-names = "mc";
320 phys = <&usbphy 0>;
321 phy-names = "usb";
322 extcon = <&usbphy 0>;
323 allwinner,sram = <&otg_sram 1>;
324 status = "disabled";
325 };
326
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100327 usbphy: phy@01c13400 {
328 #phy-cells = <1>;
329 compatible = "allwinner,sun5i-a13-usb-phy";
330 reg = <0x01c13400 0x10 0x01c14800 0x4>;
331 reg-names = "phy_ctrl", "pmu1";
Maxime Ripard98a59a02016-10-15 22:36:19 +0200332 clocks = <&ccu CLK_USB_PHY0>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100333 clock-names = "usb_phy";
Maxime Ripard98a59a02016-10-15 22:36:19 +0200334 resets = <&ccu RST_USB_PHY0>, <&ccu RST_USB_PHY1>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100335 reset-names = "usb0_reset", "usb1_reset";
336 status = "disabled";
337 };
338
339 ehci0: usb@01c14000 {
Hans de Goede3727ed32015-03-07 20:01:19 +0100340 compatible = "allwinner,sun5i-a13-ehci", "generic-ehci";
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100341 reg = <0x01c14000 0x100>;
342 interrupts = <39>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200343 clocks = <&ccu CLK_AHB_EHCI>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100344 phys = <&usbphy 1>;
345 phy-names = "usb";
346 status = "disabled";
347 };
348
349 ohci0: usb@01c14400 {
Hans de Goede3727ed32015-03-07 20:01:19 +0100350 compatible = "allwinner,sun5i-a13-ohci", "generic-ohci";
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100351 reg = <0x01c14400 0x100>;
352 interrupts = <40>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200353 clocks = <&ccu CLK_USB_OHCI>, <&ccu CLK_AHB_OHCI>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100354 phys = <&usbphy 1>;
355 phy-names = "usb";
356 status = "disabled";
357 };
358
Antoine Tenarte1679f02017-06-01 21:39:04 +0200359 crypto: crypto-engine@01c15000 {
360 compatible = "allwinner,sun5i-a13-crypto",
361 "allwinner,sun4i-a10-crypto";
362 reg = <0x01c15000 0x1000>;
363 interrupts = <54>;
364 clocks = <&ccu CLK_AHB_SS>, <&ccu CLK_SS>;
365 clock-names = "ahb", "mod";
366 };
367
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100368 spi2: spi@01c17000 {
369 compatible = "allwinner,sun4i-a10-spi";
370 reg = <0x01c17000 0x1000>;
371 interrupts = <12>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200372 clocks = <&ccu CLK_AHB_SPI2>, <&ccu CLK_SPI2>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100373 clock-names = "ahb", "mod";
374 dmas = <&dma SUN4I_DMA_DEDICATED 29>,
375 <&dma SUN4I_DMA_DEDICATED 28>;
376 dma-names = "rx", "tx";
377 status = "disabled";
378 #address-cells = <1>;
379 #size-cells = <0>;
380 };
381
Maxime Ripard98a59a02016-10-15 22:36:19 +0200382 ccu: clock@01c20000 {
383 reg = <0x01c20000 0x400>;
384 clocks = <&osc24M>, <&osc32k>;
385 clock-names = "hosc", "losc";
386 #clock-cells = <1>;
387 #reset-cells = <1>;
388 };
389
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100390 intc: interrupt-controller@01c20400 {
391 compatible = "allwinner,sun4i-a10-ic";
392 reg = <0x01c20400 0x400>;
393 interrupt-controller;
394 #interrupt-cells = <1>;
395 };
396
397 pio: pinctrl@01c20800 {
398 reg = <0x01c20800 0x400>;
399 interrupts = <28>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200400 clocks = <&ccu CLK_APB0_PIO>, <&osc24M>, <&osc32k>;
Maxime Ripardbe7bc6b2016-10-19 11:15:27 +0200401 clock-names = "apb", "hosc", "losc";
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100402 gpio-controller;
403 interrupt-controller;
Maxime Ripardb03e0812015-06-17 11:44:24 +0200404 #interrupt-cells = <3>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100405 #gpio-cells = <3>;
Maxime Ripard51fbba42015-01-30 16:31:19 +0100406
Maxime Ripard78f6d982017-02-03 16:01:27 +0100407 emac_pins_a: emac0@0 {
408 pins = "PD6", "PD7", "PD10",
409 "PD11", "PD12", "PD13", "PD14",
410 "PD15", "PD18", "PD19", "PD20",
411 "PD21", "PD22", "PD23", "PD24",
412 "PD25", "PD26", "PD27";
413 function = "emac";
414 };
415
Maxime Ripard51fbba42015-01-30 16:31:19 +0100416 i2c0_pins_a: i2c0@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300417 pins = "PB0", "PB1";
418 function = "i2c0";
Maxime Ripard51fbba42015-01-30 16:31:19 +0100419 };
420
421 i2c1_pins_a: i2c1@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300422 pins = "PB15", "PB16";
423 function = "i2c1";
Maxime Ripard51fbba42015-01-30 16:31:19 +0100424 };
425
426 i2c2_pins_a: i2c2@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300427 pins = "PB17", "PB18";
428 function = "i2c2";
Maxime Ripard51fbba42015-01-30 16:31:19 +0100429 };
430
Maxime Ripard1f4ce3b2017-02-03 16:01:27 +0100431 ir0_rx_pins_a: ir0@0 {
432 pins = "PB4";
433 function = "ir0";
434 };
435
Maxime Ripard60a47e42016-02-25 17:15:30 -0800436 lcd_rgb565_pins: lcd_rgb565@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300437 pins = "PD3", "PD4", "PD5", "PD6", "PD7",
Maxime Ripard60a47e42016-02-25 17:15:30 -0800438 "PD10", "PD11", "PD12", "PD13", "PD14", "PD15",
439 "PD19", "PD20", "PD21", "PD22", "PD23",
440 "PD24", "PD25", "PD26", "PD27";
Maxime Ripard1edcd362016-09-23 14:28:10 +0300441 function = "lcd0";
Maxime Ripard60a47e42016-02-25 17:15:30 -0800442 };
443
Maxime Ripard85870192017-02-03 16:01:27 +0100444 lcd_rgb666_pins: lcd_rgb666@0 {
445 pins = "PD2", "PD3", "PD4", "PD5", "PD6", "PD7",
446 "PD10", "PD11", "PD12", "PD13", "PD14", "PD15",
447 "PD18", "PD19", "PD20", "PD21", "PD22", "PD23",
448 "PD24", "PD25", "PD26", "PD27";
449 function = "lcd0";
450 };
451
Maxime Ripard51fbba42015-01-30 16:31:19 +0100452 mmc0_pins_a: mmc0@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300453 pins = "PF0", "PF1", "PF2", "PF3",
454 "PF4", "PF5";
455 function = "mmc0";
456 drive-strength = <30>;
Chen-Yu Tsai80ee72e2016-11-17 17:34:38 +0800457 bias-pull-up;
Maxime Ripard51fbba42015-01-30 16:31:19 +0100458 };
Hans de Goedee1fe9f82015-03-07 20:01:20 +0100459
460 mmc2_pins_a: mmc2@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300461 pins = "PC6", "PC7", "PC8", "PC9",
462 "PC10", "PC11", "PC12", "PC13",
463 "PC14", "PC15";
464 function = "mmc2";
465 drive-strength = <30>;
466 bias-pull-up;
Hans de Goedee1fe9f82015-03-07 20:01:20 +0100467 };
Maxime Ripard6ef8c8b2015-06-22 11:56:09 +0200468
Icenowy Zhenge6c5bfe2016-12-22 04:02:34 +0800469 mmc2_4bit_pins_a: mmc2-4bit@0 {
470 pins = "PC6", "PC7", "PC8", "PC9",
471 "PC10", "PC11";
472 function = "mmc2";
473 drive-strength = <30>;
474 bias-pull-up;
475 };
476
Maxime Ripard1f4ce3b2017-02-03 16:01:27 +0100477 nand_pins_a: nand-base0@0 {
478 pins = "PC0", "PC1", "PC2",
479 "PC5", "PC8", "PC9", "PC10",
480 "PC11", "PC12", "PC13", "PC14",
481 "PC15";
482 function = "nand0";
483 };
484
485 nand_cs0_pins_a: nand-cs@0 {
486 pins = "PC4";
487 function = "nand0";
488 };
489
490 nand_rb0_pins_a: nand-rb@0 {
491 pins = "PC6";
492 function = "nand0";
493 };
494
Maxime Ripard9255fb62016-07-18 20:51:30 +0200495 spi2_pins_a: spi2@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300496 pins = "PE1", "PE2", "PE3";
497 function = "spi2";
Maxime Ripard9255fb62016-07-18 20:51:30 +0200498 };
499
500 spi2_cs0_pins_a: spi2-cs0@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300501 pins = "PE0";
502 function = "spi2";
Maxime Ripard9255fb62016-07-18 20:51:30 +0200503 };
504
Maxime Ripard85870192017-02-03 16:01:27 +0100505 uart1_pins_a: uart1@0 {
506 pins = "PE10", "PE11";
507 function = "uart1";
508 };
509
510 uart1_pins_b: uart1@1 {
511 pins = "PG3", "PG4";
512 function = "uart1";
513 };
514
Maxime Ripardbab86b92017-02-05 17:55:01 +0100515 uart2_pins_a: uart2@0 {
516 pins = "PD2", "PD3";
517 function = "uart2";
518 };
519
520 uart2_cts_rts_pins_a: uart2-cts-rts@0 {
521 pins = "PD4", "PD5";
522 function = "uart2";
523 };
524
Maxime Ripard6ef8c8b2015-06-22 11:56:09 +0200525 uart3_pins_a: uart3@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300526 pins = "PG9", "PG10";
527 function = "uart3";
Maxime Ripard6ef8c8b2015-06-22 11:56:09 +0200528 };
Maxime Ripardeeea0fa2015-06-22 12:00:30 +0200529
Maxime Riparde6f50b22017-02-05 17:56:40 +0100530 uart3_cts_rts_pins_a: uart3-cts-rts@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300531 pins = "PG11", "PG12";
532 function = "uart3";
Maxime Ripardeeea0fa2015-06-22 12:00:30 +0200533 };
Hans de Goedebb390192015-10-11 11:55:06 +0200534
535 pwm0_pins: pwm0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300536 pins = "PB2";
537 function = "pwm";
Hans de Goedebb390192015-10-11 11:55:06 +0200538 };
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100539 };
540
541 timer@01c20c00 {
542 compatible = "allwinner,sun4i-a10-timer";
543 reg = <0x01c20c00 0x90>;
544 interrupts = <22>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200545 clocks = <&ccu CLK_HOSC>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100546 };
547
548 wdt: watchdog@01c20c90 {
549 compatible = "allwinner,sun4i-a10-wdt";
550 reg = <0x01c20c90 0x10>;
551 };
552
Maxime Ripard1f4ce3b2017-02-03 16:01:27 +0100553 ir0: ir@01c21800 {
554 compatible = "allwinner,sun4i-a10-ir";
555 clocks = <&ccu CLK_APB0_IR>, <&ccu CLK_IR>;
556 clock-names = "apb", "ir";
557 interrupts = <5>;
558 reg = <0x01c21800 0x40>;
559 status = "disabled";
560 };
561
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100562 lradc: lradc@01c22800 {
563 compatible = "allwinner,sun4i-a10-lradc-keys";
564 reg = <0x01c22800 0x100>;
565 interrupts = <31>;
566 status = "disabled";
567 };
568
Maxime Ripard44cdcfc2015-07-27 16:50:21 +0200569 codec: codec@01c22c00 {
570 #sound-dai-cells = <0>;
571 compatible = "allwinner,sun4i-a10-codec";
572 reg = <0x01c22c00 0x40>;
573 interrupts = <30>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200574 clocks = <&ccu CLK_APB0_CODEC>, <&ccu CLK_CODEC>;
Maxime Ripard44cdcfc2015-07-27 16:50:21 +0200575 clock-names = "apb", "codec";
576 dmas = <&dma SUN4I_DMA_NORMAL 19>,
577 <&dma SUN4I_DMA_NORMAL 19>;
578 dma-names = "rx", "tx";
579 status = "disabled";
580 };
581
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100582 sid: eeprom@01c23800 {
583 compatible = "allwinner,sun4i-a10-sid";
584 reg = <0x01c23800 0x10>;
585 };
586
587 rtp: rtp@01c25000 {
Hans de Goede8bf1b9b2015-03-08 21:53:42 +0100588 compatible = "allwinner,sun5i-a13-ts";
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100589 reg = <0x01c25000 0x100>;
590 interrupts = <29>;
591 #thermal-sensor-cells = <0>;
592 };
593
Maxime Ripard78f6d982017-02-03 16:01:27 +0100594 uart0: serial@01c28000 {
595 compatible = "snps,dw-apb-uart";
596 reg = <0x01c28000 0x400>;
597 interrupts = <1>;
598 reg-shift = <2>;
599 reg-io-width = <4>;
600 clocks = <&ccu CLK_APB1_UART0>;
601 status = "disabled";
602 };
603
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100604 uart1: serial@01c28400 {
605 compatible = "snps,dw-apb-uart";
606 reg = <0x01c28400 0x400>;
607 interrupts = <2>;
608 reg-shift = <2>;
609 reg-io-width = <4>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200610 clocks = <&ccu CLK_APB1_UART1>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100611 status = "disabled";
612 };
613
Maxime Ripard78f6d982017-02-03 16:01:27 +0100614 uart2: serial@01c28800 {
615 compatible = "snps,dw-apb-uart";
616 reg = <0x01c28800 0x400>;
617 interrupts = <3>;
618 reg-shift = <2>;
619 reg-io-width = <4>;
620 clocks = <&ccu CLK_APB1_UART2>;
621 status = "disabled";
622 };
623
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100624 uart3: serial@01c28c00 {
625 compatible = "snps,dw-apb-uart";
626 reg = <0x01c28c00 0x400>;
627 interrupts = <4>;
628 reg-shift = <2>;
629 reg-io-width = <4>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200630 clocks = <&ccu CLK_APB1_UART3>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100631 status = "disabled";
632 };
633
634 i2c0: i2c@01c2ac00 {
635 compatible = "allwinner,sun4i-a10-i2c";
636 reg = <0x01c2ac00 0x400>;
637 interrupts = <7>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200638 clocks = <&ccu CLK_APB1_I2C0>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100639 status = "disabled";
640 #address-cells = <1>;
641 #size-cells = <0>;
642 };
643
644 i2c1: i2c@01c2b000 {
645 compatible = "allwinner,sun4i-a10-i2c";
646 reg = <0x01c2b000 0x400>;
647 interrupts = <8>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200648 clocks = <&ccu CLK_APB1_I2C1>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100649 status = "disabled";
650 #address-cells = <1>;
651 #size-cells = <0>;
652 };
653
654 i2c2: i2c@01c2b400 {
655 compatible = "allwinner,sun4i-a10-i2c";
656 reg = <0x01c2b400 0x400>;
657 interrupts = <9>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200658 clocks = <&ccu CLK_APB1_I2C2>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100659 status = "disabled";
660 #address-cells = <1>;
661 #size-cells = <0>;
662 };
663
664 timer@01c60000 {
665 compatible = "allwinner,sun5i-a13-hstimer";
666 reg = <0x01c60000 0x1000>;
667 interrupts = <82>, <83>;
Maxime Ripard98a59a02016-10-15 22:36:19 +0200668 clocks = <&ccu CLK_AHB_HSTIMER>;
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100669 };
Maxime Ripard85870192017-02-03 16:01:27 +0100670
671 fe0: display-frontend@01e00000 {
672 compatible = "allwinner,sun5i-a13-display-frontend";
673 reg = <0x01e00000 0x20000>;
674 interrupts = <47>;
675 clocks = <&ccu CLK_DE_FE>, <&ccu CLK_DE_FE>,
676 <&ccu CLK_DRAM_DE_FE>;
677 clock-names = "ahb", "mod",
678 "ram";
679 resets = <&ccu RST_DE_FE>;
680 status = "disabled";
681
682 ports {
683 #address-cells = <1>;
684 #size-cells = <0>;
685
686 fe0_out: port@1 {
687 #address-cells = <1>;
688 #size-cells = <0>;
689 reg = <1>;
690
691 fe0_out_be0: endpoint@0 {
692 reg = <0>;
693 remote-endpoint = <&be0_in_fe0>;
694 };
695 };
696 };
697 };
698
699 be0: display-backend@01e60000 {
700 compatible = "allwinner,sun5i-a13-display-backend";
701 reg = <0x01e60000 0x10000>;
Chen-Yu Tsai69e3a942017-03-27 22:38:47 +0800702 interrupts = <47>;
Maxime Ripard85870192017-02-03 16:01:27 +0100703 clocks = <&ccu CLK_AHB_DE_BE>, <&ccu CLK_DE_BE>,
704 <&ccu CLK_DRAM_DE_BE>;
705 clock-names = "ahb", "mod",
706 "ram";
707 resets = <&ccu RST_DE_BE>;
708 status = "disabled";
709
710 assigned-clocks = <&ccu CLK_DE_BE>;
711 assigned-clock-rates = <300000000>;
712
713 ports {
714 #address-cells = <1>;
715 #size-cells = <0>;
716
717 be0_in: port@0 {
718 #address-cells = <1>;
719 #size-cells = <0>;
720 reg = <0>;
721
722 be0_in_fe0: endpoint@0 {
723 reg = <0>;
724 remote-endpoint = <&fe0_out_be0>;
725 };
726 };
727
728 be0_out: port@1 {
729 #address-cells = <1>;
730 #size-cells = <0>;
731 reg = <1>;
732
733 be0_out_tcon0: endpoint@0 {
734 reg = <0>;
735 remote-endpoint = <&tcon0_in_be0>;
736 };
737 };
738 };
739 };
Maxime Ripardfbfa7362015-01-30 16:30:48 +0100740 };
741};