Hi,
How can I configure a pin as Open Drain for i.MX7D using the config tool?
I was unable to find the option to configure it.
Also, please tell me how to configure it as an interrupt PIN in the same way.
I use Ver 13.1.
Thanks,
HOTA
Solved! Go to Solution.
Hi @HOTA,
One cannot configure interrupt for a pin from i.MX Config tool.
One has to make changes in the device tree. Please refer to imx7d-sdb.dts, specifically to the tsc2046 node.
Thanks & Regards,
Ritesh M Patel
Hi @HOTA,
I hope you are doing well.
i.mx7D pins cannot be configured in Open Drain IO mode.
One can refer to the below-mentioned link for more details:
https://community.nxp.com/t5/i-MX-Processors/i-mx7-GPIO-open-drain-mux/m-p/787035/highlight/true
Thanks & Regards,
Ritesh M Patel
Hi @riteshmpatel ,
Thank you for your answer.
How should I configure the interrupt PIN?
I now understand about open-drain. Thank you!
Thanks,
HOTA
Hi @HOTA,
One cannot configure interrupt for a pin from i.MX Config tool.
One has to make changes in the device tree. Please refer to imx7d-sdb.dts, specifically to the tsc2046 node.
Thanks & Regards,
Ritesh M Patel