This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62: AM62A GPIO Mapping

Part Number: SK-AM62

I am writing a GPIO Driver in the AM62A SDK, and I am curious about how GPIO is mapped by bank in the AM62A Datasheet.

- In the data sheet manual, there are GPIO0 from GPIO0_0 to GPIO0_91, so it was confirmed that there are a total of 92.

- In the case of GPIO0 Register, there are GPIO0_DIR01~08, so it seems that a total of 16 can be mapped up to a total of 128.

It seems that each GPIO bank is mapped with the GPIO port, but I am curious about how it is mapped with each port.

For example, in the case of GPIO0, how are each port mapped to the GPIO bank?