blob: 84f55e76df0c211568c5c0975428235dc7f08a4a [file] [log] [blame]
Zoltan HERPAI7f624ce2014-01-13 14:15:01 +01001/*
2 * Copyright 2014 Zoltan HERPAI
3 * Zoltan HERPAI <wigyori@uid0.hu>
4 *
Maxime Riparda35070d2014-09-02 19:25:26 +02005 * This file is dual-licensed: you can use it either under the terms
6 * of the GPL or the X11 license, at your option. Note that this dual
7 * licensing only applies to this file, and not this project as a
8 * whole.
Zoltan HERPAI7f624ce2014-01-13 14:15:01 +01009 *
Maxime Riparda35070d2014-09-02 19:25:26 +020010 * a) This file is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of the
13 * License, or (at your option) any later version.
14 *
15 * This file is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
Maxime Riparda35070d2014-09-02 19:25:26 +020020 * Or, alternatively,
21 *
22 * b) Permission is hereby granted, free of charge, to any person
23 * obtaining a copy of this software and associated documentation
24 * files (the "Software"), to deal in the Software without
25 * restriction, including without limitation the rights to use,
26 * copy, modify, merge, publish, distribute, sublicense, and/or
27 * sell copies of the Software, and to permit persons to whom the
28 * Software is furnished to do so, subject to the following
29 * conditions:
30 *
31 * The above copyright notice and this permission notice shall be
32 * included in all copies or substantial portions of the Software.
33 *
34 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
36 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
37 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
38 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
39 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
40 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
41 * OTHER DEALINGS IN THE SOFTWARE.
Zoltan HERPAI7f624ce2014-01-13 14:15:01 +010042 */
43
44/dts-v1/;
Maxime Ripard71455702014-12-16 22:59:54 +010045#include "sun4i-a10.dtsi"
46#include "sunxi-common-regulators.dtsi"
Zoltan HERPAI7f624ce2014-01-13 14:15:01 +010047
Maxime Ripardbca12922014-12-16 22:59:55 +010048#include <dt-bindings/gpio/gpio.h>
Zoltan HERPAIe721a282015-01-08 10:34:24 +010049#include <dt-bindings/input/input.h>
Maxime Ripardbca12922014-12-16 22:59:55 +010050
Zoltan HERPAI7f624ce2014-01-13 14:15:01 +010051/ {
52 model = "LinkSprite pcDuino";
53 compatible = "linksprite,a10-pcduino", "allwinner,sun4i-a10";
54
Maxime Ripard59ebbe82015-03-15 20:47:31 +010055 aliases {
56 serial0 = &uart0;
57 };
58
59 chosen {
60 stdout-path = "serial0:115200n8";
61 };
Hans de Goede77978a32014-03-01 20:26:30 +010062
Zoltan HERPAIe721a282015-01-08 10:34:24 +010063 leds {
64 compatible = "gpio-leds";
65 pinctrl-names = "default";
66 pinctrl-0 = <&led_pins_pcduino>;
67
68 tx {
69 label = "pcduino:green:tx";
70 gpios = <&pio 7 15 GPIO_ACTIVE_LOW>;
71 };
72
73 rx {
74 label = "pcduino:green:rx";
75 gpios = <&pio 7 16 GPIO_ACTIVE_LOW>;
76 };
77 };
78
79 gpio_keys {
80 compatible = "gpio-keys";
81 pinctrl-names = "default";
82 pinctrl-0 = <&key_pins_pcduino>;
83 #address-cells = <1>;
84 #size-cells = <0>;
85
86 button@0 {
87 label = "Key Back";
88 linux,code = <KEY_BACK>;
89 gpios = <&pio 7 17 GPIO_ACTIVE_LOW>;
90 };
91
92 button@1 {
93 label = "Key Home";
94 linux,code = <KEY_HOME>;
95 gpios = <&pio 7 18 GPIO_ACTIVE_LOW>;
96 };
97
98 button@2 {
99 label = "Key Menu";
100 linux,code = <KEY_MENU>;
101 gpios = <&pio 7 19 GPIO_ACTIVE_LOW>;
102 };
103 };
Maxime Ripard5e877362015-01-31 12:11:54 +0100104};
Zoltan HERPAIe721a282015-01-08 10:34:24 +0100105
Siarhei Siamashkaa2f1a682015-10-04 21:58:48 +0300106&cpu0 {
107 cpu-supply = <&reg_dcdc2>;
108};
109
Maxime Ripard5e877362015-01-31 12:11:54 +0100110&ehci0 {
111 status = "okay";
112};
113
114&ehci1 {
115 status = "okay";
116};
117
118&emac {
119 pinctrl-names = "default";
120 pinctrl-0 = <&emac_pins_a>;
121 phy = <&phy1>;
122 status = "okay";
123};
124
Maxime Ripard1fbc1512015-03-26 15:53:44 +0100125&emac_sram {
126 status = "okay";
127};
128
Maxime Ripard5e877362015-01-31 12:11:54 +0100129&i2c0 {
130 pinctrl-names = "default";
131 pinctrl-0 = <&i2c0_pins_a>;
132 status = "okay";
133
134 axp209: pmic@34 {
Maxime Ripard5e877362015-01-31 12:11:54 +0100135 reg = <0x34>;
136 interrupts = <0>;
Maxime Ripard5e877362015-01-31 12:11:54 +0100137 };
138};
139
140&mdio {
141 status = "okay";
142
143 phy1: ethernet-phy@1 {
144 reg = <1>;
145 };
146};
147
148&mmc0 {
149 pinctrl-names = "default";
Chen-Yu Tsaicf439662017-04-19 13:09:17 +0800150 pinctrl-0 = <&mmc0_pins_a>;
Maxime Ripard5e877362015-01-31 12:11:54 +0100151 vmmc-supply = <&reg_vcc3v3>;
152 bus-width = <4>;
153 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
154 cd-inverted;
155 status = "okay";
156};
157
158&ohci0 {
159 status = "okay";
160};
161
162&ohci1 {
163 status = "okay";
164};
165
Siarhei Siamashka5d0c8b12015-10-09 14:09:39 +0300166&otg_sram {
167 status = "okay";
168};
169
Maxime Ripard5e877362015-01-31 12:11:54 +0100170&pio {
171 led_pins_pcduino: led_pins@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300172 pins = "PH15", "PH16";
173 function = "gpio_out";
Hans de Goede77978a32014-03-01 20:26:30 +0100174 };
175
Maxime Ripard5e877362015-01-31 12:11:54 +0100176 key_pins_pcduino: key_pins@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300177 pins = "PH17", "PH18", "PH19";
178 function = "gpio_in";
Hans de Goede77978a32014-03-01 20:26:30 +0100179 };
Siarhei Siamashka5d0c8b12015-10-09 14:09:39 +0300180
181 usb0_id_detect_pin: usb0_id_detect_pin@0 {
Maxime Ripard1edcd362016-09-23 14:28:10 +0300182 pins = "PH4";
183 function = "gpio_in";
184 bias-pull-up;
Siarhei Siamashka5d0c8b12015-10-09 14:09:39 +0300185 };
Zoltan HERPAI7f624ce2014-01-13 14:15:01 +0100186};
Maxime Ripard5e877362015-01-31 12:11:54 +0100187
Siarhei Siamashkaa2f1a682015-10-04 21:58:48 +0300188#include "axp209.dtsi"
189
190&reg_dcdc2 {
191 regulator-always-on;
192 regulator-min-microvolt = <1000000>;
193 regulator-max-microvolt = <1400000>;
194 regulator-name = "vdd-cpu";
195};
196
197&reg_dcdc3 {
198 regulator-always-on;
199 regulator-min-microvolt = <1000000>;
200 regulator-max-microvolt = <1400000>;
201 regulator-name = "vdd-int-dll";
202};
203
204&reg_ldo1 {
205 regulator-name = "vdd-rtc";
206};
207
208&reg_ldo2 {
209 regulator-always-on;
210 regulator-min-microvolt = <3000000>;
211 regulator-max-microvolt = <3000000>;
212 regulator-name = "avcc";
213};
214
Maxime Ripard5e877362015-01-31 12:11:54 +0100215&uart0 {
216 pinctrl-names = "default";
217 pinctrl-0 = <&uart0_pins_a>;
218 status = "okay";
219};
220
Siarhei Siamashka5d0c8b12015-10-09 14:09:39 +0300221&usb_otg {
222 dr_mode = "otg";
223 status = "okay";
224};
225
Maxime Ripard5e877362015-01-31 12:11:54 +0100226&usbphy {
Siarhei Siamashka5d0c8b12015-10-09 14:09:39 +0300227 pinctrl-names = "default";
228 pinctrl-0 = <&usb0_id_detect_pin>;
229 usb0_id_det-gpio = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */
Siarhei Siamashka96521b72015-10-09 14:09:37 +0300230 usb1_vbus-supply = <&reg_vcc5v0>; /* USB1 VBUS is always on */
231 usb2_vbus-supply = <&reg_vcc5v0>; /* USB2 VBUS is always on */
Maxime Ripard5e877362015-01-31 12:11:54 +0100232 status = "okay";
233};