[PATCH 14/18] arm: am33xx: add usb base addresses

Christoph Fritz chf.fritz at googlemail.com
Fri Jun 13 00:54:31 PDT 2014


---
 arch/arm/mach-omap/include/mach/am33xx-silicon.h |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/mach-omap/include/mach/am33xx-silicon.h b/arch/arm/mach-omap/include/mach/am33xx-silicon.h
index 20b8e81..bccae89 100644
--- a/arch/arm/mach-omap/include/mach/am33xx-silicon.h
+++ b/arch/arm/mach-omap/include/mach/am33xx-silicon.h
@@ -76,6 +76,16 @@
 /* Watchdog Timer */
 #define AM33XX_WDT_BASE			0x44E35000
 
+/* USB */
+#define AM33XX_USBSS_BASE		0x47400000
+#define AM33XX_USB0_BASE		0x47401000
+#define AM33XX_USB0_PHY_BASE		0x47401300
+#define AM33XX_USB0_CORE_BASE		0x47401400
+#define USB1_OFFSET			0x00000800
+#define AM33XX_USB1_BASE		(AM33XX_USB0_BASE + USB1_OFFSET)
+#define AM33XX_USB1_PHY_BASE		(AM33XX_USB0_PHY_BASE + USB1_OFFSET)
+#define AM33XX_USB1_CORE_BASE		(AM33XX_USB0_CORE_BASE + USB1_OFFSET)
+
 /* EMIF Base address */
 #define AM33XX_EMIF4_0_CFG_BASE		0x4C000000
 #define AM33XX_EMIF4_1_CFG_BASE		0x4D000000
-- 
1.7.10.4




More information about the barebox mailing list