summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index 7475cc7b61..f35b4c4d27 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -131,6 +131,11 @@
131#define DEV_IDE0 0x2000000 131#define DEV_IDE0 0x2000000
132#define DEV_LCD 0x4000000 132#define DEV_LCD 0x4000000
133 133
134/* clock control */
135#define CLOCK_SOURCE (*(volatile unsigned long *)(0x60006020))
136#define PLL_CONTROL (*(volatile unsigned long *)(0x60006034))
137#define PLL_STATUS (*(volatile unsigned long *)(0x6000603c))
138
134/* Processors Control */ 139/* Processors Control */
135#define CPU_CTL (*(volatile unsigned long *)(0x60007000)) 140#define CPU_CTL (*(volatile unsigned long *)(0x60007000))
136#define COP_CTL (*(volatile unsigned long *)(0x60007004)) 141#define COP_CTL (*(volatile unsigned long *)(0x60007004))