summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/pp5020.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index c5fa83cf1a..dd711b3121 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -90,4 +90,10 @@
90#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000)) 90#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000))
91#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4)) 91#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4))
92 92
93#define IISCONFIG (*(volatile unsigned long*)(0x70002800))
94
95#define IISFIFO_CFG (*(volatile unsigned long*)(0x7000280c))
96#define IISFIFO_WR (*(volatile unsigned long*)(0x70002840))
97#define IISFIFO_RD (*(volatile unsigned long*)(0x70002880))
98
93#endif 99#endif