ff1f41fc6eba0164c4f6b20e0513422e5d14e173
[pandora-kernel.git] / arch / arm / boot / dts / sun4i-a10.dtsi
1 /*
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
13 /include/ "skeleton.dtsi"
14
15 / {
16         interrupt-parent = <&intc>;
17
18         cpus {
19                 cpu@0 {
20                         compatible = "arm,cortex-a8";
21                 };
22         };
23
24         memory {
25                 reg = <0x40000000 0x80000000>;
26         };
27
28         clocks {
29                 #address-cells = <1>;
30                 #size-cells = <1>;
31                 ranges;
32
33                 /*
34                  * This is a dummy clock, to be used as placeholder on
35                  * other mux clocks when a specific parent clock is not
36                  * yet implemented. It should be dropped when the driver
37                  * is complete.
38                  */
39                 dummy: dummy {
40                         #clock-cells = <0>;
41                         compatible = "fixed-clock";
42                         clock-frequency = <0>;
43                 };
44
45                 osc24M: osc24M@01c20050 {
46                         #clock-cells = <0>;
47                         compatible = "allwinner,sun4i-osc-clk";
48                         reg = <0x01c20050 0x4>;
49                         clock-frequency = <24000000>;
50                 };
51
52                 osc32k: osc32k {
53                         #clock-cells = <0>;
54                         compatible = "fixed-clock";
55                         clock-frequency = <32768>;
56                 };
57
58                 pll1: pll1@01c20000 {
59                         #clock-cells = <0>;
60                         compatible = "allwinner,sun4i-pll1-clk";
61                         reg = <0x01c20000 0x4>;
62                         clocks = <&osc24M>;
63                 };
64
65                 /* dummy is 200M */
66                 cpu: cpu@01c20054 {
67                         #clock-cells = <0>;
68                         compatible = "allwinner,sun4i-cpu-clk";
69                         reg = <0x01c20054 0x4>;
70                         clocks = <&osc32k>, <&osc24M>, <&pll1>, <&dummy>;
71                 };
72
73                 axi: axi@01c20054 {
74                         #clock-cells = <0>;
75                         compatible = "allwinner,sun4i-axi-clk";
76                         reg = <0x01c20054 0x4>;
77                         clocks = <&cpu>;
78                 };
79
80                 axi_gates: axi_gates@01c2005c {
81                         #clock-cells = <1>;
82                         compatible = "allwinner,sun4i-axi-gates-clk";
83                         reg = <0x01c2005c 0x4>;
84                         clocks = <&axi>;
85                         clock-output-names = "axi_dram";
86                 };
87
88                 ahb: ahb@01c20054 {
89                         #clock-cells = <0>;
90                         compatible = "allwinner,sun4i-ahb-clk";
91                         reg = <0x01c20054 0x4>;
92                         clocks = <&axi>;
93                 };
94
95                 ahb_gates: ahb_gates@01c20060 {
96                         #clock-cells = <1>;
97                         compatible = "allwinner,sun4i-ahb-gates-clk";
98                         reg = <0x01c20060 0x8>;
99                         clocks = <&ahb>;
100                         clock-output-names = "ahb_usb0", "ahb_ehci0",
101                                 "ahb_ohci0", "ahb_ehci1", "ahb_ohci1", "ahb_ss",
102                                 "ahb_dma", "ahb_bist", "ahb_mmc0", "ahb_mmc1",
103                                 "ahb_mmc2", "ahb_mmc3", "ahb_ms", "ahb_nand",
104                                 "ahb_sdram", "ahb_ace", "ahb_emac", "ahb_ts",
105                                 "ahb_spi0", "ahb_spi1", "ahb_spi2", "ahb_spi3",
106                                 "ahb_pata", "ahb_sata", "ahb_gps", "ahb_ve",
107                                 "ahb_tvd", "ahb_tve0", "ahb_tve1", "ahb_lcd0",
108                                 "ahb_lcd1", "ahb_csi0", "ahb_csi1", "ahb_hdmi",
109                                 "ahb_de_be0", "ahb_de_be1", "ahb_de_fe0",
110                                 "ahb_de_fe1", "ahb_mp", "ahb_mali400";
111                 };
112
113                 apb0: apb0@01c20054 {
114                         #clock-cells = <0>;
115                         compatible = "allwinner,sun4i-apb0-clk";
116                         reg = <0x01c20054 0x4>;
117                         clocks = <&ahb>;
118                 };
119
120                 apb0_gates: apb0_gates@01c20068 {
121                         #clock-cells = <1>;
122                         compatible = "allwinner,sun4i-apb0-gates-clk";
123                         reg = <0x01c20068 0x4>;
124                         clocks = <&apb0>;
125                         clock-output-names = "apb0_codec", "apb0_spdif",
126                                 "apb0_ac97", "apb0_iis", "apb0_pio", "apb0_ir0",
127                                 "apb0_ir1", "apb0_keypad";
128                 };
129
130                 /* dummy is pll62 */
131                 apb1_mux: apb1_mux@01c20058 {
132                         #clock-cells = <0>;
133                         compatible = "allwinner,sun4i-apb1-mux-clk";
134                         reg = <0x01c20058 0x4>;
135                         clocks = <&osc24M>, <&dummy>, <&osc32k>;
136                 };
137
138                 apb1: apb1@01c20058 {
139                         #clock-cells = <0>;
140                         compatible = "allwinner,sun4i-apb1-clk";
141                         reg = <0x01c20058 0x4>;
142                         clocks = <&apb1_mux>;
143                 };
144
145                 apb1_gates: apb1_gates@01c2006c {
146                         #clock-cells = <1>;
147                         compatible = "allwinner,sun4i-apb1-gates-clk";
148                         reg = <0x01c2006c 0x4>;
149                         clocks = <&apb1>;
150                         clock-output-names = "apb1_i2c0", "apb1_i2c1",
151                                 "apb1_i2c2", "apb1_can", "apb1_scr",
152                                 "apb1_ps20", "apb1_ps21", "apb1_uart0",
153                                 "apb1_uart1", "apb1_uart2", "apb1_uart3",
154                                 "apb1_uart4", "apb1_uart5", "apb1_uart6",
155                                 "apb1_uart7";
156                 };
157         };
158
159         soc@01c20000 {
160                 compatible = "simple-bus";
161                 #address-cells = <1>;
162                 #size-cells = <1>;
163                 reg = <0x01c20000 0x300000>;
164                 ranges;
165
166                 intc: interrupt-controller@01c20400 {
167                         compatible = "allwinner,sun4i-ic";
168                         reg = <0x01c20400 0x400>;
169                         interrupt-controller;
170                         #interrupt-cells = <1>;
171                 };
172
173                 pio: pinctrl@01c20800 {
174                         compatible = "allwinner,sun4i-a10-pinctrl";
175                         reg = <0x01c20800 0x400>;
176                         clocks = <&apb0_gates 5>;
177                         gpio-controller;
178                         #address-cells = <1>;
179                         #size-cells = <0>;
180                         #gpio-cells = <3>;
181
182                         uart0_pins_a: uart0@0 {
183                                 allwinner,pins = "PB22", "PB23";
184                                 allwinner,function = "uart0";
185                                 allwinner,drive = <0>;
186                                 allwinner,pull = <0>;
187                         };
188
189                         uart0_pins_b: uart0@1 {
190                                 allwinner,pins = "PF2", "PF4";
191                                 allwinner,function = "uart0";
192                                 allwinner,drive = <0>;
193                                 allwinner,pull = <0>;
194                         };
195
196                         uart1_pins_a: uart1@0 {
197                                 allwinner,pins = "PA10", "PA11";
198                                 allwinner,function = "uart1";
199                                 allwinner,drive = <0>;
200                                 allwinner,pull = <0>;
201                         };
202
203                         emac_pins_a: emac0@0 {
204                                 allwinner,pins = "PA0", "PA1", "PA2",
205                                                 "PA3", "PA4", "PA5", "PA6",
206                                                 "PA7", "PA8", "PA9", "PA10",
207                                                 "PA11", "PA12", "PA13", "PA14",
208                                                 "PA15", "PA16";
209                                 allwinner,function = "emac";
210                                 allwinner,drive = <0>;
211                                 allwinner,pull = <0>;
212                         };
213                 };
214
215                 timer@01c20c00 {
216                         compatible = "allwinner,sun4i-timer";
217                         reg = <0x01c20c00 0x90>;
218                         interrupts = <22>;
219                         clocks = <&osc24M>;
220                 };
221
222                 wdt: watchdog@01c20c90 {
223                         compatible = "allwinner,sun4i-wdt";
224                         reg = <0x01c20c90 0x10>;
225                 };
226
227                 uart0: serial@01c28000 {
228                         compatible = "snps,dw-apb-uart";
229                         reg = <0x01c28000 0x400>;
230                         interrupts = <1>;
231                         reg-shift = <2>;
232                         reg-io-width = <4>;
233                         clocks = <&apb1_gates 16>;
234                         status = "disabled";
235                 };
236
237                 uart1: serial@01c28400 {
238                         compatible = "snps,dw-apb-uart";
239                         reg = <0x01c28400 0x400>;
240                         interrupts = <2>;
241                         reg-shift = <2>;
242                         reg-io-width = <4>;
243                         clocks = <&apb1_gates 17>;
244                         status = "disabled";
245                 };
246
247                 uart2: serial@01c28800 {
248                         compatible = "snps,dw-apb-uart";
249                         reg = <0x01c28800 0x400>;
250                         interrupts = <3>;
251                         reg-shift = <2>;
252                         reg-io-width = <4>;
253                         clocks = <&apb1_gates 18>;
254                         status = "disabled";
255                 };
256
257                 uart3: serial@01c28c00 {
258                         compatible = "snps,dw-apb-uart";
259                         reg = <0x01c28c00 0x400>;
260                         interrupts = <4>;
261                         reg-shift = <2>;
262                         reg-io-width = <4>;
263                         clocks = <&apb1_gates 19>;
264                         status = "disabled";
265                 };
266
267                 uart4: serial@01c29000 {
268                         compatible = "snps,dw-apb-uart";
269                         reg = <0x01c29000 0x400>;
270                         interrupts = <17>;
271                         reg-shift = <2>;
272                         reg-io-width = <4>;
273                         clocks = <&apb1_gates 20>;
274                         status = "disabled";
275                 };
276
277                 uart5: serial@01c29400 {
278                         compatible = "snps,dw-apb-uart";
279                         reg = <0x01c29400 0x400>;
280                         interrupts = <18>;
281                         reg-shift = <2>;
282                         reg-io-width = <4>;
283                         clocks = <&apb1_gates 21>;
284                         status = "disabled";
285                 };
286
287                 uart6: serial@01c29800 {
288                         compatible = "snps,dw-apb-uart";
289                         reg = <0x01c29800 0x400>;
290                         interrupts = <19>;
291                         reg-shift = <2>;
292                         reg-io-width = <4>;
293                         clocks = <&apb1_gates 22>;
294                         status = "disabled";
295                 };
296
297                 uart7: serial@01c29c00 {
298                         compatible = "snps,dw-apb-uart";
299                         reg = <0x01c29c00 0x400>;
300                         interrupts = <20>;
301                         reg-shift = <2>;
302                         reg-io-width = <4>;
303                         clocks = <&apb1_gates 23>;
304                         status = "disabled";
305                 };
306         };
307 };