| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* linux/include/asm-arm/arch-omap/omap16xx.h | 
|  | 2 | * | 
|  | 3 | * Hardware definitions for TI OMAP1610/5912/1710 processors. | 
|  | 4 | * | 
|  | 5 | * Cleanup for Linux-2.6 by Dirk Behme <dirk.behme@de.bosch.com> | 
|  | 6 | * | 
|  | 7 | * This program is free software; you can redistribute it and/or modify it | 
|  | 8 | * under the terms of the GNU General Public License as published by the | 
|  | 9 | * Free Software Foundation; either version 2 of the License, or (at your | 
|  | 10 | * option) any later version. | 
|  | 11 | * | 
|  | 12 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | 
|  | 13 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
|  | 14 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN | 
|  | 15 | * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | 
|  | 16 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
|  | 17 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | 
|  | 18 | * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | 
|  | 19 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 
|  | 20 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 
|  | 21 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
|  | 22 | * | 
|  | 23 | * You should have received a copy of the  GNU General Public License along | 
|  | 24 | * with this program; if not, write  to the Free Software Foundation, Inc., | 
|  | 25 | * 675 Mass Ave, Cambridge, MA 02139, USA. | 
|  | 26 | */ | 
|  | 27 |  | 
|  | 28 | #ifndef __ASM_ARCH_OMAP16XX_H | 
|  | 29 | #define __ASM_ARCH_OMAP16XX_H | 
|  | 30 |  | 
|  | 31 | /* | 
|  | 32 | * ---------------------------------------------------------------------------- | 
|  | 33 | * Base addresses | 
|  | 34 | * ---------------------------------------------------------------------------- | 
|  | 35 | */ | 
|  | 36 |  | 
|  | 37 | /* Syntax: XX_BASE = Virtual base address, XX_START = Physical base address */ | 
|  | 38 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #define OMAP16XX_DSP_BASE	0xE0000000 | 
|  | 40 | #define OMAP16XX_DSP_SIZE	0x28000 | 
|  | 41 | #define OMAP16XX_DSP_START	0xE0000000 | 
|  | 42 |  | 
|  | 43 | #define OMAP16XX_DSPREG_BASE	0xE1000000 | 
|  | 44 | #define OMAP16XX_DSPREG_SIZE	SZ_128K | 
|  | 45 | #define OMAP16XX_DSPREG_START	0xE1000000 | 
|  | 46 |  | 
|  | 47 | /* | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | * --------------------------------------------------------------------------- | 
|  | 49 | * Interrupts | 
|  | 50 | * --------------------------------------------------------------------------- | 
|  | 51 | */ | 
|  | 52 | #define OMAP_IH2_0_BASE		(0xfffe0000) | 
|  | 53 | #define OMAP_IH2_1_BASE		(0xfffe0100) | 
|  | 54 | #define OMAP_IH2_2_BASE		(0xfffe0200) | 
|  | 55 | #define OMAP_IH2_3_BASE		(0xfffe0300) | 
|  | 56 |  | 
|  | 57 | #define OMAP_IH2_0_ITR		(OMAP_IH2_0_BASE + 0x00) | 
|  | 58 | #define OMAP_IH2_0_MIR		(OMAP_IH2_0_BASE + 0x04) | 
|  | 59 | #define OMAP_IH2_0_SIR_IRQ	(OMAP_IH2_0_BASE + 0x10) | 
|  | 60 | #define OMAP_IH2_0_SIR_FIQ	(OMAP_IH2_0_BASE + 0x14) | 
|  | 61 | #define OMAP_IH2_0_CONTROL	(OMAP_IH2_0_BASE + 0x18) | 
|  | 62 | #define OMAP_IH2_0_ILR0		(OMAP_IH2_0_BASE + 0x1c) | 
|  | 63 | #define OMAP_IH2_0_ISR		(OMAP_IH2_0_BASE + 0x9c) | 
|  | 64 |  | 
|  | 65 | #define OMAP_IH2_1_ITR		(OMAP_IH2_1_BASE + 0x00) | 
|  | 66 | #define OMAP_IH2_1_MIR		(OMAP_IH2_1_BASE + 0x04) | 
|  | 67 | #define OMAP_IH2_1_SIR_IRQ	(OMAP_IH2_1_BASE + 0x10) | 
|  | 68 | #define OMAP_IH2_1_SIR_FIQ	(OMAP_IH2_1_BASE + 0x14) | 
|  | 69 | #define OMAP_IH2_1_CONTROL	(OMAP_IH2_1_BASE + 0x18) | 
|  | 70 | #define OMAP_IH2_1_ILR1		(OMAP_IH2_1_BASE + 0x1c) | 
|  | 71 | #define OMAP_IH2_1_ISR		(OMAP_IH2_1_BASE + 0x9c) | 
|  | 72 |  | 
|  | 73 | #define OMAP_IH2_2_ITR		(OMAP_IH2_2_BASE + 0x00) | 
|  | 74 | #define OMAP_IH2_2_MIR		(OMAP_IH2_2_BASE + 0x04) | 
|  | 75 | #define OMAP_IH2_2_SIR_IRQ	(OMAP_IH2_2_BASE + 0x10) | 
|  | 76 | #define OMAP_IH2_2_SIR_FIQ	(OMAP_IH2_2_BASE + 0x14) | 
|  | 77 | #define OMAP_IH2_2_CONTROL	(OMAP_IH2_2_BASE + 0x18) | 
|  | 78 | #define OMAP_IH2_2_ILR2		(OMAP_IH2_2_BASE + 0x1c) | 
|  | 79 | #define OMAP_IH2_2_ISR		(OMAP_IH2_2_BASE + 0x9c) | 
|  | 80 |  | 
|  | 81 | #define OMAP_IH2_3_ITR		(OMAP_IH2_3_BASE + 0x00) | 
|  | 82 | #define OMAP_IH2_3_MIR		(OMAP_IH2_3_BASE + 0x04) | 
|  | 83 | #define OMAP_IH2_3_SIR_IRQ	(OMAP_IH2_3_BASE + 0x10) | 
|  | 84 | #define OMAP_IH2_3_SIR_FIQ	(OMAP_IH2_3_BASE + 0x14) | 
|  | 85 | #define OMAP_IH2_3_CONTROL	(OMAP_IH2_3_BASE + 0x18) | 
|  | 86 | #define OMAP_IH2_3_ILR3		(OMAP_IH2_3_BASE + 0x1c) | 
|  | 87 | #define OMAP_IH2_3_ISR		(OMAP_IH2_3_BASE + 0x9c) | 
|  | 88 |  | 
|  | 89 | /* | 
|  | 90 | * ---------------------------------------------------------------------------- | 
|  | 91 | * Clocks | 
|  | 92 | * ---------------------------------------------------------------------------- | 
|  | 93 | */ | 
|  | 94 | #define OMAP16XX_ARM_IDLECT3	(CLKGEN_REG_BASE + 0x24) | 
|  | 95 |  | 
|  | 96 | /* | 
|  | 97 | * ---------------------------------------------------------------------------- | 
|  | 98 | * Pin configuration registers | 
|  | 99 | * ---------------------------------------------------------------------------- | 
|  | 100 | */ | 
|  | 101 | #define OMAP16XX_CONF_VOLTAGE_VDDSHV6	(1 << 8) | 
|  | 102 | #define OMAP16XX_CONF_VOLTAGE_VDDSHV7	(1 << 9) | 
|  | 103 | #define OMAP16XX_CONF_VOLTAGE_VDDSHV8	(1 << 10) | 
|  | 104 | #define OMAP16XX_CONF_VOLTAGE_VDDSHV9	(1 << 11) | 
|  | 105 | #define OMAP16XX_SUBLVDS_CONF_VALID	(1 << 13) | 
|  | 106 |  | 
|  | 107 | /* | 
|  | 108 | * ---------------------------------------------------------------------------- | 
|  | 109 | * System control registers | 
|  | 110 | * ---------------------------------------------------------------------------- | 
|  | 111 | */ | 
|  | 112 | #define OMAP1610_RESET_CONTROL  0xfffe1140 | 
|  | 113 |  | 
|  | 114 | /* | 
|  | 115 | * --------------------------------------------------------------------------- | 
|  | 116 | * TIPB bus interface | 
|  | 117 | * --------------------------------------------------------------------------- | 
|  | 118 | */ | 
|  | 119 | #define TIPB_SWITCH_BASE		 (0xfffbc800) | 
|  | 120 | #define OMAP16XX_MMCSD2_SSW_MPU_CONF	(TIPB_SWITCH_BASE + 0x160) | 
|  | 121 |  | 
|  | 122 | /* UART3 Registers Maping through MPU bus */ | 
|  | 123 | #define UART3_RHR               (OMAP_UART3_BASE + 0) | 
|  | 124 | #define UART3_THR               (OMAP_UART3_BASE + 0) | 
|  | 125 | #define UART3_DLL               (OMAP_UART3_BASE + 0) | 
|  | 126 | #define UART3_IER               (OMAP_UART3_BASE + 4) | 
|  | 127 | #define UART3_DLH               (OMAP_UART3_BASE + 4) | 
|  | 128 | #define UART3_IIR               (OMAP_UART3_BASE + 8) | 
|  | 129 | #define UART3_FCR               (OMAP_UART3_BASE + 8) | 
|  | 130 | #define UART3_EFR               (OMAP_UART3_BASE + 8) | 
|  | 131 | #define UART3_LCR               (OMAP_UART3_BASE + 0x0C) | 
|  | 132 | #define UART3_MCR               (OMAP_UART3_BASE + 0x10) | 
|  | 133 | #define UART3_XON1_ADDR1        (OMAP_UART3_BASE + 0x10) | 
|  | 134 | #define UART3_XON2_ADDR2        (OMAP_UART3_BASE + 0x14) | 
|  | 135 | #define UART3_LSR               (OMAP_UART3_BASE + 0x14) | 
|  | 136 | #define UART3_TCR               (OMAP_UART3_BASE + 0x18) | 
|  | 137 | #define UART3_MSR               (OMAP_UART3_BASE + 0x18) | 
|  | 138 | #define UART3_XOFF1             (OMAP_UART3_BASE + 0x18) | 
|  | 139 | #define UART3_XOFF2             (OMAP_UART3_BASE + 0x1C) | 
|  | 140 | #define UART3_SPR               (OMAP_UART3_BASE + 0x1C) | 
|  | 141 | #define UART3_TLR               (OMAP_UART3_BASE + 0x1C) | 
|  | 142 | #define UART3_MDR1              (OMAP_UART3_BASE + 0x20) | 
|  | 143 | #define UART3_MDR2              (OMAP_UART3_BASE + 0x24) | 
|  | 144 | #define UART3_SFLSR             (OMAP_UART3_BASE + 0x28) | 
|  | 145 | #define UART3_TXFLL             (OMAP_UART3_BASE + 0x28) | 
|  | 146 | #define UART3_RESUME            (OMAP_UART3_BASE + 0x2C) | 
|  | 147 | #define UART3_TXFLH             (OMAP_UART3_BASE + 0x2C) | 
|  | 148 | #define UART3_SFREGL            (OMAP_UART3_BASE + 0x30) | 
|  | 149 | #define UART3_RXFLL             (OMAP_UART3_BASE + 0x30) | 
|  | 150 | #define UART3_SFREGH            (OMAP_UART3_BASE + 0x34) | 
|  | 151 | #define UART3_RXFLH             (OMAP_UART3_BASE + 0x34) | 
|  | 152 | #define UART3_BLR               (OMAP_UART3_BASE + 0x38) | 
|  | 153 | #define UART3_ACREG             (OMAP_UART3_BASE + 0x3C) | 
|  | 154 | #define UART3_DIV16             (OMAP_UART3_BASE + 0x3C) | 
|  | 155 | #define UART3_SCR               (OMAP_UART3_BASE + 0x40) | 
|  | 156 | #define UART3_SSR               (OMAP_UART3_BASE + 0x44) | 
|  | 157 | #define UART3_EBLR              (OMAP_UART3_BASE + 0x48) | 
|  | 158 | #define UART3_OSC_12M_SEL       (OMAP_UART3_BASE + 0x4C) | 
|  | 159 | #define UART3_MVR               (OMAP_UART3_BASE + 0x50) | 
|  | 160 |  | 
|  | 161 | /* | 
| Tony Lindgren | af973d2 | 2005-07-10 19:58:06 +0100 | [diff] [blame] | 162 | * --------------------------------------------------------------------------- | 
|  | 163 | * Watchdog timer | 
|  | 164 | * --------------------------------------------------------------------------- | 
|  | 165 | */ | 
|  | 166 |  | 
|  | 167 | /* 32-bit Watchdog timer in OMAP 16XX */ | 
|  | 168 | #define OMAP_16XX_WATCHDOG_BASE        (0xfffeb000) | 
|  | 169 | #define OMAP_16XX_WIDR         (OMAP_16XX_WATCHDOG_BASE + 0x00) | 
|  | 170 | #define OMAP_16XX_WD_SYSCONFIG (OMAP_16XX_WATCHDOG_BASE + 0x10) | 
|  | 171 | #define OMAP_16XX_WD_SYSSTATUS (OMAP_16XX_WATCHDOG_BASE + 0x14) | 
|  | 172 | #define OMAP_16XX_WCLR         (OMAP_16XX_WATCHDOG_BASE + 0x24) | 
|  | 173 | #define OMAP_16XX_WCRR         (OMAP_16XX_WATCHDOG_BASE + 0x28) | 
|  | 174 | #define OMAP_16XX_WLDR         (OMAP_16XX_WATCHDOG_BASE + 0x2c) | 
|  | 175 | #define OMAP_16XX_WTGR         (OMAP_16XX_WATCHDOG_BASE + 0x30) | 
|  | 176 | #define OMAP_16XX_WWPS         (OMAP_16XX_WATCHDOG_BASE + 0x34) | 
|  | 177 | #define OMAP_16XX_WSPR         (OMAP_16XX_WATCHDOG_BASE + 0x48) | 
|  | 178 |  | 
|  | 179 | #define WCLR_PRE_SHIFT         5 | 
|  | 180 | #define WCLR_PTV_SHIFT         2 | 
|  | 181 |  | 
|  | 182 | #define WWPS_W_PEND_WSPR       (1 << 4) | 
|  | 183 | #define WWPS_W_PEND_WTGR       (1 << 3) | 
|  | 184 | #define WWPS_W_PEND_WLDR       (1 << 2) | 
|  | 185 | #define WWPS_W_PEND_WCRR       (1 << 1) | 
|  | 186 | #define WWPS_W_PEND_WCLR       (1 << 0) | 
|  | 187 |  | 
|  | 188 | #define WSPR_ENABLE_0          (0x0000bbbb) | 
|  | 189 | #define WSPR_ENABLE_1          (0x00004444) | 
|  | 190 | #define WSPR_DISABLE_0         (0x0000aaaa) | 
|  | 191 | #define WSPR_DISABLE_1         (0x00005555) | 
|  | 192 |  | 
| Tony Lindgren | f4e4c32 | 2006-12-07 13:57:38 -0800 | [diff] [blame] | 193 | /* Mailbox */ | 
|  | 194 | #define OMAP16XX_MAILBOX_BASE	(0xfffcf000) | 
|  | 195 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | #endif /*  __ASM_ARCH_OMAP16XX_H */ | 
|  | 197 |  |