Lines Matching +full:usb0_vbus_power +full:- +full:supply

5  * Maxime Ripard <maxime.ripard@free-electrons.com>
7 * This file is dual-licensed: you can use it either under the terms
46 /dts-v1/;
47 #include "sun5i-r8.dtsi"
48 #include "sunxi-common-regulators.dtsi"
50 #include <dt-bindings/gpio/gpio.h>
51 #include <dt-bindings/interrupt-controller/irq.h>
55 compatible = "nextthing,chip", "allwinner,sun5i-r8", "allwinner,sun5i-a13";
67 stdout-path = "serial0:115200n8";
71 compatible = "gpio-leds";
73 led-0 {
76 default-state = "on";
81 compatible = "mmc-pwrseq-simple";
82 reset-gpios = <&pio 2 19 GPIO_ACTIVE_LOW>; /* PC19 */
86 compatible = "w1-gpio";
100 cpu-supply = <&reg_dcdc2>;
144 gpio-controller;
145 #gpio-cells = <2>;
147 interrupt-parent = <&pio>;
149 interrupt-controller;
150 #interrupt-cells = <2>;
155 bias-pull-up;
159 vmmc-supply = <&reg_vcc3v3>;
160 mmc-pwrseq = <&mmc0_pwrseq>;
161 bus-width = <4>;
162 non-removable;
175 regulator-min-microvolt = <1000000>;
176 regulator-max-microvolt = <1400000>;
177 regulator-name = "cpuvdd";
178 regulator-always-on;
182 regulator-min-microvolt = <1000000>;
183 regulator-max-microvolt = <1300000>;
184 regulator-name = "corevdd";
185 regulator-always-on;
189 regulator-name = "rtcvdd";
193 regulator-min-microvolt = <2700000>;
194 regulator-max-microvolt = <3300000>;
195 regulator-name = "avcc";
196 regulator-always-on;
208 regulator-min-microvolt = <3300000>;
209 regulator-max-microvolt = <3300000>;
210 regulator-name = "vcc-wifi-1";
211 regulator-always-on;
215 regulator-min-microvolt = <3300000>;
216 regulator-max-microvolt = <3300000>;
217 regulator-name = "vcc-wifi-2";
218 regulator-always-on;
222 regulator-min-microvolt = <1800000>;
223 regulator-max-microvolt = <1800000>;
224 regulator-name = "vcc-1v8";
228 vin-supply = <&reg_vcc5v0>;
234 pinctrl-names = "default";
235 pinctrl-0 = <&spi2_pe_pins>;
248 pinctrl-names = "default";
249 pinctrl-0 = <&uart1_pg_pins>;
254 pinctrl-names = "default";
255 pinctrl-0 = <&uart3_pg_pins>,
260 compatible = "realtek,rtl8723bs-bt";
261 device-wake-gpios = <&axp_gpio 3 GPIO_ACTIVE_HIGH>;
262 host-wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
278 usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
279 usb0_vbus_power-supply = <&usb_power_supply>;
280 usb0_vbus-supply = <&reg_usb0_vbus>;
281 usb1_vbus-supply = <&reg_vcc5v0>;