OMAP3: Add support for DPLL3 divisor values higher than 2
[linux-2.6/mini2440.git] / arch / arm / plat-omap / include / mach / omap44xx.h
blob15dec7f1c7c0d2adcb0457660c7dc413dd228ee4
1 /*:
2 * Address mappings and base address for OMAP4 interconnects
3 * and peripherals.
5 * Copyright (C) 2009 Texas Instruments
7 * Author: Santosh Shilimkar <santosh.shilimkar@ti.com>
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.
13 #ifndef __ASM_ARCH_OMAP44XX_H
14 #define __ASM_ARCH_OMAP44XX_H
17 * Please place only base defines here and put the rest in device
18 * specific headers.
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
25 #define OMAP4430_32KSYNCT_BASE 0x4a304000
26 #define OMAP4430_CM_BASE 0x4a004000
27 #define OMAP4430_PRM_BASE 0x48306000
28 #define OMAP44XX_GPMC_BASE 0x50000000
29 #define OMAP443X_SCM_BASE 0x4a002000
30 #define OMAP443X_CTRL_BASE OMAP443X_SCM_BASE
31 #define OMAP44XX_IC_BASE 0x48200000
32 #define OMAP44XX_IVA_INTC_BASE 0x40000000
33 #define IRQ_SIR_IRQ 0x0040
34 #define OMAP44XX_GIC_DIST_BASE 0x48241000
35 #define OMAP44XX_GIC_CPU_BASE 0x48240100
36 #define OMAP44XX_VA_GIC_CPU_BASE IO_ADDRESS(OMAP44XX_GIC_CPU_BASE)
37 #define OMAP44XX_SCU_BASE 0x48240000
38 #define OMAP44XX_VA_SCU_BASE IO_ADDRESS(OMAP44XX_SCU_BASE)
39 #define OMAP44XX_LOCAL_TWD_BASE 0x48240600
40 #define OMAP44XX_VA_LOCAL_TWD_BASE IO_ADDRESS(OMAP44XX_LOCAL_TWD_BASE)
41 #define OMAP44XX_LOCAL_TWD_SIZE 0x00000100
42 #define OMAP44XX_WKUPGEN_BASE 0x48281000
43 #define OMAP44XX_VA_WKUPGEN_BASE IO_ADDRESS(OMAP44XX_WKUPGEN_BASE)
45 #endif /* __ASM_ARCH_OMAP44XX_H */