Hi Team,
We are using imx8qxp based custom board. We are using repo of 6.1.36-2.1.0-mickledore. Which hase kernel version of 6.1.36.
We want to enable ADC. Please let us know how to do that with respect to device tree and kernel menuconfig selection.
Regards,
Krunal Dhonde
Hi,
Thank you for your interest in NXP Semiconductor products,
ADC module needs to be enabled in menuconfig, you can find more information for this in RM pp. 65-66.
ADC module reserved in device tree should look like this one.
And ADC pin control reservation needs to use ADC_INX, take IN0 as an example.
Regards