summaryrefslogtreecommitdiff
path: root/firmware/export/pp5002.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5002.h')
-rw-r--r--firmware/export/pp5002.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index 021c248690..6076703f1a 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -136,6 +136,11 @@
136#define TIMING1_CTL (*(volatile unsigned long *)(0xcf004000)) 136#define TIMING1_CTL (*(volatile unsigned long *)(0xcf004000))
137#define TIMING2_CTL (*(volatile unsigned long *)(0xcf004008)) 137#define TIMING2_CTL (*(volatile unsigned long *)(0xcf004008))
138 138
139#define PP_VER1 (*(volatile unsigned long *)(0xcf004030))
140#define PP_VER2 (*(volatile unsigned long *)(0xcf004034))
141#define PP_VER3 (*(volatile unsigned long *)(0xcf004038))
142#define PP_VER4 (*(volatile unsigned long *)(0xcf00403c))
143
139#define CPU_CTL (*(volatile unsigned char *)(0xcf004054)) 144#define CPU_CTL (*(volatile unsigned char *)(0xcf004054))
140#define COP_CTL (*(volatile unsigned char *)(0xcf004058)) 145#define COP_CTL (*(volatile unsigned char *)(0xcf004058))
141 146