Getting the right interrupt number

Hello All,

I want to use certain GPIOs as interrupt source. I want to configure this in the DTS and i cannot figure out the interrupt numbers corresponding to this GPIOs.
interrupts = < >, <>, <>;

Where should i refer to find the interrupt numbers corresponding to certain GPIOs ?

Or should i be using the GPIOS as gpios and then call kernel api to convert gpio number to interrupt number ?

Thanks
bala

hello balchandracs010,

please also check similar discussion thread, Topic 155020 for reference,
thanks