From 6f21347d49b1741e4b8247f5e2d3fa83ef169c25 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 29 Aug 2003 22:00:43 +0000 Subject: * Patch by George G. Davis, 19 Aug 2003: fix TI Innovator/OMAP1510 pin configs * Patches by Kshitij, 18 Aug 2003 - add support for arm926ejs cpu core - add support for TI OMAP 1610 Innovator Board --- include/configs/omap1510.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/configs/omap1510.h') diff --git a/include/configs/omap1510.h b/include/configs/omap1510.h index 540630b59..dfcb3672f 100644 --- a/include/configs/omap1510.h +++ b/include/configs/omap1510.h @@ -175,6 +175,18 @@ #define MOD_CONF_CTRL_0 0xfffe1080 +#ifdef CONFIG_OMAP1610 /* 1610 Configuration Register */ + +#define USB_OTG_CTRL 0xFFFB040C +#define USB_TRANSCEIVER_CTRL 0xFFFE1064 +#define PULL_DWN_CTRL_4 0xFFFE10AC +#define PU_PD_SEL_0 0xFFFE10B4 +#define PU_PD_SEL_1 0xFFFE10B8 +#define PU_PD_SEL_2 0xFFFE10BC +#define PU_PD_SEL_3 0xFFFE10C0 +#define PU_PD_SEL_4 0xFFFE10C4 + +#endif /* * Traffic Controller Memory Interface Registers */ @@ -521,6 +533,7 @@ typedef struct { #define WDTIM_CONTROL_ST BIT7 + /* --------------------------------------------------------------------------- * Differentiating processor versions for those who care. * --------------------------------------------------------------------------- -- cgit v1.2.3