1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /*: 3 * Address mappings and base address for OMAP4 4 * and peripherals. 5 * 6 * Copyright (C) 2009 Texas Instruments 7 * 8 * Author: Santosh Shilimkar <santosh.shilimka 9 */ 10 #ifndef __ASM_ARCH_OMAP44XX_H 11 #define __ASM_ARCH_OMAP44XX_H 12 13 /* 14 * Please place only base defines here and put 15 * specific headers. 16 */ 17 #define L4_44XX_BASE 0x4a00 18 #define L4_WK_44XX_BASE 0x4a30 19 #define L4_PER_44XX_BASE 0x4800 20 #define L4_EMU_44XX_BASE 0x5400 21 #define L3_44XX_BASE 0x4400 22 #define OMAP44XX_EMIF1_BASE 0x4c00 23 #define OMAP44XX_EMIF2_BASE 0x4d00 24 #define OMAP44XX_DMM_BASE 0x4e00 25 #define OMAP4430_32KSYNCT_BASE 0x4a30 26 #define OMAP4430_CM1_BASE 0x4a00 27 #define OMAP4430_CM_BASE OMAP44 28 #define OMAP4430_CM2_BASE 0x4a00 29 #define OMAP4430_PRM_BASE 0x4a30 30 #define OMAP4430_PRCM_MPU_BASE 0x4824 31 #define OMAP44XX_GPMC_BASE 0x5000 32 #define OMAP443X_SCM_BASE 0x4a00 33 #define OMAP443X_CTRL_BASE 0x4a10 34 #define OMAP44XX_IC_BASE 0x4820 35 #define OMAP44XX_IVA_INTC_BASE 0x4000 36 #define IRQ_SIR_IRQ 0x0040 37 #define OMAP44XX_GIC_DIST_BASE 0x4824 38 #define OMAP44XX_GIC_CPU_BASE 0x4824 39 #define OMAP44XX_IRQ_GIC_START 32 40 #define OMAP44XX_LOCAL_TWD_BASE 0x4824 41 #define OMAP44XX_L2CACHE_BASE 0x4824 42 #define OMAP44XX_WKUPGEN_BASE 0x4828 43 #define OMAP44XX_MCPDM_BASE 0x4013 44 #define OMAP44XX_SAR_RAM_BASE 0x4a32 45 46 #define OMAP44XX_MAILBOX_BASE (L4_44 47 #define OMAP44XX_HSUSB_OTG_BASE (L4_44 48 49 #define OMAP4_MMU1_BASE 0x5508 50 #define OMAP4_MMU2_BASE 0x4A06 51 52 #define OMAP44XX_USBTLL_BASE (L4_44 53 #define OMAP44XX_UHH_CONFIG_BASE (L4_44 54 #define OMAP44XX_HSUSB_OHCI_BASE (L4_44 55 #define OMAP44XX_HSUSB_EHCI_BASE (L4_44 56 57 #endif /* __ASM_ARCH_OMAP44XX_H */ 58 59
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.