summaryrefslogtreecommitdiff
path: root/firmware/export/as3525.h
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2010-05-18 09:58:52 +0000
committerAmaury Pouly <pamaury@rockbox.org>2010-05-18 09:58:52 +0000
commit22cfbee27489d3658ab2155c65bcdfedce7e750c (patch)
treeda28c1d243f518fbffa09bf625e4431a3c8811c7 /firmware/export/as3525.h
parented96c935ecc38cbad99742551d1e8e4e6082b6ce (diff)
downloadrockbox-22cfbee27489d3658ab2155c65bcdfedce7e750c.tar.gz
rockbox-22cfbee27489d3658ab2155c65bcdfedce7e750c.zip
as3525v2: add usb driver stub, enable usb phy&core init
clip+: add USBOTG_ define and enable usb stack git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26132 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3525.h')
-rw-r--r--firmware/export/as3525.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index 1d5fb1d820..699762a9b2 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -110,6 +110,7 @@
110#define CCU_VERS (*(volatile unsigned long *)(CCU_BASE + 0x14)) 110#define CCU_VERS (*(volatile unsigned long *)(CCU_BASE + 0x14))
111#define CCU_SPARE1 (*(volatile unsigned long *)(CCU_BASE + 0x18)) 111#define CCU_SPARE1 (*(volatile unsigned long *)(CCU_BASE + 0x18))
112#define CCU_SPARE2 (*(volatile unsigned long *)(CCU_BASE + 0x1C)) 112#define CCU_SPARE2 (*(volatile unsigned long *)(CCU_BASE + 0x1C))
113#define CCU_USB_THINGY (*(volatile unsigned long *)(CCU_BASE + 0x20))
113 114
114/* DBOP */ 115/* DBOP */
115#define DBOP_TIMPOL_01 (*(volatile unsigned long *)(DBOP_BASE + 0x00)) 116#define DBOP_TIMPOL_01 (*(volatile unsigned long *)(DBOP_BASE + 0x00))