blob: c7d628ecb467aa57a85090af29a9904488643604 [file] [log] [blame]
Santosh Shilimkar44169072009-05-28 14:16:04 -07001/*:
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 Shilimkarf5d2d652009-10-19 17:25:57 -070025#define OMAP44XX_EMIF1_BASE 0x4c000000
26#define OMAP44XX_EMIF2_BASE 0x4d000000
27#define OMAP44XX_DMM_BASE 0x4e000000
Santosh Shilimkar44169072009-05-28 14:16:04 -070028#define OMAP4430_32KSYNCT_BASE 0x4a304000
Rajendra Nayak9ef89152009-12-08 18:24:49 -070029#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
Santosh Shilimkar44169072009-05-28 14:16:04 -070033#define OMAP44XX_GPMC_BASE 0x50000000
34#define OMAP443X_SCM_BASE 0x4a002000
35#define OMAP443X_CTRL_BASE OMAP443X_SCM_BASE
36#define OMAP44XX_IC_BASE 0x48200000
37#define OMAP44XX_IVA_INTC_BASE 0x40000000
38#define IRQ_SIR_IRQ 0x0040
39#define OMAP44XX_GIC_DIST_BASE 0x48241000
40#define OMAP44XX_GIC_CPU_BASE 0x48240100
Santosh Shilimkar44169072009-05-28 14:16:04 -070041#define OMAP44XX_SCU_BASE 0x48240000
Santosh Shilimkar44169072009-05-28 14:16:04 -070042#define OMAP44XX_LOCAL_TWD_BASE 0x48240600
Santosh Shilimkard3094272010-02-04 19:37:09 +010043#define OMAP44XX_L2CACHE_BASE 0x48242000
Santosh Shilimkar44169072009-05-28 14:16:04 -070044#define OMAP44XX_WKUPGEN_BASE 0x48281000
Santosh Shilimkar44169072009-05-28 14:16:04 -070045
C A Subramaniam454bf342009-11-22 10:11:18 -080046#define OMAP44XX_MAILBOX_BASE (L4_44XX_BASE + 0xF4000)
47
Santosh Shilimkar44169072009-05-28 14:16:04 -070048#endif /* __ASM_ARCH_OMAP44XX_H */
49