xref: /openbmc/linux/arch/arm/mach-omap2/omap44xx.h (revision c49f34bc25900c3c6638fed0987c9abea3c212ea)
1*c49f34bcSTony Lindgren /*:
2*c49f34bcSTony Lindgren  * Address mappings and base address for OMAP4 interconnects
3*c49f34bcSTony Lindgren  * and peripherals.
4*c49f34bcSTony Lindgren  *
5*c49f34bcSTony Lindgren  * Copyright (C) 2009 Texas Instruments
6*c49f34bcSTony Lindgren  *
7*c49f34bcSTony Lindgren  * Author: Santosh Shilimkar <santosh.shilimkar@ti.com>
8*c49f34bcSTony Lindgren  *
9*c49f34bcSTony Lindgren  * This program is free software; you can redistribute it and/or modify
10*c49f34bcSTony Lindgren  * it under the terms of the GNU General Public License version 2 as
11*c49f34bcSTony Lindgren  * published by the Free Software Foundation.
12*c49f34bcSTony Lindgren  */
13*c49f34bcSTony Lindgren #ifndef __ASM_ARCH_OMAP44XX_H
14*c49f34bcSTony Lindgren #define __ASM_ARCH_OMAP44XX_H
15*c49f34bcSTony Lindgren 
16*c49f34bcSTony Lindgren /*
17*c49f34bcSTony Lindgren  * Please place only base defines here and put the rest in device
18*c49f34bcSTony Lindgren  * specific headers.
19*c49f34bcSTony Lindgren  */
20*c49f34bcSTony Lindgren #define L4_44XX_BASE			0x4a000000
21*c49f34bcSTony Lindgren #define L4_WK_44XX_BASE			0x4a300000
22*c49f34bcSTony Lindgren #define L4_PER_44XX_BASE		0x48000000
23*c49f34bcSTony Lindgren #define L4_EMU_44XX_BASE		0x54000000
24*c49f34bcSTony Lindgren #define L3_44XX_BASE			0x44000000
25*c49f34bcSTony Lindgren #define OMAP44XX_EMIF1_BASE		0x4c000000
26*c49f34bcSTony Lindgren #define OMAP44XX_EMIF2_BASE		0x4d000000
27*c49f34bcSTony Lindgren #define OMAP44XX_DMM_BASE		0x4e000000
28*c49f34bcSTony Lindgren #define OMAP4430_32KSYNCT_BASE		0x4a304000
29*c49f34bcSTony Lindgren #define OMAP4430_CM1_BASE		0x4a004000
30*c49f34bcSTony Lindgren #define OMAP4430_CM_BASE		OMAP4430_CM1_BASE
31*c49f34bcSTony Lindgren #define OMAP4430_CM2_BASE		0x4a008000
32*c49f34bcSTony Lindgren #define OMAP4430_PRM_BASE		0x4a306000
33*c49f34bcSTony Lindgren #define OMAP4430_PRCM_MPU_BASE		0x48243000
34*c49f34bcSTony Lindgren #define OMAP44XX_GPMC_BASE		0x50000000
35*c49f34bcSTony Lindgren #define OMAP443X_SCM_BASE		0x4a002000
36*c49f34bcSTony Lindgren #define OMAP443X_CTRL_BASE		0x4a100000
37*c49f34bcSTony Lindgren #define OMAP44XX_IC_BASE		0x48200000
38*c49f34bcSTony Lindgren #define OMAP44XX_IVA_INTC_BASE		0x40000000
39*c49f34bcSTony Lindgren #define IRQ_SIR_IRQ			0x0040
40*c49f34bcSTony Lindgren #define OMAP44XX_GIC_DIST_BASE		0x48241000
41*c49f34bcSTony Lindgren #define OMAP44XX_GIC_CPU_BASE		0x48240100
42*c49f34bcSTony Lindgren #define OMAP44XX_IRQ_GIC_START		32
43*c49f34bcSTony Lindgren #define OMAP44XX_SCU_BASE		0x48240000
44*c49f34bcSTony Lindgren #define OMAP44XX_LOCAL_TWD_BASE		0x48240600
45*c49f34bcSTony Lindgren #define OMAP44XX_L2CACHE_BASE		0x48242000
46*c49f34bcSTony Lindgren #define OMAP44XX_WKUPGEN_BASE		0x48281000
47*c49f34bcSTony Lindgren #define OMAP44XX_MCPDM_BASE		0x40132000
48*c49f34bcSTony Lindgren #define OMAP44XX_SAR_RAM_BASE		0x4a326000
49*c49f34bcSTony Lindgren 
50*c49f34bcSTony Lindgren #define OMAP44XX_MAILBOX_BASE		(L4_44XX_BASE + 0xF4000)
51*c49f34bcSTony Lindgren #define OMAP44XX_HSUSB_OTG_BASE		(L4_44XX_BASE + 0xAB000)
52*c49f34bcSTony Lindgren 
53*c49f34bcSTony Lindgren #define OMAP4_MMU1_BASE			0x55082000
54*c49f34bcSTony Lindgren #define OMAP4_MMU2_BASE			0x4A066000
55*c49f34bcSTony Lindgren 
56*c49f34bcSTony Lindgren #define OMAP44XX_USBTLL_BASE		(L4_44XX_BASE + 0x62000)
57*c49f34bcSTony Lindgren #define OMAP44XX_UHH_CONFIG_BASE	(L4_44XX_BASE + 0x64000)
58*c49f34bcSTony Lindgren #define OMAP44XX_HSUSB_OHCI_BASE	(L4_44XX_BASE + 0x64800)
59*c49f34bcSTony Lindgren #define OMAP44XX_HSUSB_EHCI_BASE	(L4_44XX_BASE + 0x64C00)
60*c49f34bcSTony Lindgren 
61*c49f34bcSTony Lindgren #endif /* __ASM_ARCH_OMAP44XX_H */
62*c49f34bcSTony Lindgren 
63