Lines Matching +full:touchscreen +full:- +full:min +full:- +full:pressure
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 * Copyright 2014-2020 Toradex
7 #include "vf-colibri.dtsi"
11 compatible = "toradex,vf500-colibri_vf50", "fsl,vf500";
18 touchscreen: vf50-touchscreen { label
19 compatible = "toradex,vf50-touchscreen";
20 io-channels = <&adc1 0>,<&adc0 0>,
22 xp-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
23 xm-gpios = <&gpio2 29 GPIO_ACTIVE_HIGH>;
24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
25 ym-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
26 interrupt-parent = <&gpio0>;
28 pinctrl-names = "idle","default","gpios";
29 pinctrl-0 = <&pinctrl_touchctrl_idle>;
30 pinctrl-1 = <&pinctrl_touchctrl_default>;
31 pinctrl-2 = <&pinctrl_touchctrl_gpios>;
32 vf50-ts-min-pressure = <200>;
38 assigned-clocks = <&clks VF610_CLK_NFC>;
39 assigned-clock-rates = <33000000>;
43 vf610-colibri {