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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index 47f73b9f4c..b559aa3665 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -147,6 +147,8 @@
147 147
148/* clock control */ 148/* clock control */
149#define CLOCK_SOURCE (*(volatile unsigned long *)(0x60006020)) 149#define CLOCK_SOURCE (*(volatile unsigned long *)(0x60006020))
150#define MLCD_SCLK_DIV (*(volatile unsigned long *)(0x6000602c))
151 /* bits 0..1: Mono LCD bridge serial clock divider: 1 / (n+1) */
150#define PLL_CONTROL (*(volatile unsigned long *)(0x60006034)) 152#define PLL_CONTROL (*(volatile unsigned long *)(0x60006034))
151#define PLL_STATUS (*(volatile unsigned long *)(0x6000603c)) 153#define PLL_STATUS (*(volatile unsigned long *)(0x6000603c))
152#define ADC_CLOCK_SRC (*(volatile unsigned long *)(0x60006094)) 154#define ADC_CLOCK_SRC (*(volatile unsigned long *)(0x60006094))