blob: eb7b8878303d04250c25ff3677c431e9d00abbdf [file] [log] [blame]
Zoltan HERPAI04089922014-06-30 23:57:56 +02001/*
2 * Copyright 2014 Zoltan HERPAI
3 * Zoltan HERPAI <wigyori@uid0.hu>
4 *
Maxime Ripardca4ee842014-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 HERPAI04089922014-06-30 23:57:56 +02009 *
Maxime Ripardca4ee842014-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 *
20 * You should have received a copy of the GNU General Public
21 * License along with this file; if not, write to the Free
22 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
23 * MA 02110-1301 USA
24 *
25 * Or, alternatively,
26 *
27 * b) Permission is hereby granted, free of charge, to any person
28 * obtaining a copy of this software and associated documentation
29 * files (the "Software"), to deal in the Software without
30 * restriction, including without limitation the rights to use,
31 * copy, modify, merge, publish, distribute, sublicense, and/or
32 * sell copies of the Software, and to permit persons to whom the
33 * Software is furnished to do so, subject to the following
34 * conditions:
35 *
36 * The above copyright notice and this permission notice shall be
37 * included in all copies or substantial portions of the Software.
38 *
39 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
41 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
42 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
43 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
44 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
46 * OTHER DEALINGS IN THE SOFTWARE.
Zoltan HERPAI04089922014-06-30 23:57:56 +020047 */
48
49/dts-v1/;
Maxime Ripard71455702014-12-16 22:59:54 +010050#include "sun7i-a20.dtsi"
51#include "sunxi-common-regulators.dtsi"
52
Zoltan HERPAI04089922014-06-30 23:57:56 +020053#include <dt-bindings/gpio/gpio.h>
54#include <dt-bindings/input/input.h>
55
56/ {
57 model = "LinkSprite pcDuino3";
58 compatible = "linksprite,pcduino3", "allwinner,sun7i-a20";
59
60 soc@01c00000 {
61 mmc0: mmc@01c0f000 {
62 pinctrl-names = "default";
63 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
64 vmmc-supply = <&reg_vcc3v3>;
65 bus-width = <4>;
66 cd-gpios = <&pio 7 1 0>; /* PH1 */
67 cd-inverted;
68 status = "okay";
69 };
70
71 usbphy: phy@01c13400 {
72 usb1_vbus-supply = <&reg_usb1_vbus>;
73 usb2_vbus-supply = <&reg_usb2_vbus>;
74 status = "okay";
75 };
76
77 ehci0: usb@01c14000 {
78 status = "okay";
79 };
80
81 ohci0: usb@01c14400 {
82 status = "okay";
83 };
84
85 ahci: sata@01c18000 {
86 target-supply = <&reg_ahci_5v>;
87 status = "okay";
88 };
89
90 ehci1: usb@01c1c000 {
91 status = "okay";
92 };
93
94 ohci1: usb@01c1c400 {
95 status = "okay";
96 };
97
98 pinctrl@01c20800 {
99 ahci_pwr_pin_a: ahci_pwr_pin@0 {
100 allwinner,pins = "PH2";
101 };
102
103 led_pins_pcduino3: led_pins@0 {
104 allwinner,pins = "PH15", "PH16";
105 allwinner,function = "gpio_out";
106 allwinner,drive = <0>;
107 allwinner,pull = <0>;
108 };
109
110 key_pins_pcduino3: key_pins@0 {
111 allwinner,pins = "PH17", "PH18", "PH19";
112 allwinner,function = "gpio_in";
113 allwinner,drive = <0>;
114 allwinner,pull = <0>;
115 };
116 };
117
118 ir0: ir@01c21800 {
119 pinctrl-names = "default";
120 pinctrl-0 = <&ir0_pins_a>;
121 status = "okay";
122 };
123
124 uart0: serial@01c28000 {
125 pinctrl-names = "default";
126 pinctrl-0 = <&uart0_pins_a>;
127 status = "okay";
128 };
129
130 i2c0: i2c@01c2ac00 {
131 pinctrl-names = "default";
132 pinctrl-0 = <&i2c0_pins_a>;
133 status = "okay";
134
135 axp209: pmic@34 {
136 compatible = "x-powers,axp209";
137 reg = <0x34>;
138 interrupt-parent = <&nmi_intc>;
139 interrupts = <0 8>;
140
141 interrupt-controller;
142 #interrupt-cells = <1>;
143 };
144 };
145
146 gmac: ethernet@01c50000 {
147 pinctrl-names = "default";
148 pinctrl-0 = <&gmac_pins_mii_a>;
149 phy = <&phy1>;
150 phy-mode = "mii";
151 status = "okay";
152
153 phy1: ethernet-phy@1 {
154 reg = <1>;
155 };
156 };
157 };
158
159 leds {
160 compatible = "gpio-leds";
161 pinctrl-names = "default";
162 pinctrl-0 = <&led_pins_pcduino3>;
163
164 tx {
165 label = "pcduino3:green:tx";
166 gpios = <&pio 7 15 GPIO_ACTIVE_LOW>;
167 };
168
169 rx {
170 label = "pcduino3:green:rx";
171 gpios = <&pio 7 16 GPIO_ACTIVE_LOW>;
172 };
173 };
174
175 gpio_keys {
176 compatible = "gpio-keys";
177 pinctrl-names = "default";
178 pinctrl-0 = <&key_pins_pcduino3>;
179 #address-cells = <1>;
180 #size-cells = <0>;
181 button@0 {
182 label = "Key Back";
183 linux,code = <KEY_BACK>;
184 gpios = <&pio 7 17 GPIO_ACTIVE_LOW>;
185 };
186 button@1 {
187 label = "Key Home";
188 linux,code = <KEY_HOME>;
189 gpios = <&pio 7 18 GPIO_ACTIVE_LOW>;
190 };
191 button@2 {
192 label = "Key Menu";
193 linux,code = <KEY_MENU>;
194 gpios = <&pio 7 19 GPIO_ACTIVE_LOW>;
195 };
196 };
197
198 reg_usb1_vbus: usb1-vbus {
199 status = "okay";
200 };
201
202 reg_usb2_vbus: usb2-vbus {
203 status = "okay";
204 };
205
206 reg_ahci_5v: ahci-5v {
207 gpio = <&pio 7 2 0>;
208 status = "okay";
209 };
210};