Lines Matching refs:ti
6 ti,wires: Wires refer to application modes i.e. 4/5/8 wire touchscreen
8 ti,x-plate-resistance: X plate resistance
9 ti,coordinate-readouts: The sequencer supports a total of 16
18 ti,wire-config: Different boards could have a different order for
28 ti,adc-channels: List of analog inputs available for ADC.
33 ti,charge-delay: Length of touch screen charge delay step in terms of
46 ti,chan-step-opendelay: List of open delays for each channel of
47 ADC in the order of ti,adc-channels. The
53 ti,chan-step-sampledelay: List of sample delays for each channel
54 of ADC in the order of ti,adc-channels.
59 ti,chan-step-avg: Number of averages to be performed for each
68 compatible = "ti,am3359-tscadc";
70 ti,wires = <4>;
71 ti,x-plate-resistance = <200>;
72 ti,coordiante-readouts = <5>;
73 ti,wire-config = <0x00 0x11 0x22 0x33>;
74 ti,charge-delay = <0x400>;
78 ti,adc-channels = <4 5 6 7>;
79 ti,chan-step-opendelay = <0x098 0x3ffff 0x098 0x0>;
80 ti,chan-step-sampledelay = <0xff 0x0 0xf 0x0>;
81 ti,chan-step-avg = <16 2 4 8>;