summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/pp5002.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index da35fd9200..b1bc6f4d01 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -59,6 +59,12 @@
59#define DEV_RS (*(volatile unsigned long *)( 0xcf005030)) 59#define DEV_RS (*(volatile unsigned long *)( 0xcf005030))
60#define DEV_EN (*(volatile unsigned long *)( 0xcf005000)) 60#define DEV_EN (*(volatile unsigned long *)( 0xcf005000))
61 61
62#define DEV_USB 0x400000
63
64#define DEV_INIT (*(volatile unsigned long *)(0x70000020))
65
66#define INIT_USB 0x80000000
67
62#define CPU_INT_STAT (*(volatile unsigned long*)(0xcf001000)) 68#define CPU_INT_STAT (*(volatile unsigned long*)(0xcf001000))
63#define CPU_INT_EN (*(volatile unsigned long*)(0xcf001024)) 69#define CPU_INT_EN (*(volatile unsigned long*)(0xcf001024))
64#define CPU_INT_CLR (*(volatile unsigned long*)(0xcf001028)) 70#define CPU_INT_CLR (*(volatile unsigned long*)(0xcf001028))