Lines Matching +full:touchscreen +full:- +full:min +full:- +full:y
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 = <®_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 = <®_dcdc2>;
113 /* pull-ups and devices require AXP209 LDO3 */
120 ft5406ee8: touchscreen@38 {
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 = <®_ldo2>;
135 button-400 {
142 button-800 {
151 vmmc-supply = <®_vcc3v3>;
152 bus-width = <4>;
153 cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>; /* PH1 */
162 pinctrl-names = "default";
163 pinctrl-0 = <&pwm0_pin>;
168 regulator-always-on;
169 regulator-min-microvolt = <1000000>;
170 regulator-max-microvolt = <1400000>;
171 regulator-name = "vdd-cpu";
175 regulator-always-on;
176 regulator-min-microvolt = <1250000>;
177 regulator-max-microvolt = <1250000>;
178 regulator-name = "vdd-int-dll";
182 regulator-name = "vdd-rtc";
186 regulator-always-on;
187 regulator-min-microvolt = <3000000>;
188 regulator-max-microvolt = <3000000>;
189 regulator-name = "avcc";
201 pinctrl-names = "default";
202 pinctrl-0 = <&uart0_pb_pins>;
212 usb0_id_det-gpios = <&pio 7 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH4 */
213 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
214 usb0_vbus-supply = <®_usb0_vbus>;
215 usb2_vbus-supply = <®_usb2_vbus>;