Lines Matching +full:touchscreen +full:- +full:min +full:- +full:x
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>
52 model = "iNet-1";
53 compatible = "inet-tek,inet1", "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";
77 cpu-supply = <®_dcdc2>;
106 interrupt-parent = <&pio>;
114 ft5x: touchscreen@38 {
115 compatible = "edt,edt-ft5406";
117 interrupt-parent = <&pio>;
119 wake-gpios = <&pio 1 13 GPIO_ACTIVE_HIGH>; /* PB13 */
120 touchscreen-size-x = <600>;
121 touchscreen-size-y = <1024>;
122 touchscreen-swapped-x-y;
127 vref-supply = <®_ldo2>;
130 button-200 {
137 button-1000 {
144 button-1200 {
153 vmmc-supply = <®_vcc3v3>;
154 bus-width = <4>;
155 cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>; /* PH1 */
168 pinctrl-names = "default";
169 pinctrl-0 = <&pwm0_pin>;
174 regulator-always-on;
175 regulator-min-microvolt = <1000000>;
176 regulator-max-microvolt = <1400000>;
177 regulator-name = "vdd-cpu";
181 regulator-always-on;
182 regulator-min-microvolt = <1250000>;
183 regulator-max-microvolt = <1250000>;
184 regulator-name = "vdd-int-dll";
188 regulator-name = "vdd-rtc";
192 regulator-always-on;
193 regulator-min-microvolt = <3000000>;
194 regulator-max-microvolt = <3000000>;
195 regulator-name = "avcc";
211 pinctrl-names = "default";
212 pinctrl-0 = <&uart0_pb_pins>;
222 usb0_id_det-gpios = <&pio 7 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH4 */
223 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */
224 usb0_vbus-supply = <®_usb0_vbus>;
225 usb1_vbus-supply = <®_usb1_vbus>;
226 usb2_vbus-supply = <®_usb2_vbus>;