Configuring and reading "GPIO Analog"
Using the STM32MP157 development kit, I have configured two "GPIO Analog" lines that are exposed through CN13 (pins 1 and 2).
I am trying to set these up as such. From going down the rabbit trail of documentation:
https://wiki.st.com/stm32mpu/wiki/GPIO_internal_peripheral#Software_frameworks
https://wiki.stmicroelectronics.cn/stm32mpu/wiki/GPIOLib_overview
and then:
https://wiki.stmicroelectronics.cn/stm32mpu/wiki/Overview_of_GPIO_pins
https://wiki.stmicroelectronics.cn/stm32mpu/wiki/Pinctrl_overview
It seems to confirm that I need to use "pinctrl" technique to set these. Okay. I have configured them with CubeMX. However, my DTS file doesn't reference these pins at all.
I've gone through the exported DTS and I do not see anything referencing PG3, or PH6.
So, I feel like this has failed at the outset.
Is there a trick to this? I assume once I get these configured I can read the value using libgpio API functions.


