1 // SPDX-License-Identifier: (GPL-2.0+ or MIT)
3 * Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.io>
8 #include "sun50i-h6.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
14 compatible = "pine64,pine-h64", "allwinner,sun50i-h6";
22 stdout-path = "serial0:115200n8";
26 compatible = "hdmi-connector";
30 hdmi_con_in: endpoint {
31 remote-endpoint = <&hdmi_out_con>;
37 compatible = "gpio-leds";
40 label = "pine-h64:green:heartbeat";
41 gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */
45 label = "pine-h64:white:link";
46 gpios = <&r_pio 0 3 GPIO_ACTIVE_HIGH>; /* PL3 */
50 label = "pine-h64:blue:status";
51 gpios = <&r_pio 0 7 GPIO_ACTIVE_HIGH>; /* PL7 */
56 compatible = "regulator-fixed";
57 regulator-name = "usb-vbus";
58 regulator-min-microvolt = <5000000>;
59 regulator-max-microvolt = <5000000>;
60 startup-delay-us = <100000>;
61 gpio = <&r_pio 0 5 GPIO_ACTIVE_HIGH>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&ext_rgmii_pins>;
70 phy-handle = <&ext_rgmii_phy>;
71 phy-supply = <®_aldo2>;
72 allwinner,rx-delay-ps = <200>;
73 allwinner,tx-delay-ps = <200>;
78 ext_rgmii_phy: ethernet-phy@1 {
79 compatible = "ethernet-phy-ieee802.3-c22";
93 hdmi_out_con: endpoint {
94 remote-endpoint = <&hdmi_con_in>;
107 vmmc-supply = <®_cldo1>;
108 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
114 vmmc-supply = <®_cldo1>;
115 vqmmc-supply = <®_bldo2>;
131 vcc-pc-supply = <®_bldo2>;
132 vcc-pd-supply = <®_cldo1>;
133 vcc-pg-supply = <®_aldo1>;
140 compatible = "x-powers,axp805", "x-powers,axp806";
142 interrupt-parent = <&r_intc>;
143 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
144 interrupt-controller;
145 #interrupt-cells = <1>;
146 x-powers,self-working-mode;
151 regulator-min-microvolt = <3300000>;
152 regulator-max-microvolt = <3300000>;
153 regulator-name = "vcc-pl";
157 regulator-min-microvolt = <3300000>;
158 regulator-max-microvolt = <3300000>;
159 regulator-name = "vcc-ac200";
160 regulator-enable-ramp-delay = <100000>;
164 /* This regulator is connected with CLDO1 */
166 regulator-min-microvolt = <3300000>;
167 regulator-max-microvolt = <3300000>;
168 regulator-name = "vcc-3v3-1";
173 regulator-min-microvolt = <1800000>;
174 regulator-max-microvolt = <1800000>;
175 regulator-name = "vcc-bias-pll";
180 regulator-min-microvolt = <1800000>;
181 regulator-max-microvolt = <1800000>;
182 regulator-name = "vcc-efuse-pcie-hdmi-io";
187 regulator-min-microvolt = <1800000>;
188 regulator-max-microvolt = <1800000>;
189 regulator-name = "vcc-dcxoio";
197 /* This regulator is connected with ALDO3 */
199 regulator-min-microvolt = <3300000>;
200 regulator-max-microvolt = <3300000>;
201 regulator-name = "vcc-3v3-2";
205 regulator-min-microvolt = <3300000>;
206 regulator-max-microvolt = <3300000>;
207 regulator-name = "vcc-wifi-1";
211 regulator-min-microvolt = <3300000>;
212 regulator-max-microvolt = <3300000>;
213 regulator-name = "vcc-wifi-2";
218 regulator-min-microvolt = <810000>;
219 regulator-max-microvolt = <1080000>;
220 regulator-name = "vdd-cpu";
224 regulator-min-microvolt = <810000>;
225 regulator-max-microvolt = <1080000>;
226 regulator-name = "vdd-gpu";
231 regulator-min-microvolt = <960000>;
232 regulator-max-microvolt = <960000>;
233 regulator-name = "vdd-sys";
238 regulator-min-microvolt = <1200000>;
239 regulator-max-microvolt = <1200000>;
240 regulator-name = "vcc-dram";
250 compatible = "nxp,pcf8563";
252 interrupt-parent = <&r_intc>;
253 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
259 vcc-pm-supply = <®_aldo1>;
263 pinctrl-names = "default";
264 pinctrl-0 = <&uart0_ph_pins>;
274 usb0_vbus-supply = <®_usb_vbus>;
275 usb3_vbus-supply = <®_usb_vbus>;