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.

DM6467 GPIO external interrupt number

On the DM6467 manual I saw that the interrupt numbers for GPIO external interrupts start at 48 (for ARM).

I realized that in the GPIO driver in Linux kernel supplied with the DM6467 EVM, I have to use interrupt numbers which start from 64+'Number of GPIO', when I want to enable a GPIO external interrupt.

What is the reason for that?