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/pinctrl/sun4i-a10.h>
50 #include <dt-bindings/pwm/pwm.h>
53 model = "iNet-1";
54 compatible = "inet-tek,inet1", "allwinner,sun4i-a10";
61 compatible = "pwm-backlight";
62 pinctrl-names = "default";
63 pinctrl-0 = <&bl_en_pin_inet>;
65 brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
66 default-brightness-level = <8>;
67 enable-gpios = <&pio 7 7 GPIO_ACTIVE_HIGH>; /* PH7 */
71 stdout-path = "serial0:115200n8";
80 cpu-supply = <®_dcdc2>;
92 pinctrl-names = "default";
93 pinctrl-0 = <&i2c0_pins_a>;
105 pinctrl-names = "default";
106 pinctrl-0 = <&i2c1_pins_a>;
113 interrupt-parent = <&pio>;
119 pinctrl-names = "default";
120 pinctrl-0 = <&i2c2_pins_a>;
123 ft5x: touchscreen@38 {
124 compatible = "edt,edt-ft5406";
126 interrupt-parent = <&pio>;
128 pinctrl-names = "default";
129 pinctrl-0 = <&touchscreen_wake_pin>;
130 wake-gpios = <&pio 1 13 GPIO_ACTIVE_HIGH>; /* PB13 */
131 touchscreen-size-x = <600>;
132 touchscreen-size-y = <1024>;
133 touchscreen-swapped-x-y;
138 vref-supply = <®_ldo2>;
164 pinctrl-names = "default";
165 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
166 vmmc-supply = <®_vcc3v3>;
167 bus-width = <4>;
168 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
169 cd-inverted;
212 pinctrl-names = "default";
213 pinctrl-0 = <&pwm0_pins_a>;
218 regulator-always-on;
219 regulator-min-microvolt = <1000000>;
220 regulator-max-microvolt = <1400000>;
221 regulator-name = "vdd-cpu";
225 regulator-always-on;
226 regulator-min-microvolt = <1250000>;
227 regulator-max-microvolt = <1250000>;
228 regulator-name = "vdd-int-dll";
232 regulator-name = "vdd-rtc";
236 regulator-always-on;
237 regulator-min-microvolt = <3000000>;
238 regulator-max-microvolt = <3000000>;
239 regulator-name = "avcc";
255 pinctrl-names = "default";
256 pinctrl-0 = <&uart0_pins_a>;
266 pinctrl-names = "default";
267 pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>;
268 usb0_id_det-gpio = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */
269 usb0_vbus_det-gpio = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
270 usb0_vbus-supply = <®_usb0_vbus>;
271 usb1_vbus-supply = <®_usb1_vbus>;
272 usb2_vbus-supply = <®_usb2_vbus>;