dts: v2m_beetle: Add Timer support
This patch adds the ARM CMSDK Timer support to the V2M Beetle device tree. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
This commit is contained in:
parent
8219923c26
commit
2fe95044c2
5 changed files with 46 additions and 8 deletions
|
@ -106,10 +106,6 @@
|
|||
#define CMSDK_AHB_GPIO2 _BEETLE_GPIO2_BASE
|
||||
#define CMSDK_AHB_GPIO3 _BEETLE_GPIO3_BASE
|
||||
|
||||
/* CMSDK APB Timers */
|
||||
#define CMSDK_APB_TIMER0 _BEETLE_TIMER0_BASE
|
||||
#define CMSDK_APB_TIMER1 _BEETLE_TIMER1_BASE
|
||||
|
||||
/* CMSDK APB Dual Timer */
|
||||
#define CMSDK_APB_DTIMER _BEETLE_DTIMER_BASE
|
||||
|
||||
|
|
|
@ -57,10 +57,6 @@
|
|||
#define IRQ_PORT3_ALL 43 /* GPIO Port 3 combined Interrupt */
|
||||
#define IRQ_TRNG 44 /* Random number generator Interrupt */
|
||||
|
||||
/* 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue