Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 1 | /*: |
| 2 | * Address mappings and base address for OMAP4 interconnects |
| 3 | * and peripherals. |
| 4 | * |
| 5 | * Copyright (C) 2009 Texas Instruments |
| 6 | * |
| 7 | * Author: Santosh Shilimkar <santosh.shilimkar@ti.com> |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License version 2 as |
| 11 | * published by the Free Software Foundation. |
| 12 | */ |
| 13 | #ifndef __ASM_ARCH_OMAP44XX_H |
| 14 | #define __ASM_ARCH_OMAP44XX_H |
| 15 | |
| 16 | /* |
| 17 | * Please place only base defines here and put the rest in device |
| 18 | * specific headers. |
| 19 | */ |
| 20 | #define L4_44XX_BASE 0x4a000000 |
| 21 | #define L4_WK_44XX_BASE 0x4a300000 |
| 22 | #define L4_PER_44XX_BASE 0x48000000 |
| 23 | #define L4_EMU_44XX_BASE 0x54000000 |
| 24 | #define L3_44XX_BASE 0x44000000 |
Santosh Shilimkar | f5d2d65 | 2009-10-19 17:25:57 -0700 | [diff] [blame] | 25 | #define OMAP44XX_EMIF1_BASE 0x4c000000 |
| 26 | #define OMAP44XX_EMIF2_BASE 0x4d000000 |
| 27 | #define OMAP44XX_DMM_BASE 0x4e000000 |
Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 28 | #define OMAP4430_32KSYNCT_BASE 0x4a304000 |
Rajendra Nayak | 9ef8915 | 2009-12-08 18:24:49 -0700 | [diff] [blame] | 29 | #define OMAP4430_CM1_BASE 0x4a004000 |
| 30 | #define OMAP4430_CM_BASE OMAP4430_CM1_BASE |
| 31 | #define OMAP4430_CM2_BASE 0x4a008000 |
| 32 | #define OMAP4430_PRM_BASE 0x4a306000 |
Benoit Cousson | 7932870 | 2010-05-20 12:31:11 -0600 | [diff] [blame] | 33 | #define OMAP4430_PRCM_MPU_BASE 0x48243000 |
Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 34 | #define OMAP44XX_GPMC_BASE 0x50000000 |
| 35 | #define OMAP443X_SCM_BASE 0x4a002000 |
Santosh Shilimkar | 3655e0b | 2010-04-21 18:21:04 +0000 | [diff] [blame] | 36 | #define OMAP443X_CTRL_BASE 0x4a100000 |
Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 37 | #define OMAP44XX_IC_BASE 0x48200000 |
| 38 | #define OMAP44XX_IVA_INTC_BASE 0x40000000 |
| 39 | #define IRQ_SIR_IRQ 0x0040 |
| 40 | #define OMAP44XX_GIC_DIST_BASE 0x48241000 |
| 41 | #define OMAP44XX_GIC_CPU_BASE 0x48240100 |
Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 42 | #define OMAP44XX_SCU_BASE 0x48240000 |
Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 43 | #define OMAP44XX_LOCAL_TWD_BASE 0x48240600 |
Santosh Shilimkar | d309427e | 2010-02-04 19:37:09 +0100 | [diff] [blame] | 44 | #define OMAP44XX_L2CACHE_BASE 0x48242000 |
Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 45 | #define OMAP44XX_WKUPGEN_BASE 0x48281000 |
Jorge Eduardo Candelaria | 302720f | 2010-02-15 10:03:35 -0800 | [diff] [blame] | 46 | #define OMAP44XX_MCPDM_BASE 0x40132000 |
| 47 | #define OMAP44XX_MCPDM_L3_BASE 0x49032000 |
Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 48 | |
C A Subramaniam | 454bf34 | 2009-11-22 10:11:18 -0800 | [diff] [blame] | 49 | #define OMAP44XX_MAILBOX_BASE (L4_44XX_BASE + 0xF4000) |
Maulik Mankad | bce0668 | 2010-02-17 14:09:32 -0800 | [diff] [blame] | 50 | #define OMAP44XX_HSUSB_OTG_BASE (L4_44XX_BASE + 0xAB000) |
C A Subramaniam | 454bf34 | 2009-11-22 10:11:18 -0800 | [diff] [blame] | 51 | |
Kanigeri, Hari | f779f92 | 2010-04-22 23:26:09 +0000 | [diff] [blame] | 52 | #define OMAP4_MMU1_BASE 0x55082000 |
| 53 | #define OMAP4_MMU2_BASE 0x4A066000 |
| 54 | |
Anand Gadiyar | 811406c | 2010-11-21 23:23:41 +0530 | [diff] [blame^] | 55 | #define OMAP44XX_USBTLL_BASE (L4_44XX_BASE + 0x62000) |
| 56 | #define OMAP44XX_UHH_CONFIG_BASE (L4_44XX_BASE + 0x64000) |
| 57 | #define OMAP44XX_HSUSB_OHCI_BASE (L4_44XX_BASE + 0x64800) |
| 58 | #define OMAP44XX_HSUSB_EHCI_BASE (L4_44XX_BASE + 0x64C00) |
| 59 | |
Santosh Shilimkar | 4416907 | 2009-05-28 14:16:04 -0700 | [diff] [blame] | 60 | #endif /* __ASM_ARCH_OMAP44XX_H */ |
| 61 | |