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.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index c4baa7cfd3..b2e02f6174 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -23,11 +23,13 @@
23#define DRAM_START 0x28000000 23#define DRAM_START 0x28000000
24 24
25/* LCD bridge */ 25/* LCD bridge */
26#define LCD1_BASE (*(volatile unsigned long *)(0xc0001000)) 26#define LCD1_BASE 0xc0001000
27#define LCD1_CMD (*(volatile unsigned long *)(0xc0001008))
28#define LCD1_DATA (*(volatile unsigned long *)(0xc0001010))
29 27
30#define LCD1_BUSY_MASK 0x8000 28#define LCD1_CONTROL (*(volatile unsigned long *)(0xc0001000))
29#define LCD1_CMD (*(volatile unsigned long *)(0xc0001008))
30#define LCD1_DATA (*(volatile unsigned long *)(0xc0001010))
31
32#define LCD1_BUSY_MASK 0x8000
31 33
32/* I2S controller */ 34/* I2S controller */
33#define IISCONFIG (*(volatile unsigned long *)(0xc0002500)) 35#define IISCONFIG (*(volatile unsigned long *)(0xc0002500))