2 * Copyright (c) 2016 ARM Ltd.
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
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.
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.
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
30 * The above copyright notice and this permission notice shall be
31 * included in all copies or substantial portions of the Software.
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.
45 #include "sun50i-a64.dtsi"
47 #include <dt-bindings/gpio/gpio.h>
51 compatible = "pine64,pine64", "allwinner,sun50i-a64";
63 stdout-path = "serial0:115200n8";
76 pinctrl-names = "default";
77 pinctrl-0 = <&rmii_pins>;
79 phy-handle = <&ext_rmii_phy1>;
80 phy-supply = <®_dc1sw>;
86 pinctrl-names = "default";
87 pinctrl-0 = <&i2c1_pins>;
96 ext_rmii_phy1: ethernet-phy@1 {
97 compatible = "ethernet-phy-ieee802.3-c22";
103 pinctrl-names = "default";
104 pinctrl-0 = <&mmc0_pins>;
105 vmmc-supply = <®_dcdc1>;
106 cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
125 compatible = "x-powers,axp803";
127 interrupt-parent = <&r_intc>;
128 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
132 #include "axp803.dtsi"
136 regulator-min-microvolt = <1800000>;
137 regulator-max-microvolt = <3300000>;
138 regulator-name = "vcc-pl";
143 regulator-min-microvolt = <3000000>;
144 regulator-max-microvolt = <3000000>;
145 regulator-name = "vcc-pll-avcc";
149 regulator-name = "vcc-phy";
154 regulator-min-microvolt = <3300000>;
155 regulator-max-microvolt = <3300000>;
156 regulator-name = "vcc-3v3";
161 regulator-min-microvolt = <1040000>;
162 regulator-max-microvolt = <1300000>;
163 regulator-name = "vdd-cpux";
166 /* DCDC3 is polyphased with DCDC2 */
169 * The DRAM chips used by Pine64 boards are DDR3L-compatible, so they can
170 * work at 1.35V with less power consumption.
171 * As AXP803 DCDC5 cannot reach 1.35V accurately, use 1.36V instead.
175 regulator-min-microvolt = <1360000>;
176 regulator-max-microvolt = <1360000>;
177 regulator-name = "vcc-dram";
182 regulator-min-microvolt = <1100000>;
183 regulator-max-microvolt = <1100000>;
184 regulator-name = "vdd-sys";
188 regulator-min-microvolt = <3300000>;
189 regulator-max-microvolt = <3300000>;
190 regulator-name = "vcc-hdmi";
194 regulator-min-microvolt = <3300000>;
195 regulator-max-microvolt = <3300000>;
196 regulator-name = "vcc-mipi";
200 regulator-min-microvolt = <3300000>;
201 regulator-max-microvolt = <3300000>;
202 regulator-name = "vcc-wifi";
206 regulator-min-microvolt = <1800000>;
207 regulator-max-microvolt = <1800000>;
208 regulator-name = "cpvdd";
212 regulator-min-microvolt = <1200000>;
213 regulator-max-microvolt = <1200000>;
214 regulator-name = "vcc-1v2-hsic";
218 * The A64 chip cannot work without this regulator off, although
219 * it seems to be only driving the AR100 core.
220 * Maybe we don't still know well about CPUs domain.
224 regulator-min-microvolt = <1100000>;
225 regulator-max-microvolt = <1100000>;
226 regulator-name = "vdd-cpus";
230 regulator-name = "vcc-rtc";
233 /* On Exp and Euler connectors */
235 pinctrl-names = "default";
236 pinctrl-0 = <&uart0_pins_a>;
240 /* On Wifi/BT connector, with RTS/CTS */
242 pinctrl-names = "default";
243 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
247 /* On Pi-2 connector */
249 pinctrl-names = "default";
250 pinctrl-0 = <&uart2_pins>;
254 /* On Euler connector */
256 pinctrl-names = "default";
257 pinctrl-0 = <&uart3_pins>;
261 /* On Euler connector, RTS/CTS optional */
263 pinctrl-names = "default";
264 pinctrl-0 = <&uart4_pins>;