Hello TI,
I have a am62x problem ,
i write a kernel driver, and i want to use gpio0_0 as gpio interrupt.
in code, i use gpio_request() funtion Request a GPIO , but i do not know gpio0_0 number?
i study AM62x Processors Silicon Revision 1.0 Texas Instruments Families of Products Technical Reference Manual,
10.1.6 GPIO Interrupt Handling
have GPIO0 ,GPIO1,GPIO_MCU0 group, how can i know gpio0_0 number and assignation use gpio0_0 in code ?