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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index 4e0e6eac2a..d30489526a 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -174,6 +174,9 @@
174#define IISFIFO_WR (*(volatile unsigned long*)(0x70002840)) 174#define IISFIFO_WR (*(volatile unsigned long*)(0x70002840))
175#define IISFIFO_RD (*(volatile unsigned long*)(0x70002880)) 175#define IISFIFO_RD (*(volatile unsigned long*)(0x70002880))
176 176
177/* The PortalPlayer USB controller uses base address 0xc5000000 */
178#define USB_BASE 0xc5000000
179
177#define PROC_SLEEP 0x80000000 180#define PROC_SLEEP 0x80000000
178#define PROC_WAKE 0x0 181#define PROC_WAKE 0x0
179 182