Lines Matching +full:usb0_vbus_det +full:- +full:gpios
2 * Copyright 2014 Chen-Yu Tsai <wens@csie.org>
4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun5i-a13.dtsi"
45 #include "sunxi-common-regulators.dtsi"
47 #include <dt-bindings/gpio/gpio.h>
48 #include <dt-bindings/input/input.h>
52 compatible = "hsg,h702", "allwinner,sun5i-a13";
59 stdout-path = "serial0:115200n8";
64 cpu-supply = <®_dcdc2>;
94 vref-supply = <®_ldo2>;
97 button-200 {
104 button-400 {
113 vmmc-supply = <®_vcc3v3>;
114 bus-width = <4>;
115 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
130 regulator-always-on;
131 regulator-min-microvolt = <1000000>;
132 regulator-max-microvolt = <1500000>;
133 regulator-name = "vdd-cpu";
137 regulator-always-on;
138 regulator-min-microvolt = <1000000>;
139 regulator-max-microvolt = <1400000>;
140 regulator-name = "vdd-int-dll";
144 regulator-name = "vdd-rtc";
148 regulator-always-on;
149 regulator-min-microvolt = <3000000>;
150 regulator-max-microvolt = <3000000>;
151 regulator-name = "avcc";
155 regulator-min-microvolt = <3300000>;
156 regulator-max-microvolt = <3300000>;
157 regulator-name = "vcc-wifi";
166 pinctrl-names = "default";
167 pinctrl-0 = <&uart1_pg_pins>;
177 usb0_id_det-gpios = <&pio 6 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PG2 */
178 usb0_vbus_det-gpios = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
179 usb0_vbus-supply = <®_usb0_vbus>;
180 usb1_vbus-supply = <®_ldo3>;