Merge remote-tracking branch 'md/for-next'
[deliverable/linux.git] / arch / arm / boot / dts / sun9i-a80-optimus.dts
CommitLineData
f49a430c
CYT
1/*
2 * Copyright 2014 Chen-Yu Tsai
3 *
4 * Chen-Yu Tsai <wens@csie.org>
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 *
136d18a8 11 * a) This file is free software; you can redistribute it and/or
f49a430c
CYT
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 *
136d18a8 16 * This file is distributed in the hope that it will be useful,
f49a430c
CYT
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 *
f49a430c
CYT
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/;
71455701 46#include "sun9i-a80.dtsi"
f49a430c 47
bca12924 48#include <dt-bindings/gpio/gpio.h>
092a0c3b 49#include <dt-bindings/pinctrl/sun4i-a10.h>
f49a430c
CYT
50
51/ {
52 model = "Merrii A80 Optimus Board";
53 compatible = "merrii,a80-optimus", "allwinner,sun9i-a80";
54
117a2cc3
MR
55 aliases {
56 serial0 = &uart0;
57 serial1 = &uart4;
58 };
59
f49a430c 60 chosen {
59ebbe88 61 stdout-path = "serial0:115200n8";
f49a430c
CYT
62 };
63
0cc45399
CYT
64 leds {
65 compatible = "gpio-leds";
66 pinctrl-names = "default";
d2118f06 67 pinctrl-0 = <&led_pins_optimus>, <&led_r_pins_optimus>;
0cc45399
CYT
68
69 /* The LED names match those found on the board */
70
71 led2 {
72 label = "optimus:led2:usr";
bca12924 73 gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>;
0cc45399
CYT
74 };
75
d2118f06
CYT
76 led3 {
77 label = "optimus:led3:usr";
78 gpios = <&r_pio 1 15 GPIO_ACTIVE_HIGH>; /* PM15 */
79 };
0cc45399
CYT
80
81 led4 {
82 label = "optimus:led4:usr";
bca12924 83 gpios = <&pio 7 0 GPIO_ACTIVE_HIGH>;
0cc45399
CYT
84 };
85 };
fa86885b 86
5f4d0ebe
CYT
87 reg_usb1_vbus: usb1-vbus {
88 compatible = "regulator-fixed";
89 pinctrl-names = "default";
90 pinctrl-0 = <&usb1_vbus_pin_optimus>;
91 regulator-name = "usb1-vbus";
92 regulator-min-microvolt = <5000000>;
93 regulator-max-microvolt = <5000000>;
94 enable-active-high;
95 gpio = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */
96 };
97
fa86885b
CYT
98 reg_usb3_vbus: usb3-vbus {
99 compatible = "regulator-fixed";
100 pinctrl-names = "default";
101 pinctrl-0 = <&usb3_vbus_pin_optimus>;
102 regulator-name = "usb3-vbus";
103 regulator-min-microvolt = <5000000>;
104 regulator-max-microvolt = <5000000>;
105 enable-active-high;
106 gpio = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
107 };
108};
109
110&ehci0 {
111 status = "okay";
112};
113
114&ehci1 {
115 status = "okay";
116};
117
118&ehci2 {
119 status = "okay";
f49a430c 120};
10eb98b1 121
659757c2
CYT
122&mmc0 {
123 pinctrl-names = "default";
124 pinctrl-0 = <&mmc0_pins>, <&mmc0_cd_pin_optimus>;
125 vmmc-supply = <&reg_dcdc1>;
126 bus-width = <4>;
127 cd-gpios = <&pio 7 18 GPIO_ACTIVE_HIGH>; /* PH8 */
128 cd-inverted;
129 status = "okay";
130};
131
132&mmc2 {
133 pinctrl-names = "default";
134 pinctrl-0 = <&mmc2_8bit_pins>;
135 vmmc-supply = <&reg_dcdc1>;
136 bus-width = <8>;
137 non-removable;
138 cap-mmc-hw-reset;
139 status = "okay";
140};
141
142&mmc2_8bit_pins {
143 /* Increase drive strength for DDR modes */
144 allwinner,drive = <SUN4I_PINCTRL_40_MA>;
145};
146
fa86885b
CYT
147&ohci0 {
148 status = "okay";
149};
150
151&ohci2 {
152 status = "okay";
153};
154
16266987
CYT
155&osc32k {
156 /* osc32k input is from AC100 */
157 clocks = <&ac100_rtc 0>;
158};
159
10eb98b1
CYT
160&pio {
161 led_pins_optimus: led-pins@0 {
162 allwinner,pins = "PH0", "PH1";
163 allwinner,function = "gpio_out";
164 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
165 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
166 };
9e320feb
CYT
167
168 mmc0_cd_pin_optimus: mmc0_cd_pin@0 {
169 allwinner,pins = "PH18";
170 allwinner,function = "gpio_in";
171 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
172 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
173 };
fa86885b
CYT
174
175 usb1_vbus_pin_optimus: usb1_vbus_pin@1 {
176 allwinner,pins = "PH4";
177 allwinner,function = "gpio_out";
178 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
179 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
180 };
181
182 usb3_vbus_pin_optimus: usb3_vbus_pin@1 {
183 allwinner,pins = "PH5";
184 allwinner,function = "gpio_out";
185 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
186 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
187 };
9e320feb
CYT
188};
189
969c9687
CYT
190&r_ir {
191 status = "okay";
192};
193
d2118f06
CYT
194&r_pio {
195 led_r_pins_optimus: led-pins@1 {
196 allwinner,pins = "PM15";
197 allwinner,function = "gpio_out";
198 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
199 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
200 };
201};
202
a87b5ba9
CYT
203&r_rsb {
204 status = "okay";
aa4a27bc
CYT
205
206 axp809: pmic@3a3 {
207 reg = <0x3a3>;
208 interrupt-parent = <&nmi_intc>;
209 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
210
211 regulators {
212 reg_aldo1: aldo1 {
213 /*
214 * TODO: This should be handled by the
215 * USB PHY driver.
216 */
217 regulator-always-on;
218 regulator-min-microvolt = <3000000>;
219 regulator-max-microvolt = <3000000>;
220 regulator-name = "vcc33-usbh";
221 };
222
223 reg_aldo2: aldo2 {
224 regulator-min-microvolt = <1800000>;
225 regulator-max-microvolt = <1800000>;
226 regulator-name = "vcc-pb-io-cam";
227 };
228
229 aldo3 {
230 /* unused */
231 };
232
233 reg_dc5ldo: dc5ldo {
234 regulator-always-on;
235 regulator-min-microvolt = <800000>;
236 regulator-max-microvolt = <1100000>;
237 regulator-name = "vdd-cpus-09-usbh";
238 };
239
240 reg_dcdc1: dcdc1 {
241 regulator-always-on;
242 regulator-min-microvolt = <3000000>;
243 regulator-max-microvolt = <3000000>;
244 regulator-name = "vcc-3v";
245 };
246
247 reg_dcdc2: dcdc2 {
248 regulator-min-microvolt = <800000>;
249 regulator-max-microvolt = <1100000>;
250 regulator-name = "vdd-gpu";
251 };
252
253 reg_dcdc3: dcdc3 {
254 regulator-always-on;
255 regulator-min-microvolt = <800000>;
256 regulator-max-microvolt = <1100000>;
257 regulator-name = "vdd-cpua";
258 };
259
260 reg_dcdc4: dcdc4 {
261 regulator-always-on;
262 regulator-min-microvolt = <800000>;
263 regulator-max-microvolt = <1100000>;
264 regulator-name = "vdd-sys-usb0-hdmi";
265 };
266
267 reg_dcdc5: dcdc5 {
268 regulator-always-on;
269 regulator-min-microvolt = <1425000>;
270 regulator-max-microvolt = <1575000>;
271 regulator-name = "vcc-dram";
272 };
273
274 reg_dldo1: dldo1 {
275 /*
276 * The WiFi chip supports a wide range
277 * (3.0 ~ 4.8V) of voltages, and so does
278 * this regulator (3.0 ~ 4.2V), but
279 * Allwinner SDK always sets it to 3.3V.
280 */
281 regulator-min-microvolt = <3300000>;
282 regulator-max-microvolt = <3300000>;
283 regulator-name = "vcc-wifi";
284 };
285
286 reg_dldo2: dldo2 {
287 regulator-always-on;
288 regulator-min-microvolt = <3000000>;
289 regulator-max-microvolt = <3000000>;
290 regulator-name = "vcc-pl";
291 };
292
293 reg_eldo1: eldo1 {
294 regulator-min-microvolt = <1200000>;
295 regulator-max-microvolt = <1200000>;
296 regulator-name = "vcc-dvdd-cam";
297 };
298
299 reg_eldo2: eldo2 {
300 regulator-min-microvolt = <1800000>;
301 regulator-max-microvolt = <1800000>;
302 regulator-name = "vcc-pe";
303 };
304
305 reg_eldo3: eldo3 {
306 regulator-always-on;
307 regulator-min-microvolt = <3000000>;
308 regulator-max-microvolt = <3000000>;
309 regulator-name = "vcc-pm-codec-io1";
310 };
311
312 reg_ldo_io0: ldo_io0 {
313 regulator-always-on;
314 regulator-min-microvolt = <3000000>;
315 regulator-max-microvolt = <3000000>;
316 regulator-name = "vcc-pg";
317 };
318
319 reg_ldo_io1: ldo_io1 {
320 regulator-min-microvolt = <2500000>;
321 regulator-max-microvolt = <2500000>;
322 regulator-name = "vcc-pa-gmac-2v5";
323 };
324
325 reg_rtc_ldo: rtc_ldo {
326 regulator-name = "vcc-rtc-vdd1v8-io";
327 };
328 };
329 };
9caf39bf
CYT
330
331 ac100: codec@e89 {
332 compatible = "x-powers,ac100";
333 reg = <0xe89>;
334
335 ac100_codec: codec {
336 compatible = "x-powers,ac100-codec";
337 interrupt-parent = <&r_pio>;
338 interrupts = <0 9 IRQ_TYPE_LEVEL_LOW>; /* PL9 */
339 #clock-cells = <0>;
340 clock-output-names = "4M_adda";
341 };
342
343 ac100_rtc: rtc {
344 compatible = "x-powers,ac100-rtc";
345 interrupt-parent = <&nmi_intc>;
346 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
347 clocks = <&ac100_codec>;
348 #clock-cells = <1>;
349 clock-output-names = "cko1_rtc",
350 "cko2_rtc",
351 "cko3_rtc";
352 };
353 };
a87b5ba9
CYT
354};
355
aa4a27bc
CYT
356#include "axp809.dtsi"
357
10eb98b1
CYT
358&uart0 {
359 pinctrl-names = "default";
360 pinctrl-0 = <&uart0_pins_a>;
361 status = "okay";
362};
363
fa86885b 364&usbphy1 {
f1bf2b9b 365 phy-supply = <&reg_usb1_vbus>;
fa86885b
CYT
366 status = "okay";
367};
368
369&usbphy2 {
370 status = "okay";
371};
372
373&usbphy3 {
f1bf2b9b 374 phy-supply = <&reg_usb3_vbus>;
fa86885b
CYT
375 status = "okay";
376};
This page took 0.148028 seconds and 5 git commands to generate.