dts: v2m_beetle: Add DualTimer support
This patch adds the ARM CMSDK DualTimer support to the V2M Beetle device tree. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
This commit is contained in:
parent
2fe95044c2
commit
f906e7b099
5 changed files with 37 additions and 6 deletions
|
@ -106,9 +106,6 @@
|
|||
#define CMSDK_AHB_GPIO2 _BEETLE_GPIO2_BASE
|
||||
#define CMSDK_AHB_GPIO3 _BEETLE_GPIO3_BASE
|
||||
|
||||
/* CMSDK APB Dual Timer */
|
||||
#define CMSDK_APB_DTIMER _BEETLE_DTIMER_BASE
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _ARM_BEETLE_SOC_H_ */
|
||||
|
|
|
@ -57,7 +57,4 @@
|
|||
#define IRQ_PORT3_ALL 43 /* GPIO Port 3 combined Interrupt */
|
||||
#define IRQ_TRNG 44 /* Random number generator Interrupt */
|
||||
|
||||
/* 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