blob: 0fdabe8eb9e89c4d580653602f5bda161cd57c53 [file] [log] [blame]
Maxime Ripardd3ae0782013-06-09 10:40:53 +02001/*
2 * Copyright 2013 Maxime Ripard
3 *
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
5 *
Maxime Ripard1d86b4b2014-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 Ripardd3ae0782013-06-09 10:40:53 +020010 *
Maxime Ripard1d86b4b2014-09-02 19:25:26 +020011 * 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 Ripard1d86b4b2014-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 Ripardd3ae0782013-06-09 10:40:53 +020043 */
44
Maxime Ripard71455702014-12-16 22:59:54 +010045#include "skeleton.dtsi"
Maxime Ripardd3ae0782013-06-09 10:40:53 +020046
Maxime Ripard903b2d72015-01-30 16:42:13 +010047#include "sun5i.dtsi"
48
Maxime Ripard1f9f6a72014-12-16 22:59:56 +010049#include <dt-bindings/dma/sun4i-a10.h>
Maxime Ripard092a0c32014-12-16 22:59:57 +010050#include <dt-bindings/pinctrl/sun4i-a10.h>
Maxime Ripardd3ae0782013-06-09 10:40:53 +020051
52/ {
53 interrupt-parent = <&intc>;
54
Emilio Lópeze751cce2013-11-16 15:17:29 -030055 aliases {
56 ethernet0 = &emac;
57 };
58
Hans de Goeded5018412014-11-14 16:34:35 +010059 chosen {
60 #address-cells = <1>;
61 #size-cells = <1>;
62 ranges;
63
Hans de Goedea9f8cda2014-11-18 12:07:13 +010064 framebuffer@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +020065 compatible = "allwinner,simple-framebuffer",
66 "simple-framebuffer";
Hans de Goedea9f8cda2014-11-18 12:07:13 +010067 allwinner,pipeline = "de_be0-lcd0-hdmi";
Hans de Goede678e75d2014-11-16 17:09:32 +010068 clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 43>,
69 <&ahb_gates 44>;
Hans de Goeded5018412014-11-14 16:34:35 +010070 status = "disabled";
71 };
Hans de Goedefd18c7e2015-01-19 14:05:12 +010072
73 framebuffer@1 {
74 compatible = "allwinner,simple-framebuffer",
75 "simple-framebuffer";
76 allwinner,pipeline = "de_be0-lcd0";
77 clocks = <&pll5 1>, <&ahb_gates 36>, <&ahb_gates 44>;
78 status = "disabled";
79 };
Hans de Goedeaf283532015-08-14 16:44:32 +020080
81 framebuffer@2 {
82 compatible = "allwinner,simple-framebuffer",
83 "simple-framebuffer";
84 allwinner,pipeline = "de_be0-lcd0-tve0";
85 clocks = <&pll5 1>, <&ahb_gates 34>, <&ahb_gates 36>,
86 <&ahb_gates 44>;
87 status = "disabled";
88 };
Hans de Goeded5018412014-11-14 16:34:35 +010089 };
90
Maxime Ripardd3ae0782013-06-09 10:40:53 +020091 clocks {
Chen-Yu Tsai3dce8322014-02-03 09:51:42 +080092 ahb_gates: clk@01c20060 {
Maxime Ripardd3ae0782013-06-09 10:40:53 +020093 #clock-cells = <1>;
Maxime Ripard29bb8052013-07-16 11:28:58 +020094 compatible = "allwinner,sun5i-a10s-ahb-gates-clk";
Maxime Ripardd3ae0782013-06-09 10:40:53 +020095 reg = <0x01c20060 0x8>;
96 clocks = <&ahb>;
Maxime Riparddd4de432015-07-31 19:46:17 +020097 clock-indices = <0>, <1>,
98 <2>, <5>, <6>,
99 <7>, <8>, <9>,
100 <10>, <13>,
101 <14>, <17>, <18>,
102 <20>, <21>, <22>,
103 <26>, <28>, <32>,
104 <34>, <36>, <40>,
105 <43>, <44>,
106 <46>, <51>,
107 <52>;
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200108 clock-output-names = "ahb_usbotg", "ahb_ehci",
109 "ahb_ohci", "ahb_ss", "ahb_dma",
110 "ahb_bist", "ahb_mmc0", "ahb_mmc1",
111 "ahb_mmc2", "ahb_nand",
112 "ahb_sdram", "ahb_emac", "ahb_ts",
113 "ahb_spi0", "ahb_spi1", "ahb_spi2",
114 "ahb_gps", "ahb_stimer", "ahb_ve",
115 "ahb_tve", "ahb_lcd", "ahb_csi",
116 "ahb_hdmi", "ahb_de_be",
117 "ahb_de_fe", "ahb_iep",
118 "ahb_mali400";
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200119 };
120
Chen-Yu Tsai3dce8322014-02-03 09:51:42 +0800121 apb0_gates: clk@01c20068 {
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200122 #clock-cells = <1>;
Maxime Ripard29bb8052013-07-16 11:28:58 +0200123 compatible = "allwinner,sun5i-a10s-apb0-gates-clk";
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200124 reg = <0x01c20068 0x4>;
125 clocks = <&apb0>;
Maxime Riparddd4de432015-07-31 19:46:17 +0200126 clock-indices = <0>, <3>,
127 <5>, <6>,
128 <10>;
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200129 clock-output-names = "apb0_codec", "apb0_iis",
130 "apb0_pio", "apb0_ir",
131 "apb0_keypad";
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200132 };
133
Chen-Yu Tsai3dce8322014-02-03 09:51:42 +0800134 apb1_gates: clk@01c2006c {
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200135 #clock-cells = <1>;
Maxime Ripard29bb8052013-07-16 11:28:58 +0200136 compatible = "allwinner,sun5i-a10s-apb1-gates-clk";
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200137 reg = <0x01c2006c 0x4>;
138 clocks = <&apb1>;
Maxime Riparddd4de432015-07-31 19:46:17 +0200139 clock-indices = <0>, <1>,
140 <2>, <16>,
141 <17>, <18>,
142 <19>;
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200143 clock-output-names = "apb1_i2c0", "apb1_i2c1",
Maxime Riparddd4de432015-07-31 19:46:17 +0200144 "apb1_i2c2", "apb1_uart0",
145 "apb1_uart1", "apb1_uart2",
146 "apb1_uart3";
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200147 };
148 };
149
Maxime Ripard9e199292013-08-03 16:07:36 +0200150 soc@01c00000 {
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200151 emac: ethernet@01c0b000 {
Maxime Ripard1c70e092014-02-02 14:49:13 +0100152 compatible = "allwinner,sun4i-a10-emac";
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200153 reg = <0x01c0b000 0x1000>;
154 interrupts = <55>;
155 clocks = <&ahb_gates 17>;
Maxime Ripard00f69ba2015-03-26 15:53:44 +0100156 allwinner,sram = <&emac_sram 1>;
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200157 status = "disabled";
158 };
159
Aleksei Mamlin92395f52015-01-19 22:35:22 +0300160 mdio: mdio@01c0b080 {
Maxime Ripard1c70e092014-02-02 14:49:13 +0100161 compatible = "allwinner,sun4i-a10-mdio";
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200162 reg = <0x01c0b080 0x14>;
163 status = "disabled";
164 #address-cells = <1>;
165 #size-cells = <0>;
166 };
167
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200168 uart0: serial@01c28000 {
169 compatible = "snps,dw-apb-uart";
170 reg = <0x01c28000 0x400>;
171 interrupts = <1>;
172 reg-shift = <2>;
173 reg-io-width = <4>;
174 clocks = <&apb1_gates 16>;
175 status = "disabled";
176 };
177
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200178 uart2: serial@01c28800 {
179 compatible = "snps,dw-apb-uart";
180 reg = <0x01c28800 0x400>;
181 interrupts = <3>;
182 reg-shift = <2>;
183 reg-io-width = <4>;
184 clocks = <&apb1_gates 18>;
185 status = "disabled";
186 };
Maxime Ripard903b2d72015-01-30 16:42:13 +0100187 };
188};
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200189
Maxime Ripard903b2d72015-01-30 16:42:13 +0100190&pio {
191 compatible = "allwinner,sun5i-a10s-pinctrl";
Emilio Lópezca3d4ed2013-07-07 18:31:57 -0300192
Maxime Ripard903b2d72015-01-30 16:42:13 +0100193 uart0_pins_a: uart0@0 {
194 allwinner,pins = "PB19", "PB20";
195 allwinner,function = "uart0";
196 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
197 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
198 };
Maxime Ripardf2b50022013-11-07 12:01:48 +0100199
Maxime Ripard903b2d72015-01-30 16:42:13 +0100200 uart2_pins_a: uart2@0 {
201 allwinner,pins = "PC18", "PC19";
202 allwinner,function = "uart2";
203 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
204 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
205 };
206
207 uart3_pins_a: uart3@0 {
208 allwinner,pins = "PG9", "PG10";
209 allwinner,function = "uart3";
210 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
211 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
212 };
213
214 emac_pins_a: emac0@0 {
215 allwinner,pins = "PA0", "PA1", "PA2",
216 "PA3", "PA4", "PA5", "PA6",
217 "PA7", "PA8", "PA9", "PA10",
218 "PA11", "PA12", "PA13", "PA14",
219 "PA15", "PA16";
220 allwinner,function = "emac";
221 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
222 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
223 };
224
Jelle van der Waabea9b7b2015-09-10 15:05:58 +0200225 emac_pins_b: emac0@1 {
226 allwinner,pins = "PD6", "PD7", "PD10",
227 "PD11", "PD12", "PD13", "PD14",
228 "PD15", "PD18", "PD19", "PD20",
229 "PD21", "PD22", "PD23", "PD24",
230 "PD25", "PD26", "PD27";
231 allwinner,function = "emac";
232 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
233 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
234 };
235
Maxime Ripard903b2d72015-01-30 16:42:13 +0100236 mmc1_pins_a: mmc1@0 {
Maxime Ripardd8cacaa2015-05-03 11:53:07 +0200237 allwinner,pins = "PG3", "PG4", "PG5",
238 "PG6", "PG7", "PG8";
Maxime Ripard903b2d72015-01-30 16:42:13 +0100239 allwinner,function = "mmc1";
240 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
241 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
Maxime Ripardd3ae0782013-06-09 10:40:53 +0200242 };
243};
Maxime Ripard00f69ba2015-03-26 15:53:44 +0100244
245&sram_a {
246 emac_sram: sram-section@8000 {
247 compatible = "allwinner,sun4i-a10-sram-a3-a4";
248 reg = <0x8000 0x4000>;
249 status = "disabled";
250 };
251};