Lines Matching +full:ph1 +full:- +full:pin

4  * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun4i-a10.dtsi"
45 #include "sunxi-common-regulators.dtsi"
46 #include <dt-bindings/gpio/gpio.h>
47 #include <dt-bindings/input/input.h>
48 #include <dt-bindings/interrupt-controller/irq.h>
49 #include <dt-bindings/pwm/pwm.h>
53 compatible = "dserve,dsrv9703c", "allwinner,sun4i-a10";
60 compatible = "pwm-backlight";
62 brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
63 default-brightness-level = <8>;
64 enable-gpios = <&pio 7 7 GPIO_ACTIVE_HIGH>; /* PH7 */
68 stdout-path = "serial0:115200n8";
72 compatible = "regulator-haptic";
73 haptic-supply = <&reg_motor>;
74 min-microvolt = <3000000>;
75 max-microvolt = <3000000>;
78 reg_motor: reg-motor {
79 compatible = "regulator-fixed";
80 regulator-name = "vcc-motor";
81 regulator-min-microvolt = <3000000>;
82 regulator-max-microvolt = <3000000>;
83 enable-active-high;
89 allwinner,pa-gpios = <&pio 7 15 GPIO_ACTIVE_HIGH>; /* PH15 */
94 cpu-supply = <&reg_dcdc2>;
113 /* pull-ups and devices require AXP209 LDO3 */
121 compatible = "edt,edt-ft5406";
123 interrupt-parent = <&pio>;
125 reset-gpios = <&pio 1 13 GPIO_ACTIVE_LOW>;
126 touchscreen-size-x = <1024>;
127 touchscreen-size-y = <768>;
132 vref-supply = <&reg_ldo2>;
135 button-400 {
142 button-800 {
151 vmmc-supply = <&reg_vcc3v3>;
152 bus-width = <4>;
153 cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>; /* PH1 */
162 usb0_id_detect_pin: usb0-id-detect-pin {
165 bias-pull-up;
168 usb0_vbus_detect_pin: usb0-vbus-detect-pin {
171 bias-pull-down;
176 pinctrl-names = "default";
177 pinctrl-0 = <&pwm0_pin>;
182 regulator-always-on;
183 regulator-min-microvolt = <1000000>;
184 regulator-max-microvolt = <1400000>;
185 regulator-name = "vdd-cpu";
189 regulator-always-on;
190 regulator-min-microvolt = <1250000>;
191 regulator-max-microvolt = <1250000>;
192 regulator-name = "vdd-int-dll";
196 regulator-name = "vdd-rtc";
200 regulator-always-on;
201 regulator-min-microvolt = <3000000>;
202 regulator-max-microvolt = <3000000>;
203 regulator-name = "avcc";
215 pinctrl-names = "default";
216 pinctrl-0 = <&uart0_pb_pins>;
226 pinctrl-names = "default";
227 pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>;
228 usb0_id_det-gpio = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */
229 usb0_vbus_det-gpio = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
230 usb0_vbus-supply = <&reg_usb0_vbus>;
231 usb2_vbus-supply = <&reg_usb2_vbus>;