summaryrefslogtreecommitdiff
path: root/platform/drivers/src/ccm_vf6xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/drivers/src/ccm_vf6xx.c')
-rw-r--r--platform/drivers/src/ccm_vf6xx.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/platform/drivers/src/ccm_vf6xx.c b/platform/drivers/src/ccm_vf6xx.c
index b666443..3c57a77 100644
--- a/platform/drivers/src/ccm_vf6xx.c
+++ b/platform/drivers/src/ccm_vf6xx.c
@@ -31,6 +31,21 @@
#include <ccm_vf6xx.h>
+const uint32_t ccm_ccgr_offset[] = {
+ (uint32_t)(&CCM_CCGR0),
+ (uint32_t)(&CCM_CCGR1),
+ (uint32_t)(&CCM_CCGR2),
+ (uint32_t)(&CCM_CCGR3),
+ (uint32_t)(&CCM_CCGR4),
+ (uint32_t)(&CCM_CCGR5),
+ (uint32_t)(&CCM_CCGR6),
+ (uint32_t)(&CCM_CCGR7),
+ (uint32_t)(&CCM_CCGR8),
+ (uint32_t)(&CCM_CCGR9),
+ (uint32_t)(&CCM_CCGR10),
+ (uint32_t)(&CCM_CCGR11),
+};
+
/* ARM Cortex-A5 clock, core clock */
uint32_t ccmCoreClk = 0;
/* Platform bus clock and Cortex-M4 core clock */