xref: /openbmc/linux/arch/arm/mach-omap2/am33xx.h (revision c49f34bc)
1c49f34bcSTony Lindgren /*
2c49f34bcSTony Lindgren  * This file contains the address info for various AM33XX modules.
3c49f34bcSTony Lindgren  *
4c49f34bcSTony Lindgren  * Copyright (C) 2011 Texas Instruments, Inc. - http://www.ti.com/
5c49f34bcSTony Lindgren  *
6c49f34bcSTony Lindgren  * This program is free software; you can redistribute it and/or
7c49f34bcSTony Lindgren  * modify it under the terms of the GNU General Public License as
8c49f34bcSTony Lindgren  * published by the Free Software Foundation version 2.
9c49f34bcSTony Lindgren  *
10c49f34bcSTony Lindgren  * This program is distributed "as is" WITHOUT ANY WARRANTY of any
11c49f34bcSTony Lindgren  * kind, whether express or implied; without even the implied warranty
12c49f34bcSTony Lindgren  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13c49f34bcSTony Lindgren  * GNU General Public License for more details.
14c49f34bcSTony Lindgren  */
15c49f34bcSTony Lindgren 
16c49f34bcSTony Lindgren #ifndef __ASM_ARCH_AM33XX_H
17c49f34bcSTony Lindgren #define __ASM_ARCH_AM33XX_H
18c49f34bcSTony Lindgren 
19c49f34bcSTony Lindgren #define L4_SLOW_AM33XX_BASE	0x48000000
20c49f34bcSTony Lindgren 
21c49f34bcSTony Lindgren #define AM33XX_SCM_BASE		0x44E10000
22c49f34bcSTony Lindgren #define AM33XX_CTRL_BASE	AM33XX_SCM_BASE
23c49f34bcSTony Lindgren #define AM33XX_PRCM_BASE	0x44E00000
24c49f34bcSTony Lindgren 
25c49f34bcSTony Lindgren #endif /* __ASM_ARCH_AM33XX_H */
26