blob: 31ebfd721195b6517968e766825edafed3893257 [file] [log] [blame]
Maxime Ripardd4da2eb2012-11-14 20:17:04 +01001/*
2 * Copyright 2012 Maxime Ripard
3 *
4 * Maxime Ripard <maxime.ripard@free-electrons.com>
5 *
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:
9 *
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
12 */
13
Maxime Ripard69144e32013-03-13 20:07:37 +010014/include/ "skeleton.dtsi"
Maxime Ripardd4da2eb2012-11-14 20:17:04 +010015
16/ {
Maxime Ripard69144e32013-03-13 20:07:37 +010017 interrupt-parent = <&intc>;
18
19 cpus {
20 cpu@0 {
21 compatible = "arm,cortex-a8";
22 };
23 };
24
Maxime Ripardd4da2eb2012-11-14 20:17:04 +010025 memory {
26 reg = <0x40000000 0x20000000>;
27 };
Maxime Ripard9e2dcb22013-01-18 22:30:36 +010028
Maxime Ripard69144e32013-03-13 20:07:37 +010029 clocks {
30 #address-cells = <1>;
31 #size-cells = <1>;
32 ranges;
33
34 /*
35 * This is a dummy clock, to be used as placeholder on
36 * other mux clocks when a specific parent clock is not
37 * yet implemented. It should be dropped when the driver
38 * is complete.
39 */
40 dummy: dummy {
41 #clock-cells = <0>;
42 compatible = "fixed-clock";
43 clock-frequency = <0>;
44 };
45
Maxime Ripard69144e32013-03-13 20:07:37 +010046 osc24M: osc24M@01c20050 {
47 #clock-cells = <0>;
48 compatible = "allwinner,sun4i-osc-clk";
49 reg = <0x01c20050 0x4>;
Emilio López92fd6e02013-04-09 10:48:04 -030050 clock-frequency = <24000000>;
Maxime Ripard69144e32013-03-13 20:07:37 +010051 };
52
53 osc32k: osc32k {
54 #clock-cells = <0>;
55 compatible = "fixed-clock";
56 clock-frequency = <32768>;
57 };
58
59 pll1: pll1@01c20000 {
60 #clock-cells = <0>;
61 compatible = "allwinner,sun4i-pll1-clk";
62 reg = <0x01c20000 0x4>;
63 clocks = <&osc24M>;
64 };
65
66 /* dummy is 200M */
67 cpu: cpu@01c20054 {
68 #clock-cells = <0>;
69 compatible = "allwinner,sun4i-cpu-clk";
70 reg = <0x01c20054 0x4>;
71 clocks = <&osc32k>, <&osc24M>, <&pll1>, <&dummy>;
72 };
73
74 axi: axi@01c20054 {
75 #clock-cells = <0>;
76 compatible = "allwinner,sun4i-axi-clk";
77 reg = <0x01c20054 0x4>;
78 clocks = <&cpu>;
79 };
80
81 axi_gates: axi_gates@01c2005c {
82 #clock-cells = <1>;
83 compatible = "allwinner,sun4i-axi-gates-clk";
84 reg = <0x01c2005c 0x4>;
85 clocks = <&axi>;
86 clock-output-names = "axi_dram";
87 };
88
89 ahb: ahb@01c20054 {
90 #clock-cells = <0>;
91 compatible = "allwinner,sun4i-ahb-clk";
92 reg = <0x01c20054 0x4>;
93 clocks = <&axi>;
94 };
95
96 ahb_gates: ahb_gates@01c20060 {
97 #clock-cells = <1>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +020098 compatible = "allwinner,sun5i-a13-ahb-gates-clk";
Maxime Ripard69144e32013-03-13 20:07:37 +010099 reg = <0x01c20060 0x8>;
100 clocks = <&ahb>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200101 clock-output-names = "ahb_usbotg", "ahb_ehci", "ahb_ohci",
102 "ahb_ss", "ahb_dma", "ahb_bist", "ahb_mmc0",
103 "ahb_mmc1", "ahb_mmc2", "ahb_nand", "ahb_sdram",
104 "ahb_spi0", "ahb_spi1", "ahb_spi2", "ahb_stimer",
105 "ahb_ve", "ahb_lcd", "ahb_csi", "ahb_de_be",
106 "ahb_de_fe", "ahb_iep", "ahb_mali400";
Maxime Ripard69144e32013-03-13 20:07:37 +0100107 };
108
109 apb0: apb0@01c20054 {
110 #clock-cells = <0>;
111 compatible = "allwinner,sun4i-apb0-clk";
112 reg = <0x01c20054 0x4>;
113 clocks = <&ahb>;
114 };
115
116 apb0_gates: apb0_gates@01c20068 {
117 #clock-cells = <1>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200118 compatible = "allwinner,sun5i-a13-apb0-gates-clk";
Maxime Ripard69144e32013-03-13 20:07:37 +0100119 reg = <0x01c20068 0x4>;
120 clocks = <&apb0>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200121 clock-output-names = "apb0_codec", "apb0_pio", "apb0_ir";
Maxime Ripard69144e32013-03-13 20:07:37 +0100122 };
123
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200124 /* dummy is pll6 */
Maxime Ripard69144e32013-03-13 20:07:37 +0100125 apb1_mux: apb1_mux@01c20058 {
126 #clock-cells = <0>;
127 compatible = "allwinner,sun4i-apb1-mux-clk";
128 reg = <0x01c20058 0x4>;
129 clocks = <&osc24M>, <&dummy>, <&osc32k>;
130 };
131
132 apb1: apb1@01c20058 {
133 #clock-cells = <0>;
134 compatible = "allwinner,sun4i-apb1-clk";
135 reg = <0x01c20058 0x4>;
136 clocks = <&apb1_mux>;
137 };
138
139 apb1_gates: apb1_gates@01c2006c {
140 #clock-cells = <1>;
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200141 compatible = "allwinner,sun5i-a13-apb1-gates-clk";
Maxime Ripard69144e32013-03-13 20:07:37 +0100142 reg = <0x01c2006c 0x4>;
143 clocks = <&apb1>;
144 clock-output-names = "apb1_i2c0", "apb1_i2c1",
Maxime Ripard70be4ee62013-04-19 22:14:41 +0200145 "apb1_i2c2", "apb1_uart1", "apb1_uart3";
Maxime Ripard69144e32013-03-13 20:07:37 +0100146 };
147 };
148
149 soc@01c20000 {
150 compatible = "simple-bus";
151 #address-cells = <1>;
152 #size-cells = <1>;
153 reg = <0x01c20000 0x300000>;
154 ranges;
155
156 intc: interrupt-controller@01c20400 {
Maxime Ripard6def1262013-03-24 19:20:52 +0100157 compatible = "allwinner,sun4i-ic";
Maxime Ripard69144e32013-03-13 20:07:37 +0100158 reg = <0x01c20400 0x400>;
159 interrupt-controller;
160 #interrupt-cells = <1>;
161 };
162
Maxime Riparde10911e2013-01-27 19:26:05 +0100163 pio: pinctrl@01c20800 {
Maxime Ripard9e2dcb22013-01-18 22:30:36 +0100164 compatible = "allwinner,sun5i-a13-pinctrl";
165 reg = <0x01c20800 0x400>;
Maxime Ripard39138bc2013-04-06 15:00:48 +0200166 interrupts = <28>;
Emilio López36386d62013-03-27 18:20:41 -0300167 clocks = <&apb0_gates 5>;
Maxime Riparde10911e2013-01-27 19:26:05 +0100168 gpio-controller;
Maxime Ripard39138bc2013-04-06 15:00:48 +0200169 interrupt-controller;
Maxime Ripard9e2dcb22013-01-18 22:30:36 +0100170 #address-cells = <1>;
171 #size-cells = <0>;
Maxime Riparde10911e2013-01-27 19:26:05 +0100172 #gpio-cells = <3>;
Maxime Ripard4348cc62013-01-18 22:30:37 +0100173
174 uart1_pins_a: uart1@0 {
175 allwinner,pins = "PE10", "PE11";
176 allwinner,function = "uart1";
177 allwinner,drive = <0>;
178 allwinner,pull = <0>;
179 };
180
181 uart1_pins_b: uart1@1 {
182 allwinner,pins = "PG3", "PG4";
183 allwinner,function = "uart1";
184 allwinner,drive = <0>;
185 allwinner,pull = <0>;
186 };
Maxime Ripard9e2dcb22013-01-18 22:30:36 +0100187 };
Maxime Ripard69144e32013-03-13 20:07:37 +0100188
189 timer@01c20c00 {
Maxime Ripardb6e1a532013-03-24 19:00:17 +0100190 compatible = "allwinner,sun4i-timer";
Maxime Ripard69144e32013-03-13 20:07:37 +0100191 reg = <0x01c20c00 0x90>;
192 interrupts = <22>;
193 clocks = <&osc24M>;
194 };
195
196 wdt: watchdog@01c20c90 {
Maxime Ripard0b19b7c2013-03-24 19:32:34 +0100197 compatible = "allwinner,sun4i-wdt";
Maxime Ripard69144e32013-03-13 20:07:37 +0100198 reg = <0x01c20c90 0x10>;
199 };
200
201 uart1: serial@01c28400 {
202 compatible = "snps,dw-apb-uart";
203 reg = <0x01c28400 0x400>;
204 interrupts = <2>;
205 reg-shift = <2>;
206 reg-io-width = <4>;
207 clocks = <&apb1_gates 17>;
208 status = "disabled";
209 };
210
211 uart3: serial@01c28c00 {
212 compatible = "snps,dw-apb-uart";
213 reg = <0x01c28c00 0x400>;
214 interrupts = <4>;
215 reg-shift = <2>;
216 reg-io-width = <4>;
217 clocks = <&apb1_gates 19>;
218 status = "disabled";
219 };
Maxime Ripardf1741fd2013-03-10 13:34:36 +0100220
221 i2c0: i2c@01c2ac00 {
222 compatible = "allwinner,sun4i-i2c";
223 reg = <0x01c2ac00 0x400>;
224 interrupts = <7>;
225 clocks = <&apb1_gates 0>;
226 clock-frequency = <100000>;
227 status = "disabled";
228 };
229
230 i2c1: i2c@01c2b000 {
231 compatible = "allwinner,sun4i-i2c";
232 reg = <0x01c2b000 0x400>;
233 interrupts = <8>;
234 clocks = <&apb1_gates 1>;
235 clock-frequency = <100000>;
236 status = "disabled";
237 };
238
239 i2c2: i2c@01c2b400 {
240 compatible = "allwinner,sun4i-i2c";
241 reg = <0x01c2b400 0x400>;
242 interrupts = <9>;
243 clocks = <&apb1_gates 2>;
244 clock-frequency = <100000>;
245 status = "disabled";
246 };
Maxime Ripard9e2dcb22013-01-18 22:30:36 +0100247 };
Maxime Ripardd4da2eb2012-11-14 20:17:04 +0100248};