summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/pp5002.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index f2a7630ef6..082fc1c9cc 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -130,6 +130,7 @@
130#define PLL_CONTROL (*(volatile unsigned long *)(0xcf005010)) 130#define PLL_CONTROL (*(volatile unsigned long *)(0xcf005010))
131#define PLL_DIV (*(volatile unsigned long *)(0xcf005018)) 131#define PLL_DIV (*(volatile unsigned long *)(0xcf005018))
132#define PLL_MULT (*(volatile unsigned long *)(0xcf00501c)) 132#define PLL_MULT (*(volatile unsigned long *)(0xcf00501c))
133#define PLL_UNLOCK (*(volatile unsigned long *)(0xcf005038))
133 134
134#define MMAP0_LOGICAL (*(volatile unsigned long *)(0xf000f000)) 135#define MMAP0_LOGICAL (*(volatile unsigned long *)(0xf000f000))
135#define MMAP0_PHYSICAL (*(volatile unsigned long *)(0xf000f004)) 136#define MMAP0_PHYSICAL (*(volatile unsigned long *)(0xf000f004))