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:
parent
06f6d3837b
commit
8971da0375
1 changed files with 7 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue