Lines Matching +full:io +full:- +full:channels
5 - compatible: must be "resistive-adc-touch"
6 The device must be connected to an ADC device that provides channels for
8 Refer to ../iio/iio-bindings.txt for details
9 - iio-channels: must have at least two channels connected to an ADC device.
10 These should correspond to the channels exposed by the ADC device and should
11 have the right index as the ADC device registers them. These channels
13 - iio-channel-names: must have all the channels' names. Mandatory channels
17 - iio-channels: The third channel named "pressure" is optional and can be
21 - iio-channel-names: optional channel named "pressure".
26 compatible = "resistive-adc-touch";
27 touchscreen-min-pressure = <50000>;
28 io-channels = <&adc 24>, <&adc 25>, <&adc 26>;
29 io-channel-names = "x", "y", "pressure";