Lines Matching +full:pull +full:- +full:ups
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 */
65 power-supply = <®_vcc3v3>;
69 stdout-path = "serial0:115200n8";
73 compatible = "regulator-haptic";
74 haptic-supply = <®_motor>;
75 min-microvolt = <3000000>;
76 max-microvolt = <3000000>;
79 reg_motor: reg-motor {
80 compatible = "regulator-fixed";
81 regulator-name = "vcc-motor";
82 regulator-min-microvolt = <3000000>;
83 regulator-max-microvolt = <3000000>;
84 enable-active-high;
90 allwinner,pa-gpios = <&pio 7 15 GPIO_ACTIVE_HIGH>; /* PH15 */
95 cpu-supply = <®_dcdc2>;
114 /* pull-ups and devices require AXP209 LDO3 */
122 compatible = "edt,edt-ft5406";
124 interrupt-parent = <&pio>;
126 reset-gpios = <&pio 1 13 GPIO_ACTIVE_LOW>;
127 touchscreen-size-x = <1024>;
128 touchscreen-size-y = <768>;
133 vref-supply = <®_ldo2>;
136 button-400 {
143 button-800 {
152 vmmc-supply = <®_vcc3v3>;
153 bus-width = <4>;
154 cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>; /* PH1 */
163 pinctrl-names = "default";
164 pinctrl-0 = <&pwm0_pin>;
169 regulator-always-on;
170 regulator-min-microvolt = <1000000>;
171 regulator-max-microvolt = <1400000>;
172 regulator-name = "vdd-cpu";
176 regulator-always-on;
177 regulator-min-microvolt = <1250000>;
178 regulator-max-microvolt = <1250000>;
179 regulator-name = "vdd-int-dll";
183 regulator-name = "vdd-rtc";
187 regulator-always-on;
188 regulator-min-microvolt = <3000000>;
189 regulator-max-microvolt = <3000000>;
190 regulator-name = "avcc";
202 pinctrl-names = "default";
203 pinctrl-0 = <&uart0_pb_pins>;
213 usb0_id_det-gpios = <&pio 7 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH4 */
214 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
215 usb0_vbus-supply = <®_usb0_vbus>;
216 usb2_vbus-supply = <®_usb2_vbus>;