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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index 41e8f4cce2..c7606886bc 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -20,6 +20,10 @@
20#define __PP5002_H__ 20#define __PP5002_H__
21 21
22/* All info gleaned and/or copied from the iPodLinux project. */ 22/* All info gleaned and/or copied from the iPodLinux project. */
23#define DRAM_START 0x28000000
24
25#define IPOD_LCD_BASE 0xc0001000
26
23#define CPU_CTL (*(volatile unsigned char *)(0xcf004054)) 27#define CPU_CTL (*(volatile unsigned char *)(0xcf004054))
24#define COP_CTL (*(volatile unsigned char *)(0xcf004058)) 28#define COP_CTL (*(volatile unsigned char *)(0xcf004058))
25 29