blob: 8c9bedc602ecdfc7b5823c6c6e1b3f0725a7720e [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 *
Maxime Riparda6f19d52014-09-02 19:25:26 +020021 * 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.
Oliver Schinagl01ed6632013-10-08 10:22:32 +020043 */
44
45/dts-v1/;
Maxime Ripard71455702014-12-16 22:59:54 +010046#include "sun7i-a20.dtsi"
47#include "sunxi-common-regulators.dtsi"
Oliver Schinagl01ed6632013-10-08 10:22:32 +020048
Maxime Ripardbca12922014-12-16 22:59:55 +010049#include <dt-bindings/gpio/gpio.h>
Maxime Riparda6bac9e2014-12-16 22:59:59 +010050#include <dt-bindings/interrupt-controller/irq.h>
Maxime Ripardbca12922014-12-16 22:59:55 +010051
Oliver Schinagl01ed6632013-10-08 10:22:32 +020052/ {
53 model = "Cubietech Cubietruck";
54 compatible = "cubietech,cubietruck", "allwinner,sun7i-a20";
55
Maxime Ripard59ebbe82015-03-15 20:47:31 +010056 aliases {
57 serial0 = &uart0;
58 };
59
60 chosen {
61 stdout-path = "serial0:115200n8";
62 };
63
Chen-Yu Tsai59268ff2017-10-17 20:18:07 +080064 hdmi-connector {
65 compatible = "hdmi-connector";
66 type = "a";
67
68 port {
69 hdmi_con_in: endpoint {
70 remote-endpoint = <&hdmi_out_con>;
71 };
72 };
73 };
74
Oliver Schinagl01ed6632013-10-08 10:22:32 +020075 leds {
76 compatible = "gpio-leds";
77 pinctrl-names = "default";
78 pinctrl-0 = <&led_pins_cubietruck>;
79
80 blue {
81 label = "cubietruck:blue:usr";
Maxime Ripardbca12922014-12-16 22:59:55 +010082 gpios = <&pio 7 21 GPIO_ACTIVE_HIGH>;
Oliver Schinagl01ed6632013-10-08 10:22:32 +020083 };
84
85 orange {
86 label = "cubietruck:orange:usr";
Maxime Ripardbca12922014-12-16 22:59:55 +010087 gpios = <&pio 7 20 GPIO_ACTIVE_HIGH>;
Oliver Schinagl01ed6632013-10-08 10:22:32 +020088 };
89
90 white {
91 label = "cubietruck:white:usr";
Maxime Ripardbca12922014-12-16 22:59:55 +010092 gpios = <&pio 7 11 GPIO_ACTIVE_HIGH>;
Oliver Schinagl01ed6632013-10-08 10:22:32 +020093 };
94
95 green {
96 label = "cubietruck:green:usr";
Maxime Ripardbca12922014-12-16 22:59:55 +010097 gpios = <&pio 7 7 GPIO_ACTIVE_HIGH>;
Oliver Schinagl01ed6632013-10-08 10:22:32 +020098 };
99 };
Hans de Goede902febf2014-03-01 20:26:22 +0100100
Hans de Goede60018d02015-07-31 17:41:52 +0200101 mmc3_pwrseq: mmc3_pwrseq {
102 compatible = "mmc-pwrseq-simple";
Chen-Yu Tsai3906c0a2014-05-02 17:57:29 +0200103 pinctrl-names = "default";
Hans de Goede60018d02015-07-31 17:41:52 +0200104 pinctrl-0 = <&mmc3_pwrseq_pin_cubietruck>;
105 reset-gpios = <&pio 7 9 GPIO_ACTIVE_LOW>; /* PH9 WIFI_EN */
Chen-Yu Tsai3906c0a2014-05-02 17:57:29 +0200106 };
Christopher Spinrathb52e3452016-04-25 01:02:58 +0200107
108 sound {
109 compatible = "simple-audio-card";
110 simple-audio-card,name = "On-board SPDIF";
111
112 simple-audio-card,cpu {
113 sound-dai = <&spdif>;
114 };
115
116 simple-audio-card,codec {
117 sound-dai = <&spdif_out>;
118 };
119 };
120
121 spdif_out: spdif-out {
122 #sound-dai-cells = <0>;
123 compatible = "linux,spdif-dit";
124 };
Oliver Schinagl01ed6632013-10-08 10:22:32 +0200125};
Chen-Yu Tsai0d4e29342015-01-12 12:34:05 +0800126
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100127&ahci {
128 target-supply = <&reg_ahci_5v>;
129 status = "okay";
130};
Chen-Yu Tsai0d4e29342015-01-12 12:34:05 +0800131
Emilio Lópezfaef4af2014-08-18 01:10:05 -0300132&codec {
133 status = "okay";
134};
135
Chen-Yu Tsai0d4e29342015-01-12 12:34:05 +0800136&cpu0 {
137 cpu-supply = <&reg_dcdc2>;
138};
139
Chen-Yu Tsai59268ff2017-10-17 20:18:07 +0800140&de {
141 status = "okay";
142};
143
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100144&ehci0 {
145 status = "okay";
146};
147
148&ehci1 {
149 status = "okay";
150};
151
152&gmac {
153 pinctrl-names = "default";
154 pinctrl-0 = <&gmac_pins_rgmii_a>;
155 phy = <&phy1>;
156 phy-mode = "rgmii";
157 status = "okay";
158
159 phy1: ethernet-phy@1 {
160 reg = <1>;
161 };
162};
163
Chen-Yu Tsai59268ff2017-10-17 20:18:07 +0800164&hdmi {
165 status = "okay";
166};
167
168&hdmi_out {
169 hdmi_out_con: endpoint {
170 remote-endpoint = <&hdmi_con_in>;
171 };
172};
173
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100174&i2c0 {
175 pinctrl-names = "default";
176 pinctrl-0 = <&i2c0_pins_a>;
177 status = "okay";
178
179 axp209: pmic@34 {
180 reg = <0x34>;
181 interrupt-parent = <&nmi_intc>;
182 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
183 };
184};
185
186&i2c1 {
187 pinctrl-names = "default";
188 pinctrl-0 = <&i2c1_pins_a>;
189 status = "okay";
190};
191
192&i2c2 {
193 pinctrl-names = "default";
194 pinctrl-0 = <&i2c2_pins_a>;
195 status = "okay";
196};
197
198&ir0 {
199 pinctrl-names = "default";
Marcus Cooper469a22e2015-05-02 13:36:20 +0200200 pinctrl-0 = <&ir0_rx_pins_a>;
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100201 status = "okay";
202};
203
204&mmc0 {
205 pinctrl-names = "default";
Chen-Yu Tsaicf439662017-04-19 13:09:17 +0800206 pinctrl-0 = <&mmc0_pins_a>;
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100207 vmmc-supply = <&reg_vcc3v3>;
208 bus-width = <4>;
209 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
210 cd-inverted;
211 status = "okay";
212};
213
214&mmc3 {
215 pinctrl-names = "default";
216 pinctrl-0 = <&mmc3_pins_a>;
Hans de Goede60018d02015-07-31 17:41:52 +0200217 vmmc-supply = <&reg_vcc3v3>;
218 mmc-pwrseq = <&mmc3_pwrseq>;
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100219 bus-width = <4>;
220 non-removable;
221 status = "okay";
Hans de Goede7862eb12015-03-10 16:27:10 +0100222
Fabio Estevame5b558a2017-05-21 18:16:55 -0300223 brcmf: wifi@1 {
Hans de Goede7862eb12015-03-10 16:27:10 +0100224 reg = <1>;
225 compatible = "brcm,bcm4329-fmac";
226 interrupt-parent = <&pio>;
Maxime Ripardb03e0812015-06-17 11:44:24 +0200227 interrupts = <7 10 IRQ_TYPE_LEVEL_LOW>; /* PH10 / EINT10 */
Hans de Goede7862eb12015-03-10 16:27:10 +0100228 interrupt-names = "host-wake";
229 };
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100230};
231
232&mmc3_pins_a {
233 /* AP6210 requires pull-up */
Maxime Ripard1edcd362016-09-23 14:28:10 +0300234 bias-pull-up;
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100235};
236
237&ohci0 {
238 status = "okay";
239};
240
241&ohci1 {
242 status = "okay";
243};
244
Roman Byshkod3c23ba2014-10-21 00:31:04 +0200245&otg_sram {
246 status = "okay";
247};
248
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100249&pio {
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100250 ahci_pwr_pin_cubietruck: ahci_pwr_pin@1 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300251 pins = "PH12";
252 function = "gpio_out";
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100253 };
254
255 led_pins_cubietruck: led_pins@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300256 pins = "PH7", "PH11", "PH20", "PH21";
257 function = "gpio_out";
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100258 };
259
Hans de Goede60018d02015-07-31 17:41:52 +0200260 mmc3_pwrseq_pin_cubietruck: mmc3_pwrseq_pin@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300261 pins = "PH9";
262 function = "gpio_out";
Hans de Goede60018d02015-07-31 17:41:52 +0200263 };
264
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100265 usb0_vbus_pin_a: usb0_vbus_pin@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300266 pins = "PH17";
267 function = "gpio_out";
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100268 };
Roman Byshkod3c23ba2014-10-21 00:31:04 +0200269
270 usb0_id_detect_pin: usb0_id_detect_pin@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300271 pins = "PH19";
272 function = "gpio_in";
Roman Byshkod3c23ba2014-10-21 00:31:04 +0200273 };
274
275 usb0_vbus_detect_pin: usb0_vbus_detect_pin@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300276 pins = "PH22";
277 function = "gpio_in";
Roman Byshkod3c23ba2014-10-21 00:31:04 +0200278 };
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100279};
280
281&pwm {
282 pinctrl-names = "default";
283 pinctrl-0 = <&pwm0_pins_a>, <&pwm1_pins_a>;
284 status = "okay";
285};
286
287&reg_ahci_5v {
288 pinctrl-0 = <&ahci_pwr_pin_cubietruck>;
289 gpio = <&pio 7 12 GPIO_ACTIVE_HIGH>;
290 status = "okay";
291};
292
293#include "axp209.dtsi"
294
Alexander Syring47a6b0e2017-04-03 11:12:45 +0200295&ac_power_supply {
296 status = "okay";
297};
298
Alexander Syring9b807032017-07-05 10:30:20 +0200299&battery_power_supply {
300 status = "okay";
301};
302
Chen-Yu Tsai0d4e29342015-01-12 12:34:05 +0800303&reg_dcdc2 {
304 regulator-always-on;
305 regulator-min-microvolt = <1000000>;
306 regulator-max-microvolt = <1450000>;
307 regulator-name = "vdd-cpu";
308};
309
310&reg_dcdc3 {
311 regulator-always-on;
312 regulator-min-microvolt = <1000000>;
313 regulator-max-microvolt = <1400000>;
314 regulator-name = "vdd-int-dll";
315};
316
317&reg_ldo1 {
318 regulator-name = "vdd-rtc";
319};
320
321&reg_ldo2 {
322 regulator-always-on;
323 regulator-min-microvolt = <3000000>;
324 regulator-max-microvolt = <3000000>;
325 regulator-name = "avcc";
326};
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100327
328&reg_usb0_vbus {
329 pinctrl-0 = <&usb0_vbus_pin_a>;
330 gpio = <&pio 7 17 GPIO_ACTIVE_HIGH>;
331 status = "okay";
332};
333
334&reg_usb1_vbus {
335 status = "okay";
336};
337
338&reg_usb2_vbus {
339 status = "okay";
340};
341
Christopher Spinrathb52e3452016-04-25 01:02:58 +0200342&spdif {
343 pinctrl-names = "default";
344 pinctrl-0 = <&spdif_tx_pins_a>;
345 status = "okay";
346};
347
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100348&uart0 {
349 pinctrl-names = "default";
350 pinctrl-0 = <&uart0_pins_a>;
351 status = "okay";
352};
353
Roman Byshkod3c23ba2014-10-21 00:31:04 +0200354&usb_otg {
355 dr_mode = "otg";
356 status = "okay";
357};
358
Alexander Syring47a6b0e2017-04-03 11:12:45 +0200359&usb_power_supply {
360 status = "okay";
361};
362
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100363&usbphy {
Roman Byshkod3c23ba2014-10-21 00:31:04 +0200364 pinctrl-names = "default";
365 pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>;
366 usb0_id_det-gpios = <&pio 7 19 GPIO_ACTIVE_HIGH>; /* PH19 */
367 usb0_vbus_det-gpios = <&pio 7 22 GPIO_ACTIVE_HIGH>; /* PH22 */
Chen-Yu Tsai3c049282017-05-25 15:31:38 +0800368 usb0_vbus_power-supply = <&usb_power_supply>;
Maxime Ripard712a9fa2015-01-31 12:11:54 +0100369 usb0_vbus-supply = <&reg_usb0_vbus>;
370 usb1_vbus-supply = <&reg_usb1_vbus>;
371 usb2_vbus-supply = <&reg_usb2_vbus>;
372 status = "okay";
373};