162306a36Sopenharmony_ciFreescale mx25 TS conversion queue module 262306a36Sopenharmony_ci 362306a36Sopenharmony_cimx25 touchscreen conversion queue module which controls the ADC unit of the 462306a36Sopenharmony_cimx25 for attached touchscreens. 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciRequired properties: 762306a36Sopenharmony_ci - compatible: Should be "fsl,imx25-tcq". 862306a36Sopenharmony_ci - reg: Memory range of the device. 962306a36Sopenharmony_ci - interrupts: Should be the interrupt number associated with this module within 1062306a36Sopenharmony_ci the tscadc unit (<0>). 1162306a36Sopenharmony_ci - fsl,wires: Should be '<4>' or '<5>' 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciOptional properties: 1462306a36Sopenharmony_ci - fsl,pen-debounce-ns: Pen debounce time in nanoseconds. 1562306a36Sopenharmony_ci - fsl,pen-threshold: Pen-down threshold for the touchscreen. This is a value 1662306a36Sopenharmony_ci between 1 and 4096. It is the ratio between the internal reference voltage 1762306a36Sopenharmony_ci and the measured voltage after the plate was precharged. Resistance between 1862306a36Sopenharmony_ci plates and therefore the voltage decreases with pressure so that a smaller 1962306a36Sopenharmony_ci value is equivalent to a higher pressure. 2062306a36Sopenharmony_ci - fsl,settling-time-ns: Settling time in nanoseconds. The settling time is before 2162306a36Sopenharmony_ci the actual touch detection to wait for an even charge distribution in the 2262306a36Sopenharmony_ci plate. 2362306a36Sopenharmony_ci 2462306a36Sopenharmony_ciThis device includes two conversion queues which can be added as subnodes. 2562306a36Sopenharmony_ciThe first queue is for the touchscreen, the second for general purpose ADC. 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_ciExample: 2862306a36Sopenharmony_ci tsc: tcq@50030400 { 2962306a36Sopenharmony_ci compatible = "fsl,imx25-tcq"; 3062306a36Sopenharmony_ci reg = <0x50030400 0x60>; 3162306a36Sopenharmony_ci interrupt-parent = <&tscadc>; 3262306a36Sopenharmony_ci interrupts = <0>; 3362306a36Sopenharmony_ci fsl,wires = <4>; 3462306a36Sopenharmony_ci }; 35