]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm/sun7i-a20-olimex-som-evb.dts
Import libucl snapshot 20160604
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm / sun7i-a20-olimex-som-evb.dts
1 /*
2  * Copyright 2015 - Marcus Cooper <codekipper@gmail.com>
3  * Copyright 2015 - Karsten Merker <merker@debian.org>
4  *
5  * 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.
9  *
10  *  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  * 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.
42  */
43
44 /dts-v1/;
45 #include "sun7i-a20.dtsi"
46 #include "sunxi-common-regulators.dtsi"
47
48 #include <dt-bindings/gpio/gpio.h>
49 #include <dt-bindings/input/input.h>
50 #include <dt-bindings/interrupt-controller/irq.h>
51 #include <dt-bindings/pinctrl/sun4i-a10.h>
52
53 / {
54         model = "Olimex A20-Olimex-SOM-EVB";
55         compatible = "olimex,a20-olimex-som-evb", "allwinner,sun7i-a20";
56
57         aliases {
58                 serial0 = &uart0;
59         };
60
61         chosen {
62                 stdout-path = "serial0:115200n8";
63         };
64
65         leds {
66                 compatible = "gpio-leds";
67                 pinctrl-names = "default";
68                 pinctrl-0 = <&led_pins_olimex_som_evb>;
69
70                 green {
71                         label = "a20-olimex-som-evb:green:usr";
72                         gpios = <&pio 7 2 GPIO_ACTIVE_HIGH>;
73                         default-state = "on";
74                 };
75         };
76 };
77
78 &ahci {
79         target-supply = <&reg_ahci_5v>;
80         status = "okay";
81 };
82
83 &ehci0 {
84         status = "okay";
85 };
86
87 &ehci1 {
88         status = "okay";
89 };
90
91 &codec {
92         status = "okay";
93 };
94
95 &gmac {
96         pinctrl-names = "default";
97         pinctrl-0 = <&gmac_pins_rgmii_a>;
98         phy = <&phy1>;
99         phy-mode = "rgmii";
100         status = "okay";
101
102         phy1: ethernet-phy@1 {
103                 reg = <1>;
104         };
105 };
106
107 &i2c0 {
108         pinctrl-names = "default";
109         pinctrl-0 = <&i2c0_pins_a>;
110         status = "okay";
111
112         axp209: pmic@34 {
113                 reg = <0x34>;
114                 interrupt-parent = <&nmi_intc>;
115                 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
116         };
117 };
118
119 &lradc {
120         vref-supply = <&reg_vcc3v0>;
121         status = "okay";
122
123         button@190 {
124                 label = "Volume Up";
125                 linux,code = <KEY_VOLUMEUP>;
126                 channel = <0>;
127                 voltage = <190000>;
128         };
129
130         button@390 {
131                 label = "Volume Down";
132                 linux,code = <KEY_VOLUMEDOWN>;
133                 channel = <0>;
134                 voltage = <390000>;
135         };
136
137         button@600 {
138                 label = "Menu";
139                 linux,code = <KEY_MENU>;
140                 channel = <0>;
141                 voltage = <600000>;
142         };
143
144         button@800 {
145                 label = "Search";
146                 linux,code = <KEY_SEARCH>;
147                 channel = <0>;
148                 voltage = <800000>;
149         };
150
151         button@980 {
152                 label = "Home";
153                 linux,code = <KEY_HOMEPAGE>;
154                 channel = <0>;
155                 voltage = <980000>;
156         };
157
158         button@1180 {
159                 label = "Esc";
160                 linux,code = <KEY_ESC>;
161                 channel = <0>;
162                 voltage = <1180000>;
163         };
164
165         button@1400 {
166                 label = "Enter";
167                 linux,code = <KEY_ENTER>;
168                 channel = <0>;
169                 voltage = <1400000>;
170         };
171 };
172
173 &mmc0 {
174         pinctrl-names = "default";
175         pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
176         vmmc-supply = <&reg_vcc3v3>;
177         bus-width = <4>;
178         cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
179         cd-inverted;
180         status = "okay";
181 };
182
183 &mmc3 {
184         pinctrl-names = "default";
185         pinctrl-0 = <&mmc3_pins_a>, <&mmc3_cd_pin_olimex_som_evb>;
186         vmmc-supply = <&reg_vcc3v3>;
187         bus-width = <4>;
188         cd-gpios = <&pio 7 0 GPIO_ACTIVE_HIGH>; /* PH0 */
189         cd-inverted;
190         status = "okay";
191 };
192
193 &ohci0 {
194         status = "okay";
195 };
196
197 &ohci1 {
198         status = "okay";
199 };
200
201 &pio {
202         ahci_pwr_pin_olimex_som_evb: ahci_pwr_pin@1 {
203                 allwinner,pins = "PC3";
204                 allwinner,function = "gpio_out";
205                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
206                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
207         };
208
209         led_pins_olimex_som_evb: led_pins@0 {
210                 allwinner,pins = "PH2";
211                 allwinner,function = "gpio_out";
212                 allwinner,drive = <SUN4I_PINCTRL_20_MA>;
213                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
214         };
215
216         mmc3_cd_pin_olimex_som_evb: mmc3_cd_pin@0 {
217                 allwinner,pins = "PH0";
218                 allwinner,function = "gpio_in";
219                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
220                 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
221         };
222 };
223
224 &reg_ahci_5v {
225         pinctrl-0 = <&ahci_pwr_pin_olimex_som_evb>;
226         gpio = <&pio 2 3 GPIO_ACTIVE_HIGH>;
227         status = "okay";
228 };
229
230 #include "axp209.dtsi"
231
232 &reg_dcdc2 {
233         regulator-always-on;
234         regulator-min-microvolt = <1000000>;
235         regulator-max-microvolt = <1400000>;
236         regulator-name = "vdd-cpu";
237 };
238
239 &reg_dcdc3 {
240         regulator-always-on;
241         regulator-min-microvolt = <1000000>;
242         regulator-max-microvolt = <1400000>;
243         regulator-name = "vdd-int-dll";
244 };
245
246 &reg_ldo1 {
247         regulator-name = "vdd-rtc";
248 };
249
250 &reg_ldo2 {
251         regulator-always-on;
252         regulator-min-microvolt = <3000000>;
253         regulator-max-microvolt = <3000000>;
254         regulator-name = "avcc";
255 };
256
257 &reg_usb1_vbus {
258         status = "okay";
259 };
260
261 &reg_usb2_vbus {
262         status = "okay";
263 };
264
265 &uart0 {
266         pinctrl-names = "default";
267         pinctrl-0 = <&uart0_pins_a>;
268         status = "okay";
269 };
270
271 &usbphy {
272         usb1_vbus-supply = <&reg_usb1_vbus>;
273         usb2_vbus-supply = <&reg_usb2_vbus>;
274         status = "okay";
275 };