diff options
author | wdenk <wdenk> | 2003-08-29 22:00:43 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-08-29 22:00:43 +0000 |
commit | 6f21347d49b1741e4b8247f5e2d3fa83ef169c25 (patch) | |
tree | 680eaba02ba065cc99e7f75d155bc5f0b75789ea /include/configs/omap1510.h | |
parent | c29fdfc1d8cbefd2d85a354b95486a6d2b3f4a88 (diff) |
* 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
Diffstat (limited to 'include/configs/omap1510.h')
-rw-r--r-- | include/configs/omap1510.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/omap1510.h b/include/configs/omap1510.h index 540630b5932..dfcb3672f20 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. * --------------------------------------------------------------------------- |