soc: arm: beetle: Add Timers IRQ map

This patch adds the timers IRQ map to the ARM Beetle SoC platform.

Jira: ZEP-1300
Change-Id: If38a197210f71ae90c7ee6274395f064116faf72
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
This commit is contained in:
Vincenzo Frascino 2016-12-12 17:03:46 +00:00 committed by Kumar Gala
commit 8971da0375

View file

@ -61,4 +61,11 @@
#define CMSDK_APB_UART_0_IRQ IRQ_UART0
#define CMSDK_APB_UART_1_IRQ IRQ_UART1
/* CMSDK APB Timers */
#define CMSDK_APB_TIMER_0_IRQ IRQ_TIMER0
#define CMSDK_APB_TIMER_1_IRQ IRQ_TIMER1
/* CMSDK APB Dualtimer */
#define CMSDK_APB_DUALTIMER_IRQ IRQ_DUALTIMER
#endif /* _ARM_BEETLE_SOC_IRQ_H_ */