Lines Matching +full:pa +full:- +full:gpios

4  * This file is dual-licensed: you can use it either under the terms
42 #include "sunxi-reference-design-tablet.dtsi"
44 #include <dt-bindings/interrupt-controller/irq.h>
45 #include <dt-bindings/pwm/pwm.h>
53 compatible = "pwm-backlight";
55 brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
56 default-brightness-level = <8>;
57 enable-gpios = <&axp_gpio 1 GPIO_ACTIVE_HIGH>; /* AXP GPIO1 */
58 power-supply = <&reg_vcc3v0>;
62 stdout-path = "serial0:115200n8";
67 allwinner,pa-gpios = <&pio 6 10 GPIO_ACTIVE_HIGH>; /* PG10 */
72 cpu-supply = <&reg_dcdc2>;
92 clock-frequency = <400000>;
96 interrupt-parent = <&pio>;
98 power-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
120 vref-supply = <&reg_ldo2>;
124 pinctrl-names = "default";
125 pinctrl-0 = <&mmc0_pins>;
126 vmmc-supply = <&reg_vcc3v0>;
127 bus-width = <4>;
128 cd-gpios = <&pio 6 0 GPIO_ACTIVE_LOW>; /* PG0 */
137 regulator-always-on;
138 regulator-min-microvolt = <1000000>;
139 regulator-max-microvolt = <1500000>;
140 regulator-name = "vdd-cpu";
144 regulator-always-on;
145 regulator-min-microvolt = <1000000>;
146 regulator-max-microvolt = <1400000>;
147 regulator-name = "vdd-int-pll";
151 regulator-name = "vdd-rtc";
155 regulator-always-on;
156 regulator-min-microvolt = <3000000>;
157 regulator-max-microvolt = <3000000>;
158 regulator-name = "avcc";
162 regulator-min-microvolt = <3300000>;
163 regulator-max-microvolt = <3300000>;
164 regulator-name = "vcc-wifi";
173 pinctrl-names = "default";
174 pinctrl-0 = <&uart1_pg_pins>;
188 usb0_id_det-gpios = <&pio 6 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PG2 */
189 usb0_vbus_det-gpios = <&pio 6 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PG1 */
190 usb0_vbus_power-supply = <&usb_power_supply>;
191 usb0_vbus-supply = <&reg_usb0_vbus>;
192 usb1_vbus-supply = <&reg_ldo3>;