Hi ,
working on AM6231 board ,ussing version (SDK :09_00_00_03).
could you please help me how to find the interrupt number for perticular module /gpio pin .
example ;
this is for main_gpio0 controller interrupt
main_gpio0: gpio@600000 {
compatible = "ti,am64-gpio", "ti,keystone-gpio";
reg = <0x0 0x00600000 0x0 0x100>;
gpio-controller;
#gpio-cells = <2>;
interrupt-parent = <&main_gpio_intr>;
interrupts = <190>, <191>, <192>,
<193>, <194>, <195>;
interrupt-controller;
#interrupt-cells = <2>;
ti,ngpio = <92>;
ti,davinci-gpio-unbanked = <0>;
power-domains = <&k3_pds 77 TI_SCI_PD_EXCLUSIVE>;
clocks = <&k3_clks 77 0>;
clock-names = "gpio";
};
then how to find the interrupt number for RTC interrupt (pin:AA23 )

Thanks,
Naresh.
