Using other pins for resistive touchpad

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Using other pins for resistive touchpad

382 次查看
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
标签 (2)
标记 (1)
0 项奖励
1 回复

378 次查看
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 项奖励