xref: /openbmc/linux/arch/arm/mach-omap2/omap54xx.h (revision c49f34bc)
1c49f34bcSTony Lindgren /*:
2c49f34bcSTony Lindgren  * Address mappings and base address for OMAP5 interconnects
3c49f34bcSTony Lindgren  * and peripherals.
4c49f34bcSTony Lindgren  *
5c49f34bcSTony Lindgren  * Copyright (C) 2012 Texas Instruments
6c49f34bcSTony Lindgren  *	Santosh Shilimkar <santosh.shilimkar@ti.com>
7c49f34bcSTony Lindgren  *	Sricharan <r.sricharan@ti.com>
8c49f34bcSTony Lindgren  *
9c49f34bcSTony Lindgren  * This program is free software; you can redistribute it and/or modify
10c49f34bcSTony Lindgren  * it under the terms of the GNU General Public License version 2 as
11c49f34bcSTony Lindgren  * published by the Free Software Foundation.
12c49f34bcSTony Lindgren  */
13c49f34bcSTony Lindgren #ifndef __ASM_SOC_OMAP54XX_H
14c49f34bcSTony Lindgren #define __ASM_SOC_OMAP54XX_H
15c49f34bcSTony Lindgren 
16c49f34bcSTony Lindgren /*
17c49f34bcSTony Lindgren  * Please place only base defines here and put the rest in device
18c49f34bcSTony Lindgren  * specific headers.
19c49f34bcSTony Lindgren  */
20c49f34bcSTony Lindgren #define L4_54XX_BASE			0x4a000000
21c49f34bcSTony Lindgren #define L4_WK_54XX_BASE			0x4ae00000
22c49f34bcSTony Lindgren #define L4_PER_54XX_BASE		0x48000000
23c49f34bcSTony Lindgren #define L3_54XX_BASE			0x44000000
24c49f34bcSTony Lindgren #define OMAP54XX_32KSYNCT_BASE		0x4ae04000
25c49f34bcSTony Lindgren #define OMAP54XX_CM_CORE_AON_BASE	0x4a004000
26c49f34bcSTony Lindgren #define OMAP54XX_CM_CORE_BASE		0x4a008000
27c49f34bcSTony Lindgren #define OMAP54XX_PRM_BASE		0x4ae06000
28c49f34bcSTony Lindgren #define OMAP54XX_PRCM_MPU_BASE		0x48243000
29c49f34bcSTony Lindgren #define OMAP54XX_SCM_BASE		0x4a002000
30c49f34bcSTony Lindgren #define OMAP54XX_CTRL_BASE		0x4a002800
31c49f34bcSTony Lindgren 
32c49f34bcSTony Lindgren #endif /* __ASM_SOC_OMAP555554XX_H */
33