Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / sun5i-a10s-olinuxino-micro.dts
1 /*
2  * Copyright 2013 Maxime Ripard
3  *
4  * Maxime Ripard <maxime.ripard@free-electrons.com>
5  *
6  * 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.
10  *
11  *  a) This file 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 file 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  *
21  * 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.
43  */
44
45 /dts-v1/;
46 #include "sun5i-a10s.dtsi"
47 #include "sunxi-common-regulators.dtsi"
48
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/input/input.h>
51
52 / {
53         model = "Olimex A10s-Olinuxino Micro";
54         compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s";
55
56         aliases {
57                 serial0 = &uart0;
58                 serial1 = &uart2;
59                 serial2 = &uart3;
60         };
61
62         chosen {
63                 stdout-path = "serial0:115200n8";
64         };
65
66         leds {
67                 compatible = "gpio-leds";
68                 pinctrl-names = "default";
69                 pinctrl-0 = <&led_pins_olinuxino>;
70
71                 green {
72                         label = "a10s-olinuxino-micro:green:usr";
73                         gpios = <&pio 4 3 GPIO_ACTIVE_HIGH>;
74                         default-state = "on";
75                 };
76         };
77 };
78
79 &ehci0 {
80         status = "okay";
81 };
82
83 &emac {
84         pinctrl-names = "default";
85         pinctrl-0 = <&emac_pins_b>;
86         phy = <&phy1>;
87         status = "okay";
88 };
89
90 &emac_sram {
91         status = "okay";
92 };
93
94 &i2c0 {
95         pinctrl-names = "default";
96         pinctrl-0 = <&i2c0_pins_a>;
97         status = "okay";
98
99         axp152: pmic@30 {
100                 reg = <0x30>;
101                 interrupts = <0>;
102         };
103 };
104
105 #include "axp152.dtsi"
106
107 &i2c1 {
108         pinctrl-names = "default";
109         pinctrl-0 = <&i2c1_pins_a>;
110         status = "okay";
111
112         at24@50 {
113                 compatible = "atmel,24c16";
114                 pagesize = <16>;
115                 reg = <0x50>;
116                 read-only;
117         };
118 };
119
120 &i2c2 {
121         pinctrl-names = "default";
122         pinctrl-0 = <&i2c2_pins_a>;
123         status = "okay";
124 };
125
126 &lradc {
127         vref-supply = <&reg_vcc3v0>;
128         status = "okay";
129
130         button@191 {
131                 label = "Volume Up";
132                 linux,code = <KEY_VOLUMEUP>;
133                 channel = <0>;
134                 voltage = <191274>;
135         };
136
137         button@392 {
138                 label = "Volume Down";
139                 linux,code = <KEY_VOLUMEDOWN>;
140                 channel = <0>;
141                 voltage = <392644>;
142         };
143
144         button@601 {
145                 label = "Menu";
146                 linux,code = <KEY_MENU>;
147                 channel = <0>;
148                 voltage = <601151>;
149         };
150
151         button@795 {
152                 label = "Enter";
153                 linux,code = <KEY_ENTER>;
154                 channel = <0>;
155                 voltage = <795090>;
156         };
157
158         button@987 {
159                 label = "Home";
160                 linux,code = <KEY_HOMEPAGE>;
161                 channel = <0>;
162                 voltage = <987387>;
163         };
164 };
165
166 &mdio {
167         status = "okay";
168
169         phy1: ethernet-phy@1 {
170                 reg = <1>;
171         };
172 };
173
174 &mmc0 {
175         pinctrl-names = "default";
176         pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_olinuxino_micro>;
177         vmmc-supply = <&reg_vcc3v3>;
178         bus-width = <4>;
179         cd-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
180         cd-inverted;
181         status = "okay";
182 };
183
184 &mmc1 {
185         pinctrl-names = "default";
186         pinctrl-0 = <&mmc1_pins_a>, <&mmc1_cd_pin_olinuxino_micro>;
187         vmmc-supply = <&reg_vcc3v3>;
188         bus-width = <4>;
189         cd-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */
190         cd-inverted;
191         status = "okay";
192 };
193
194 &ohci0 {
195         status = "okay";
196 };
197
198 &otg_sram {
199         status = "okay";
200 };
201
202 &pio {
203         mmc0_cd_pin_olinuxino_micro: mmc0_cd_pin@0 {
204                 pins = "PG1";
205                 function = "gpio_in";
206                 bias-pull-up;
207         };
208
209         mmc1_cd_pin_olinuxino_micro: mmc1_cd_pin@0 {
210                 pins = "PG13";
211                 function = "gpio_in";
212                 bias-pull-up;
213         };
214
215         led_pins_olinuxino: led_pins@0 {
216                 pins = "PE3";
217                 function = "gpio_out";
218                 drive-strength = <20>;
219         };
220
221         usb1_vbus_pin_olinuxino_m: usb1_vbus_pin@0 {
222                 pins = "PB10";
223                 function = "gpio_out";
224         };
225
226         usb0_id_detect_pin: usb0_id_detect_pin@0 {
227                 pins = "PG12";
228                 function = "gpio_in";
229                 bias-pull-up;
230         };
231 };
232
233 &reg_usb0_vbus {
234         gpio = <&pio 6 11 GPIO_ACTIVE_HIGH>; /* PG11 */
235         status = "okay";
236 };
237
238 &reg_usb1_vbus {
239         pinctrl-0 = <&usb1_vbus_pin_olinuxino_m>;
240         gpio = <&pio 1 10 GPIO_ACTIVE_HIGH>;
241         status = "okay";
242 };
243
244 &spi2 {
245         pinctrl-names = "default";
246         pinctrl-0 = <&spi2_pins_b>,
247                     <&spi2_cs0_pins_b>;
248         status = "okay";
249 };
250
251 &uart0 {
252         pinctrl-names = "default";
253         pinctrl-0 = <&uart0_pins_a>;
254         status = "okay";
255 };
256
257 &uart2 {
258         pinctrl-names = "default";
259         pinctrl-0 = <&uart2_pins_b>;
260         status = "okay";
261 };
262
263 &uart3 {
264         pinctrl-names = "default";
265         pinctrl-0 = <&uart3_pins_a>;
266         status = "okay";
267 };
268
269 &usb_otg {
270         dr_mode = "otg";
271         status = "okay";
272 };
273
274 &usb0_vbus_pin_a {
275         pins = "PG11";
276 };
277
278 &usbphy {
279         pinctrl-names = "default";
280         pinctrl-0 = <&usb0_id_detect_pin>;
281         usb0_id_det-gpio = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */
282         usb0_vbus-supply = <&reg_usb0_vbus>;
283         usb1_vbus-supply = <&reg_usb1_vbus>;
284         status = "okay";
285 };