Using other pins for resistive touchpad

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using other pins for resistive touchpad

363 Views
Majid
Contributor II

Hi

I'm using an imx6ul board. In the device tree touchpad and it's pins defined like this:

&tsc {
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_tsc>;
    xnur-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
    measure-delay-time = <0xffff>;
    pre-charge-time = <0xfff>;
    status = "okay";
};
pinctrl_tsctscgrp {
   fsl,pins = <
            MX6UL_PAD_GPIO1_IO01__GPIO1_IO01        0xb0
            MX6UL_PAD_GPIO1_IO02__GPIO1_IO02        0xb0
            MX6UL_PAD_GPIO1_IO03__GPIO1_IO03        0xb0
            MX6UL_PAD_GPIO1_IO04__GPIO1_IO04        0xb0
        >;
};
 
My question is can I use other ADC pins instead this 4 pins?
 
-Majid
 
-Regards
Labels (2)
Tags (1)
0 Kudos
1 Reply

359 Views
igorpadykov
NXP Employee
NXP Employee

Hi Majid

 

these signals are for ADC module, so one can use other ADC signals described in

Table 13-1. ADC External Signals  i.MX 6UltraLite Applications Processor Reference Manual

 

Best regards
igor

0 Kudos