2 * Copyright 2013 Maxime Ripard
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * The code contained herein is licensed under the GNU General Public
7 * License. You may obtain a copy of the GNU General Public License
8 * Version 2 or later at the following locations:
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
14 /include/ "skeleton.dtsi"
17 interrupt-parent = <&gic>;
24 compatible = "arm,cortex-a7";
30 compatible = "arm,cortex-a7";
37 reg = <0x40000000 0x80000000>;
45 osc24M: osc24M@01c20050 {
47 compatible = "allwinner,sun4i-osc-clk";
48 reg = <0x01c20050 0x4>;
49 clock-frequency = <24000000>;
54 compatible = "fixed-clock";
55 clock-frequency = <32768>;
60 compatible = "allwinner,sun4i-pll1-clk";
61 reg = <0x01c20000 0x4>;
66 * This is a dummy clock, to be used as placeholder on
67 * other mux clocks when a specific parent clock is not
68 * yet implemented. It should be dropped when the driver
73 compatible = "fixed-clock";
74 clock-frequency = <0>;
79 compatible = "allwinner,sun4i-cpu-clk";
80 reg = <0x01c20054 0x4>;
81 clocks = <&osc32k>, <&osc24M>, <&pll1>, <&pll6>;
86 compatible = "allwinner,sun4i-axi-clk";
87 reg = <0x01c20054 0x4>;
93 compatible = "allwinner,sun4i-ahb-clk";
94 reg = <0x01c20054 0x4>;
98 ahb_gates: ahb_gates@01c20060 {
100 compatible = "allwinner,sun7i-a20-ahb-gates-clk";
101 reg = <0x01c20060 0x8>;
103 clock-output-names = "ahb_usb0", "ahb_ehci0",
104 "ahb_ohci0", "ahb_ehci1", "ahb_ohci1",
105 "ahb_ss", "ahb_dma", "ahb_bist", "ahb_mmc0",
106 "ahb_mmc1", "ahb_mmc2", "ahb_mmc3", "ahb_ms",
107 "ahb_nand", "ahb_sdram", "ahb_ace",
108 "ahb_emac", "ahb_ts", "ahb_spi0", "ahb_spi1",
109 "ahb_spi2", "ahb_spi3", "ahb_sata",
110 "ahb_hstimer", "ahb_ve", "ahb_tvd", "ahb_tve0",
111 "ahb_tve1", "ahb_lcd0", "ahb_lcd1", "ahb_csi0",
112 "ahb_csi1", "ahb_hdmi1", "ahb_hdmi0",
113 "ahb_de_be0", "ahb_de_be1", "ahb_de_fe0",
114 "ahb_de_fe1", "ahb_gmac", "ahb_mp",
118 apb0: apb0@01c20054 {
120 compatible = "allwinner,sun4i-apb0-clk";
121 reg = <0x01c20054 0x4>;
125 apb0_gates: apb0_gates@01c20068 {
127 compatible = "allwinner,sun7i-a20-apb0-gates-clk";
128 reg = <0x01c20068 0x4>;
130 clock-output-names = "apb0_codec", "apb0_spdif",
131 "apb0_ac97", "apb0_iis0", "apb0_iis1",
132 "apb0_pio", "apb0_ir0", "apb0_ir1",
133 "apb0_iis2", "apb0_keypad";
136 apb1_mux: apb1_mux@01c20058 {
138 compatible = "allwinner,sun4i-apb1-mux-clk";
139 reg = <0x01c20058 0x4>;
140 clocks = <&osc24M>, <&pll6>, <&osc32k>;
143 apb1: apb1@01c20058 {
145 compatible = "allwinner,sun4i-apb1-clk";
146 reg = <0x01c20058 0x4>;
147 clocks = <&apb1_mux>;
150 apb1_gates: apb1_gates@01c2006c {
152 compatible = "allwinner,sun7i-a20-apb1-gates-clk";
153 reg = <0x01c2006c 0x4>;
155 clock-output-names = "apb1_i2c0", "apb1_i2c1",
156 "apb1_i2c2", "apb1_i2c3", "apb1_can",
157 "apb1_scr", "apb1_ps20", "apb1_ps21",
158 "apb1_i2c4", "apb1_uart0", "apb1_uart1",
159 "apb1_uart2", "apb1_uart3", "apb1_uart4",
160 "apb1_uart5", "apb1_uart6", "apb1_uart7";
165 compatible = "simple-bus";
166 #address-cells = <1>;
170 emac: ethernet@01c0b000 {
171 compatible = "allwinner,sun4i-emac";
172 reg = <0x01c0b000 0x1000>;
173 interrupts = <0 55 1>;
174 clocks = <&ahb_gates 17>;
179 compatible = "allwinner,sun4i-mdio";
180 reg = <0x01c0b080 0x14>;
182 #address-cells = <1>;
186 pio: pinctrl@01c20800 {
187 compatible = "allwinner,sun7i-a20-pinctrl";
188 reg = <0x01c20800 0x400>;
189 interrupts = <0 28 1>;
190 clocks = <&apb0_gates 5>;
192 interrupt-controller;
193 #address-cells = <1>;
197 uart0_pins_a: uart0@0 {
198 allwinner,pins = "PB22", "PB23";
199 allwinner,function = "uart0";
200 allwinner,drive = <0>;
201 allwinner,pull = <0>;
204 uart6_pins_a: uart6@0 {
205 allwinner,pins = "PI12", "PI13";
206 allwinner,function = "uart6";
207 allwinner,drive = <0>;
208 allwinner,pull = <0>;
211 uart7_pins_a: uart7@0 {
212 allwinner,pins = "PI20", "PI21";
213 allwinner,function = "uart7";
214 allwinner,drive = <0>;
215 allwinner,pull = <0>;
218 i2c0_pins_a: i2c0@0 {
219 allwinner,pins = "PB0", "PB1";
220 allwinner,function = "i2c0";
221 allwinner,drive = <0>;
222 allwinner,pull = <0>;
225 i2c1_pins_a: i2c1@0 {
226 allwinner,pins = "PB18", "PB19";
227 allwinner,function = "i2c1";
228 allwinner,drive = <0>;
229 allwinner,pull = <0>;
232 i2c2_pins_a: i2c2@0 {
233 allwinner,pins = "PB20", "PB21";
234 allwinner,function = "i2c2";
235 allwinner,drive = <0>;
236 allwinner,pull = <0>;
239 emac_pins_a: emac0@0 {
240 allwinner,pins = "PA0", "PA1", "PA2",
241 "PA3", "PA4", "PA5", "PA6",
242 "PA7", "PA8", "PA9", "PA10",
243 "PA11", "PA12", "PA13", "PA14",
245 allwinner,function = "emac";
246 allwinner,drive = <0>;
247 allwinner,pull = <0>;
252 compatible = "allwinner,sun4i-timer";
253 reg = <0x01c20c00 0x90>;
254 interrupts = <0 22 1>,
263 wdt: watchdog@01c20c90 {
264 compatible = "allwinner,sun4i-wdt";
265 reg = <0x01c20c90 0x10>;
268 sid: eeprom@01c23800 {
269 compatible = "allwinner,sun7i-a20-sid";
270 reg = <0x01c23800 0x200>;
273 uart0: serial@01c28000 {
274 compatible = "snps,dw-apb-uart";
275 reg = <0x01c28000 0x400>;
276 interrupts = <0 1 1>;
279 clocks = <&apb1_gates 16>;
283 uart1: serial@01c28400 {
284 compatible = "snps,dw-apb-uart";
285 reg = <0x01c28400 0x400>;
286 interrupts = <0 2 1>;
289 clocks = <&apb1_gates 17>;
293 uart2: serial@01c28800 {
294 compatible = "snps,dw-apb-uart";
295 reg = <0x01c28800 0x400>;
296 interrupts = <0 3 1>;
299 clocks = <&apb1_gates 18>;
303 uart3: serial@01c28c00 {
304 compatible = "snps,dw-apb-uart";
305 reg = <0x01c28c00 0x400>;
306 interrupts = <0 4 1>;
309 clocks = <&apb1_gates 19>;
313 uart4: serial@01c29000 {
314 compatible = "snps,dw-apb-uart";
315 reg = <0x01c29000 0x400>;
316 interrupts = <0 17 1>;
319 clocks = <&apb1_gates 20>;
323 uart5: serial@01c29400 {
324 compatible = "snps,dw-apb-uart";
325 reg = <0x01c29400 0x400>;
326 interrupts = <0 18 1>;
329 clocks = <&apb1_gates 21>;
333 uart6: serial@01c29800 {
334 compatible = "snps,dw-apb-uart";
335 reg = <0x01c29800 0x400>;
336 interrupts = <0 19 1>;
339 clocks = <&apb1_gates 22>;
343 uart7: serial@01c29c00 {
344 compatible = "snps,dw-apb-uart";
345 reg = <0x01c29c00 0x400>;
346 interrupts = <0 20 1>;
349 clocks = <&apb1_gates 23>;
354 compatible = "allwinner,sun4i-i2c";
355 reg = <0x01c2ac00 0x400>;
356 interrupts = <0 7 1>;
357 clocks = <&apb1_gates 0>;
358 clock-frequency = <100000>;
363 compatible = "allwinner,sun4i-i2c";
364 reg = <0x01c2b000 0x400>;
365 interrupts = <0 8 1>;
366 clocks = <&apb1_gates 1>;
367 clock-frequency = <100000>;
372 compatible = "allwinner,sun4i-i2c";
373 reg = <0x01c2b400 0x400>;
374 interrupts = <0 9 1>;
375 clocks = <&apb1_gates 2>;
376 clock-frequency = <100000>;
381 compatible = "allwinner,sun4i-i2c";
382 reg = <0x01c2b800 0x400>;
383 interrupts = <0 88 1>;
384 clocks = <&apb1_gates 3>;
385 clock-frequency = <100000>;
390 compatible = "allwinner,sun4i-i2c";
391 reg = <0x01c2bc00 0x400>;
392 interrupts = <0 89 1>;
393 clocks = <&apb1_gates 15>;
394 clock-frequency = <100000>;
398 gic: interrupt-controller@01c81000 {
399 compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
400 reg = <0x01c81000 0x1000>,
404 interrupt-controller;
405 #interrupt-cells = <3>;
406 interrupts = <1 9 0xf04>;