drivers/net: caif: fix wrong rtnl_is_locked() usage
[cascardo/linux.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                 emac: ethernet@01c0b000 {
167                         compatible = "allwinner,sun4i-emac";
168                         reg = <0x01c0b000 0x1000>;
169                         interrupts = <55>;
170                         clocks = <&ahb_gates 17>;
171                         status = "disabled";
172                 };
173
174                 mdio@01c0b080 {
175                         compatible = "allwinner,sun4i-mdio";
176                         reg = <0x01c0b080 0x14>;
177                         status = "disabled";
178                         #address-cells = <1>;
179                         #size-cells = <0>;
180                 };
181
182                 intc: interrupt-controller@01c20400 {
183                         compatible = "allwinner,sun4i-ic";
184                         reg = <0x01c20400 0x400>;
185                         interrupt-controller;
186                         #interrupt-cells = <1>;
187                 };
188
189                 pio: pinctrl@01c20800 {
190                         compatible = "allwinner,sun4i-a10-pinctrl";
191                         reg = <0x01c20800 0x400>;
192                         clocks = <&apb0_gates 5>;
193                         gpio-controller;
194                         #address-cells = <1>;
195                         #size-cells = <0>;
196                         #gpio-cells = <3>;
197
198                         uart0_pins_a: uart0@0 {
199                                 allwinner,pins = "PB22", "PB23";
200                                 allwinner,function = "uart0";
201                                 allwinner,drive = <0>;
202                                 allwinner,pull = <0>;
203                         };
204
205                         uart0_pins_b: uart0@1 {
206                                 allwinner,pins = "PF2", "PF4";
207                                 allwinner,function = "uart0";
208                                 allwinner,drive = <0>;
209                                 allwinner,pull = <0>;
210                         };
211
212                         uart1_pins_a: uart1@0 {
213                                 allwinner,pins = "PA10", "PA11";
214                                 allwinner,function = "uart1";
215                                 allwinner,drive = <0>;
216                                 allwinner,pull = <0>;
217                         };
218
219                         emac_pins_a: emac0@0 {
220                                 allwinner,pins = "PA0", "PA1", "PA2",
221                                                 "PA3", "PA4", "PA5", "PA6",
222                                                 "PA7", "PA8", "PA9", "PA10",
223                                                 "PA11", "PA12", "PA13", "PA14",
224                                                 "PA15", "PA16";
225                                 allwinner,function = "emac";
226                                 allwinner,drive = <0>;
227                                 allwinner,pull = <0>;
228                         };
229                 };
230
231                 timer@01c20c00 {
232                         compatible = "allwinner,sun4i-timer";
233                         reg = <0x01c20c00 0x90>;
234                         interrupts = <22>;
235                         clocks = <&osc24M>;
236                 };
237
238                 wdt: watchdog@01c20c90 {
239                         compatible = "allwinner,sun4i-wdt";
240                         reg = <0x01c20c90 0x10>;
241                 };
242
243                 uart0: serial@01c28000 {
244                         compatible = "snps,dw-apb-uart";
245                         reg = <0x01c28000 0x400>;
246                         interrupts = <1>;
247                         reg-shift = <2>;
248                         reg-io-width = <4>;
249                         clocks = <&apb1_gates 16>;
250                         status = "disabled";
251                 };
252
253                 uart1: serial@01c28400 {
254                         compatible = "snps,dw-apb-uart";
255                         reg = <0x01c28400 0x400>;
256                         interrupts = <2>;
257                         reg-shift = <2>;
258                         reg-io-width = <4>;
259                         clocks = <&apb1_gates 17>;
260                         status = "disabled";
261                 };
262
263                 uart2: serial@01c28800 {
264                         compatible = "snps,dw-apb-uart";
265                         reg = <0x01c28800 0x400>;
266                         interrupts = <3>;
267                         reg-shift = <2>;
268                         reg-io-width = <4>;
269                         clocks = <&apb1_gates 18>;
270                         status = "disabled";
271                 };
272
273                 uart3: serial@01c28c00 {
274                         compatible = "snps,dw-apb-uart";
275                         reg = <0x01c28c00 0x400>;
276                         interrupts = <4>;
277                         reg-shift = <2>;
278                         reg-io-width = <4>;
279                         clocks = <&apb1_gates 19>;
280                         status = "disabled";
281                 };
282
283                 uart4: serial@01c29000 {
284                         compatible = "snps,dw-apb-uart";
285                         reg = <0x01c29000 0x400>;
286                         interrupts = <17>;
287                         reg-shift = <2>;
288                         reg-io-width = <4>;
289                         clocks = <&apb1_gates 20>;
290                         status = "disabled";
291                 };
292
293                 uart5: serial@01c29400 {
294                         compatible = "snps,dw-apb-uart";
295                         reg = <0x01c29400 0x400>;
296                         interrupts = <18>;
297                         reg-shift = <2>;
298                         reg-io-width = <4>;
299                         clocks = <&apb1_gates 21>;
300                         status = "disabled";
301                 };
302
303                 uart6: serial@01c29800 {
304                         compatible = "snps,dw-apb-uart";
305                         reg = <0x01c29800 0x400>;
306                         interrupts = <19>;
307                         reg-shift = <2>;
308                         reg-io-width = <4>;
309                         clocks = <&apb1_gates 22>;
310                         status = "disabled";
311                 };
312
313                 uart7: serial@01c29c00 {
314                         compatible = "snps,dw-apb-uart";
315                         reg = <0x01c29c00 0x400>;
316                         interrupts = <20>;
317                         reg-shift = <2>;
318                         reg-io-width = <4>;
319                         clocks = <&apb1_gates 23>;
320                         status = "disabled";
321                 };
322         };
323 };