]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm64/allwinner/sun50i-a64-pine64.dts
MFV r353628:
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm64 / allwinner / sun50i-a64-pine64.dts
1 /*
2  * Copyright (c) 2016 ARM Ltd.
3  *
4  * This file is dual-licensed: you can use it either under the terms
5  * of the GPL or the X11 license, at your option. Note that this dual
6  * licensing only applies to this file, and not this project as a
7  * whole.
8  *
9  *  a) This library is free software; you can redistribute it and/or
10  *     modify it under the terms of the GNU General Public License as
11  *     published by the Free Software Foundation; either version 2 of the
12  *     License, or (at your option) any later version.
13  *
14  *     This library is distributed in the hope that it will be useful,
15  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *     GNU General Public License for more details.
18  *
19  * Or, alternatively,
20  *
21  *  b) Permission is hereby granted, free of charge, to any person
22  *     obtaining a copy of this software and associated documentation
23  *     files (the "Software"), to deal in the Software without
24  *     restriction, including without limitation the rights to use,
25  *     copy, modify, merge, publish, distribute, sublicense, and/or
26  *     sell copies of the Software, and to permit persons to whom the
27  *     Software is furnished to do so, subject to the following
28  *     conditions:
29  *
30  *     The above copyright notice and this permission notice shall be
31  *     included in all copies or substantial portions of the Software.
32  *
33  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40  *     OTHER DEALINGS IN THE SOFTWARE.
41  */
42
43 /dts-v1/;
44
45 #include "sun50i-a64.dtsi"
46
47 #include <dt-bindings/gpio/gpio.h>
48
49 / {
50         model = "Pine64";
51         compatible = "pine64,pine64", "allwinner,sun50i-a64";
52
53         aliases {
54                 ethernet0 = &emac;
55                 serial0 = &uart0;
56                 serial1 = &uart1;
57                 serial2 = &uart2;
58                 serial3 = &uart3;
59                 serial4 = &uart4;
60         };
61
62         chosen {
63                 stdout-path = "serial0:115200n8";
64         };
65
66         hdmi-connector {
67                 compatible = "hdmi-connector";
68                 type = "a";
69
70                 port {
71                         hdmi_con_in: endpoint {
72                                 remote-endpoint = <&hdmi_out_con>;
73                         };
74                 };
75         };
76 };
77
78 &codec {
79         status = "okay";
80 };
81
82 &codec_analog {
83         cpvdd-supply = <&reg_eldo1>;
84         status = "okay";
85 };
86
87 &dai {
88         status = "okay";
89 };
90
91 &de {
92         status = "okay";
93 };
94
95 &ehci0 {
96         status = "okay";
97 };
98
99 &ehci1 {
100         status = "okay";
101 };
102
103 &emac {
104         pinctrl-names = "default";
105         pinctrl-0 = <&rmii_pins>;
106         phy-mode = "rmii";
107         phy-handle = <&ext_rmii_phy1>;
108         phy-supply = <&reg_dc1sw>;
109         status = "okay";
110
111 };
112
113 &hdmi {
114         hvcc-supply = <&reg_dldo1>;
115         status = "okay";
116 };
117
118 &hdmi_out {
119         hdmi_out_con: endpoint {
120                 remote-endpoint = <&hdmi_con_in>;
121         };
122 };
123
124 &i2c1 {
125         status = "okay";
126 };
127
128 &i2c1_pins {
129         bias-pull-up;
130 };
131
132 &mdio {
133         ext_rmii_phy1: ethernet-phy@1 {
134                 compatible = "ethernet-phy-ieee802.3-c22";
135                 reg = <1>;
136         };
137 };
138
139 &mmc0 {
140         pinctrl-names = "default";
141         pinctrl-0 = <&mmc0_pins>;
142         vmmc-supply = <&reg_dcdc1>;
143         cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
144         disable-wp;
145         bus-width = <4>;
146         status = "okay";
147 };
148
149 &ohci0 {
150         status = "okay";
151 };
152
153 &ohci1 {
154         status = "okay";
155 };
156
157 &r_rsb {
158         status = "okay";
159
160         axp803: pmic@3a3 {
161                 compatible = "x-powers,axp803";
162                 reg = <0x3a3>;
163                 interrupt-parent = <&r_intc>;
164                 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
165         };
166 };
167
168 #include "axp803.dtsi"
169
170 &ac_power_supply {
171         status = "okay";
172 };
173
174 &battery_power_supply {
175         status = "okay";
176 };
177
178 &reg_aldo2 {
179         regulator-always-on;
180         regulator-min-microvolt = <1800000>;
181         regulator-max-microvolt = <3300000>;
182         regulator-name = "vcc-pl";
183 };
184
185 &reg_aldo3 {
186         regulator-always-on;
187         regulator-min-microvolt = <3000000>;
188         regulator-max-microvolt = <3000000>;
189         regulator-name = "vcc-pll-avcc";
190 };
191
192 &reg_dc1sw {
193         regulator-name = "vcc-phy";
194 };
195
196 &reg_dcdc1 {
197         regulator-always-on;
198         regulator-min-microvolt = <3300000>;
199         regulator-max-microvolt = <3300000>;
200         regulator-name = "vcc-3v3";
201 };
202
203 &reg_dcdc2 {
204         regulator-always-on;
205         regulator-min-microvolt = <1040000>;
206         regulator-max-microvolt = <1300000>;
207         regulator-name = "vdd-cpux";
208 };
209
210 /* DCDC3 is polyphased with DCDC2 */
211
212 /*
213  * The DRAM chips used by Pine64 boards are DDR3L-compatible, so they can
214  * work at 1.35V with less power consumption.
215  * As AXP803 DCDC5 cannot reach 1.35V accurately, use 1.36V instead.
216  */
217 &reg_dcdc5 {
218         regulator-always-on;
219         regulator-min-microvolt = <1360000>;
220         regulator-max-microvolt = <1360000>;
221         regulator-name = "vcc-dram";
222 };
223
224 &reg_dcdc6 {
225         regulator-always-on;
226         regulator-min-microvolt = <1100000>;
227         regulator-max-microvolt = <1100000>;
228         regulator-name = "vdd-sys";
229 };
230
231 &reg_dldo1 {
232         regulator-min-microvolt = <3300000>;
233         regulator-max-microvolt = <3300000>;
234         regulator-name = "vcc-hdmi";
235 };
236
237 &reg_dldo2 {
238         regulator-min-microvolt = <3300000>;
239         regulator-max-microvolt = <3300000>;
240         regulator-name = "vcc-mipi";
241 };
242
243 &reg_dldo4 {
244         regulator-min-microvolt = <3300000>;
245         regulator-max-microvolt = <3300000>;
246         regulator-name = "vcc-wifi";
247 };
248
249 &reg_eldo1 {
250         regulator-min-microvolt = <1800000>;
251         regulator-max-microvolt = <1800000>;
252         regulator-name = "cpvdd";
253 };
254
255 &reg_fldo1 {
256         regulator-min-microvolt = <1200000>;
257         regulator-max-microvolt = <1200000>;
258         regulator-name = "vcc-1v2-hsic";
259 };
260
261 /*
262  * The A64 chip cannot work without this regulator off, although
263  * it seems to be only driving the AR100 core.
264  * Maybe we don't still know well about CPUs domain.
265  */
266 &reg_fldo2 {
267         regulator-always-on;
268         regulator-min-microvolt = <1100000>;
269         regulator-max-microvolt = <1100000>;
270         regulator-name = "vdd-cpus";
271 };
272
273 &reg_rtc_ldo {
274         regulator-name = "vcc-rtc";
275 };
276
277 &simplefb_hdmi {
278         vcc-hdmi-supply = <&reg_dldo1>;
279 };
280
281 &sound {
282         simple-audio-card,aux-devs = <&codec_analog>;
283         simple-audio-card,widgets = "Microphone", "Microphone Jack",
284                                     "Headphone", "Headphone Jack";
285         simple-audio-card,routing =
286                         "Left DAC", "AIF1 Slot 0 Left",
287                         "Right DAC", "AIF1 Slot 0 Right",
288                         "Headphone Jack", "HP",
289                         "AIF1 Slot 0 Left ADC", "Left ADC",
290                         "AIF1 Slot 0 Right ADC", "Right ADC",
291                         "MIC2", "Microphone Jack";
292         status = "okay";
293 };
294
295 /* On Euler connector */
296 &spdif {
297         status = "disabled";
298 };
299
300 /* On Exp and Euler connectors */
301 &uart0 {
302         pinctrl-names = "default";
303         pinctrl-0 = <&uart0_pb_pins>;
304         status = "okay";
305 };
306
307 /* On Wifi/BT connector, with RTS/CTS */
308 &uart1 {
309         pinctrl-names = "default";
310         pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
311         status = "disabled";
312 };
313
314 /* On Pi-2 connector */
315 &uart2 {
316         pinctrl-names = "default";
317         pinctrl-0 = <&uart2_pins>;
318         status = "disabled";
319 };
320
321 /* On Euler connector */
322 &uart3 {
323         pinctrl-names = "default";
324         pinctrl-0 = <&uart3_pins>;
325         status = "disabled";
326 };
327
328 /* On Euler connector, RTS/CTS optional */
329 &uart4 {
330         pinctrl-names = "default";
331         pinctrl-0 = <&uart4_pins>;
332         status = "disabled";
333 };
334
335 &usb_otg {
336         dr_mode = "host";
337         status = "okay";
338 };
339
340 &usbphy {
341         status = "okay";
342 };