blob: 5af1df795f3cf6bd56c22f98d20b273f6a2d4616 [file] [log] [blame]
Oliver Schinagl01ed6632013-10-08 10:22:32 +02001/*
2 * Copyright 2013 Oliver Schinagl
3 *
4 * Oliver Schinagl <oliver@schinagl.nl>
5 *
Maxime Riparda6f19d52014-09-02 19:25:26 +02006 * 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.
Oliver Schinagl01ed6632013-10-08 10:22:32 +020010 *
Maxime Riparda6f19d52014-09-02 19:25:26 +020011 * 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 * You should have received a copy of the GNU General Public
22 * License along with this file; if not, write to the Free
23 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
24 * MA 02110-1301 USA
25 *
26 * Or, alternatively,
27 *
28 * b) Permission is hereby granted, free of charge, to any person
29 * obtaining a copy of this software and associated documentation
30 * files (the "Software"), to deal in the Software without
31 * restriction, including without limitation the rights to use,
32 * copy, modify, merge, publish, distribute, sublicense, and/or
33 * sell copies of the Software, and to permit persons to whom the
34 * Software is furnished to do so, subject to the following
35 * conditions:
36 *
37 * The above copyright notice and this permission notice shall be
38 * included in all copies or substantial portions of the Software.
39 *
40 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
41 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
42 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
43 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
44 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
45 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
46 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
47 * OTHER DEALINGS IN THE SOFTWARE.
Oliver Schinagl01ed6632013-10-08 10:22:32 +020048 */
49
50/dts-v1/;
Maxime Ripard71455702014-12-16 22:59:54 +010051#include "sun7i-a20.dtsi"
52#include "sunxi-common-regulators.dtsi"
Oliver Schinagl01ed6632013-10-08 10:22:32 +020053
Maxime Ripardbca12922014-12-16 22:59:55 +010054#include <dt-bindings/gpio/gpio.h>
Maxime Riparda6bac9e2014-12-16 22:59:59 +010055#include <dt-bindings/interrupt-controller/irq.h>
Maxime Ripard092a0c32014-12-16 22:59:57 +010056#include <dt-bindings/pinctrl/sun4i-a10.h>
Maxime Ripardbca12922014-12-16 22:59:55 +010057
Oliver Schinagl01ed6632013-10-08 10:22:32 +020058/ {
59 model = "Cubietech Cubietruck";
60 compatible = "cubietech,cubietruck", "allwinner,sun7i-a20";
61
Oliver Schinagl01ed6632013-10-08 10:22:32 +020062 leds {
63 compatible = "gpio-leds";
64 pinctrl-names = "default";
65 pinctrl-0 = <&led_pins_cubietruck>;
66
67 blue {
68 label = "cubietruck:blue:usr";
Maxime Ripardbca12922014-12-16 22:59:55 +010069 gpios = <&pio 7 21 GPIO_ACTIVE_HIGH>;
Oliver Schinagl01ed6632013-10-08 10:22:32 +020070 };
71
72 orange {
73 label = "cubietruck:orange:usr";
Maxime Ripardbca12922014-12-16 22:59:55 +010074 gpios = <&pio 7 20 GPIO_ACTIVE_HIGH>;
Oliver Schinagl01ed6632013-10-08 10:22:32 +020075 };
76
77 white {
78 label = "cubietruck:white:usr";
Maxime Ripardbca12922014-12-16 22:59:55 +010079 gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>;
Oliver Schinagl01ed6632013-10-08 10:22:32 +020080 };
81
82 green {
83 label = "cubietruck:green:usr";
Maxime Ripardbca12922014-12-16 22:59:55 +010084 gpios = <&pio 7 7 GPIO_ACTIVE_HIGH>;
Oliver Schinagl01ed6632013-10-08 10:22:32 +020085 };
86 };
Hans de Goede902febf2014-03-01 20:26:22 +010087
Chen-Yu Tsai3906c0a2014-05-02 17:57:29 +020088 reg_vmmc3: vmmc3 {
89 compatible = "regulator-fixed";
90 pinctrl-names = "default";
91 pinctrl-0 = <&vmmc3_pin_cubietruck>;
92 regulator-name = "vmmc3";
93 regulator-min-microvolt = <3300000>;
94 regulator-max-microvolt = <3300000>;
95 enable-active-high;
Maxime Ripardbca12922014-12-16 22:59:55 +010096 gpio = <&pio 7 9 GPIO_ACTIVE_HIGH>;
Chen-Yu Tsai3906c0a2014-05-02 17:57:29 +020097 };
Oliver Schinagl01ed6632013-10-08 10:22:32 +020098};
Chen-Yu Tsai0d4e29342015-01-12 12:34:05 +080099
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100100&ahci {
101 target-supply = <&reg_ahci_5v>;
102 status = "okay";
103};
Chen-Yu Tsai0d4e29342015-01-12 12:34:05 +0800104
105&cpu0 {
106 cpu-supply = <&reg_dcdc2>;
107};
108
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100109&ehci0 {
110 status = "okay";
111};
112
113&ehci1 {
114 status = "okay";
115};
116
117&gmac {
118 pinctrl-names = "default";
119 pinctrl-0 = <&gmac_pins_rgmii_a>;
120 phy = <&phy1>;
121 phy-mode = "rgmii";
122 status = "okay";
123
124 phy1: ethernet-phy@1 {
125 reg = <1>;
126 };
127};
128
129&i2c0 {
130 pinctrl-names = "default";
131 pinctrl-0 = <&i2c0_pins_a>;
132 status = "okay";
133
134 axp209: pmic@34 {
135 reg = <0x34>;
136 interrupt-parent = <&nmi_intc>;
137 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
138 };
139};
140
141&i2c1 {
142 pinctrl-names = "default";
143 pinctrl-0 = <&i2c1_pins_a>;
144 status = "okay";
145};
146
147&i2c2 {
148 pinctrl-names = "default";
149 pinctrl-0 = <&i2c2_pins_a>;
150 status = "okay";
151};
152
153&ir0 {
154 pinctrl-names = "default";
155 pinctrl-0 = <&ir0_pins_a>;
156 status = "okay";
157};
158
159&mmc0 {
160 pinctrl-names = "default";
161 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
162 vmmc-supply = <&reg_vcc3v3>;
163 bus-width = <4>;
164 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
165 cd-inverted;
166 status = "okay";
167};
168
169&mmc3 {
170 pinctrl-names = "default";
171 pinctrl-0 = <&mmc3_pins_a>;
172 vmmc-supply = <&reg_vmmc3>;
173 bus-width = <4>;
174 non-removable;
175 status = "okay";
Hans de Goede7862eb12015-03-10 16:27:10 +0100176
177 brcmf: bcrmf@1 {
178 reg = <1>;
179 compatible = "brcm,bcm4329-fmac";
180 interrupt-parent = <&pio>;
181 interrupts = <10 IRQ_TYPE_LEVEL_LOW>; /* PH10 / EINT10 */
182 interrupt-names = "host-wake";
183 };
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100184};
185
186&mmc3_pins_a {
187 /* AP6210 requires pull-up */
188 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
189};
190
191&ohci0 {
192 status = "okay";
193};
194
195&ohci1 {
196 status = "okay";
197};
198
199&pio {
200 vmmc3_pin_cubietruck: vmmc3_pin@0 {
201 allwinner,pins = "PH9";
202 allwinner,function = "gpio_out";
203 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
204 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
205 };
206
207 ahci_pwr_pin_cubietruck: ahci_pwr_pin@1 {
208 allwinner,pins = "PH12";
209 allwinner,function = "gpio_out";
210 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
211 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
212 };
213
214 led_pins_cubietruck: led_pins@0 {
215 allwinner,pins = "PH7", "PH11", "PH20", "PH21";
216 allwinner,function = "gpio_out";
217 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
218 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
219 };
220
221 usb0_vbus_pin_a: usb0_vbus_pin@0 {
222 allwinner,pins = "PH17";
223 allwinner,function = "gpio_out";
224 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
225 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
226 };
227};
228
229&pwm {
230 pinctrl-names = "default";
231 pinctrl-0 = <&pwm0_pins_a>, <&pwm1_pins_a>;
232 status = "okay";
233};
234
235&reg_ahci_5v {
236 pinctrl-0 = <&ahci_pwr_pin_cubietruck>;
237 gpio = <&pio 7 12 GPIO_ACTIVE_HIGH>;
238 status = "okay";
239};
240
241#include "axp209.dtsi"
242
Chen-Yu Tsai0d4e29342015-01-12 12:34:05 +0800243&reg_dcdc2 {
244 regulator-always-on;
245 regulator-min-microvolt = <1000000>;
246 regulator-max-microvolt = <1450000>;
247 regulator-name = "vdd-cpu";
248};
249
250&reg_dcdc3 {
251 regulator-always-on;
252 regulator-min-microvolt = <1000000>;
253 regulator-max-microvolt = <1400000>;
254 regulator-name = "vdd-int-dll";
255};
256
257&reg_ldo1 {
258 regulator-name = "vdd-rtc";
259};
260
261&reg_ldo2 {
262 regulator-always-on;
263 regulator-min-microvolt = <3000000>;
264 regulator-max-microvolt = <3000000>;
265 regulator-name = "avcc";
266};
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100267
268&reg_usb0_vbus {
269 pinctrl-0 = <&usb0_vbus_pin_a>;
270 gpio = <&pio 7 17 GPIO_ACTIVE_HIGH>;
271 status = "okay";
272};
273
274&reg_usb1_vbus {
275 status = "okay";
276};
277
278&reg_usb2_vbus {
279 status = "okay";
280};
281
282&uart0 {
283 pinctrl-names = "default";
284 pinctrl-0 = <&uart0_pins_a>;
285 status = "okay";
286};
287
288&usbphy {
289 usb0_vbus-supply = <&reg_usb0_vbus>;
290 usb1_vbus-supply = <&reg_usb1_vbus>;
291 usb2_vbus-supply = <&reg_usb2_vbus>;
292 status = "okay";
293};