sun7i-a20-olinuxino-lime2.dts revision 1.1.1.1.4.2 1 /*
2 * Copyright 2014 - Iain Paton <ipaton0 (at) gmail.com>
3 *
4 * This file is dual-licensed: you can use it either under the terms
5 * of the GPL or the X11 license, at your option. Note that this dual
6 * licensing only applies to this file, and not this project as a
7 * whole.
8 *
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of the
12 * License, or (at your option) any later version.
13 *
14 * This file is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * Or, alternatively,
20 *
21 * b) Permission is hereby granted, free of charge, to any person
22 * obtaining a copy of this software and associated documentation
23 * files (the "Software"), to deal in the Software without
24 * restriction, including without limitation the rights to use,
25 * copy, modify, merge, publish, distribute, sublicense, and/or
26 * sell copies of the Software, and to permit persons to whom the
27 * Software is furnished to do so, subject to the following
28 * conditions:
29 *
30 * The above copyright notice and this permission notice shall be
31 * included in all copies or substantial portions of the Software.
32 *
33 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40 * OTHER DEALINGS IN THE SOFTWARE.
41 */
42
43 /dts-v1/;
44 #include "sun7i-a20.dtsi"
45 #include "sunxi-common-regulators.dtsi"
46
47 #include <dt-bindings/gpio/gpio.h>
48 #include <dt-bindings/interrupt-controller/irq.h>
49 #include <dt-bindings/pinctrl/sun4i-a10.h>
50
51 / {
52 model = "Olimex A20-OLinuXino-LIME2";
53 compatible = "olimex,a20-olinuxino-lime2", "allwinner,sun7i-a20";
54
55 aliases {
56 serial0 = &uart0;
57 };
58
59 chosen {
60 stdout-path = "serial0:115200n8";
61 };
62
63 leds {
64 compatible = "gpio-leds";
65 pinctrl-names = "default";
66 pinctrl-0 = <&led_pins_olinuxinolime>;
67
68 green {
69 label = "a20-olinuxino-lime2:green:usr";
70 gpios = <&pio 7 2 GPIO_ACTIVE_HIGH>;
71 default-state = "on";
72 };
73 };
74
75 reg_axp_ipsout: axp_ipsout {
76 compatible = "regulator-fixed";
77 regulator-name = "axp-ipsout";
78 regulator-min-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
80 regulator-always-on;
81 };
82 };
83
84 &ahci {
85 target-supply = <®_ahci_5v>;
86 status = "okay";
87 };
88
89 &ehci0 {
90 status = "okay";
91 };
92
93 &ehci1 {
94 status = "okay";
95 };
96
97 &gmac {
98 pinctrl-names = "default";
99 pinctrl-0 = <&gmac_pins_rgmii_a>;
100 phy = <&phy1>;
101 phy-mode = "rgmii";
102 status = "okay";
103
104 phy1: ethernet-phy@1 {
105 reg = <1>;
106 };
107 };
108
109 &i2c0 {
110 pinctrl-names = "default";
111 pinctrl-0 = <&i2c0_pins_a>;
112 status = "okay";
113
114 axp209: pmic@34 {
115 reg = <0x34>;
116 interrupt-parent = <&nmi_intc>;
117 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
118 };
119 };
120
121 &i2c1 {
122 pinctrl-names = "default";
123 pinctrl-0 = <&i2c1_pins_a>;
124 status = "okay";
125
126 eeprom: eeprom@50 {
127 compatible = "atmel,24c16";
128 reg = <0x50>;
129 pagesize = <16>;
130 };
131 };
132
133 &mmc0 {
134 pinctrl-names = "default";
135 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
136 vmmc-supply = <®_vcc3v3>;
137 bus-width = <4>;
138 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
139 cd-inverted;
140 status = "okay";
141 };
142
143 &ohci0 {
144 status = "okay";
145 };
146
147 &ohci1 {
148 status = "okay";
149 };
150
151 &otg_sram {
152 status = "okay";
153 };
154
155 &pio {
156 ahci_pwr_pin_olinuxinolime: ahci_pwr_pin@1 {
157 pins = "PC3";
158 function = "gpio_out";
159 };
160
161 led_pins_olinuxinolime: led_pins@0 {
162 pins = "PH2";
163 function = "gpio_out";
164 drive-strength = <20>;
165 };
166
167 usb0_id_detect_pin: usb0_id_detect_pin@0 {
168 pins = "PH4";
169 function = "gpio_in";
170 bias-pull-up;
171 };
172
173 usb0_vbus_detect_pin: usb0_vbus_detect_pin@0 {
174 pins = "PH5";
175 function = "gpio_in";
176 bias-pull-down;
177 };
178
179 usb0_vbus_pin_lime2: usb0_vbus_pin@0 {
180 pins = "PC17";
181 function = "gpio_out";
182 };
183 };
184
185 ®_ahci_5v {
186 pinctrl-0 = <&ahci_pwr_pin_olinuxinolime>;
187 gpio = <&pio 2 3 GPIO_ACTIVE_HIGH>;
188 status = "okay";
189 };
190
191 #include "axp209.dtsi"
192
193 ®_dcdc2 {
194 regulator-always-on;
195 regulator-min-microvolt = <1000000>;
196 regulator-max-microvolt = <1400000>;
197 regulator-name = "vdd-cpu";
198 };
199
200 ®_dcdc3 {
201 regulator-always-on;
202 regulator-min-microvolt = <1000000>;
203 regulator-max-microvolt = <1400000>;
204 regulator-name = "vdd-int-dll";
205 };
206
207 ®_ldo1 {
208 regulator-always-on;
209 regulator-min-microvolt = <1300000>;
210 regulator-max-microvolt = <1300000>;
211 regulator-name = "vdd-rtc";
212 };
213
214 ®_ldo2 {
215 regulator-always-on;
216 regulator-min-microvolt = <3000000>;
217 regulator-max-microvolt = <3000000>;
218 regulator-name = "avcc";
219 };
220
221 ®_ldo3 {
222 regulator-min-microvolt = <2800000>;
223 regulator-max-microvolt = <2800000>;
224 regulator-name = "vddio-csi0";
225 };
226
227 ®_ldo4 {
228 regulator-min-microvolt = <2800000>;
229 regulator-max-microvolt = <2800000>;
230 regulator-name = "vddio-csi1";
231 };
232
233 ®_usb0_vbus {
234 pinctrl-0 = <&usb0_vbus_pin_lime2>;
235 gpio = <&pio 2 17 GPIO_ACTIVE_HIGH>;
236 status = "okay";
237 };
238
239 ®_usb1_vbus {
240 status = "okay";
241 };
242
243 ®_usb2_vbus {
244 status = "okay";
245 };
246
247 &uart0 {
248 pinctrl-names = "default";
249 pinctrl-0 = <&uart0_pins_a>;
250 status = "okay";
251 };
252
253 &usb_otg {
254 dr_mode = "otg";
255 status = "okay";
256 };
257
258 &usbphy {
259 pinctrl-names = "default";
260 pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>;
261 usb0_id_det-gpio = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */
262 usb0_vbus_det-gpio = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
263 usb0_vbus-supply = <®_usb0_vbus>;
264 usb1_vbus-supply = <®_usb1_vbus>;
265 usb2_vbus-supply = <®_usb2_vbus>;
266 status = "okay";
267 };
268