1 // SPDX-License-Identifier: (GPL-2.0+ or MIT)
3 * Copyright (C) 2018 Amarula Solutions
4 * Author: Jagan Teki <jagan@amarulasolutions.com>
9 #include "sun50i-h6.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
14 model = "OrangePi One Plus";
15 compatible = "xunlong,orangepi-one-plus", "allwinner,sun50i-h6";
22 stdout-path = "serial0:115200n8";
26 compatible = "gpio-leds";
29 label = "orangepi:red:power";
30 gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */
35 label = "orangepi:green:status";
36 gpios = <&r_pio 0 7 GPIO_ACTIVE_HIGH>; /* PL7 */
41 /* board wide 5V supply directly from the DC jack */
42 compatible = "regulator-fixed";
43 regulator-name = "vcc-5v";
44 regulator-min-microvolt = <5000000>;
45 regulator-max-microvolt = <5000000>;
59 mali-supply = <®_dcdcc>;
64 vmmc-supply = <®_cldo1>;
65 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
82 compatible = "x-powers,axp805", "x-powers,axp806";
84 interrupt-parent = <&r_intc>;
85 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
87 #interrupt-cells = <1>;
88 x-powers,self-working-mode;
89 vina-supply = <®_vcc5v>;
90 vinb-supply = <®_vcc5v>;
91 vinc-supply = <®_vcc5v>;
92 vind-supply = <®_vcc5v>;
93 vine-supply = <®_vcc5v>;
94 aldoin-supply = <®_vcc5v>;
95 bldoin-supply = <®_vcc5v>;
96 cldoin-supply = <®_vcc5v>;
101 regulator-min-microvolt = <3300000>;
102 regulator-max-microvolt = <3300000>;
103 regulator-name = "vcc-pl";
107 regulator-min-microvolt = <3300000>;
108 regulator-max-microvolt = <3300000>;
109 regulator-name = "vcc-ac200";
114 regulator-min-microvolt = <3300000>;
115 regulator-max-microvolt = <3300000>;
116 regulator-name = "vcc25-dram";
121 regulator-min-microvolt = <1800000>;
122 regulator-max-microvolt = <1800000>;
123 regulator-name = "vcc-bias-pll";
128 regulator-min-microvolt = <1800000>;
129 regulator-max-microvolt = <1800000>;
130 regulator-name = "vcc-efuse-pcie-hdmi-io";
135 regulator-min-microvolt = <1800000>;
136 regulator-max-microvolt = <1800000>;
137 regulator-name = "vcc-dcxoio";
146 regulator-min-microvolt = <3300000>;
147 regulator-max-microvolt = <3300000>;
148 regulator-name = "vcc-3v3";
152 regulator-min-microvolt = <3300000>;
153 regulator-max-microvolt = <3300000>;
154 regulator-name = "vcc-wifi-1";
158 regulator-min-microvolt = <3300000>;
159 regulator-max-microvolt = <3300000>;
160 regulator-name = "vcc-wifi-2";
165 regulator-min-microvolt = <810000>;
166 regulator-max-microvolt = <1080000>;
167 regulator-name = "vdd-cpu";
171 regulator-enable-ramp-delay = <32000>;
172 regulator-min-microvolt = <810000>;
173 regulator-max-microvolt = <1080000>;
174 regulator-name = "vdd-gpu";
179 regulator-min-microvolt = <960000>;
180 regulator-max-microvolt = <960000>;
181 regulator-name = "vdd-sys";
186 regulator-min-microvolt = <1200000>;
187 regulator-max-microvolt = <1200000>;
188 regulator-name = "vcc-dram";
203 pinctrl-names = "default";
204 pinctrl-0 = <&uart0_ph_pins>;
214 usb0_id_det-gpios = <&pio 2 6 GPIO_ACTIVE_HIGH>; /* PC6 */
215 usb0_vbus-supply = <®_vcc5v>;
216 usb3_vbus-supply = <®_vcc5v>;