diff options
| -rw-r--r-- | firmware/export/pp5002.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h index c760688..52de8c4 100644 --- a/firmware/export/pp5002.h +++ b/firmware/export/pp5002.h @@ -113,6 +113,9 @@ #define SER1_MASK (1 << SER1_IRQ) #define DMA_OUT_MASK (1 << DMA_OUT_IRQ) +/* The PortalPlayer USB controller uses base address 0xc5000000 */ +#define USB_BASE 0xc5000000 + #define PROC_SLEEP 0xca #define PROC_WAKE 0xce |