Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * This file contains the processor specific definitions of the TI OMAP34XX.
0004  *
0005  * Copyright (C) 2007 Texas Instruments.
0006  * Copyright (C) 2007 Nokia Corporation.
0007  */
0008 
0009 #ifndef __ASM_ARCH_OMAP3_H
0010 #define __ASM_ARCH_OMAP3_H
0011 
0012 /*
0013  * Please place only base defines here and put the rest in device
0014  * specific headers.
0015  */
0016 
0017 #define L4_34XX_BASE        0x48000000
0018 #define L4_WK_34XX_BASE     0x48300000
0019 #define L4_PER_34XX_BASE    0x49000000
0020 #define L4_EMU_34XX_BASE    0x54000000
0021 #define L3_34XX_BASE        0x68000000
0022 
0023 #define L4_WK_AM33XX_BASE   0x44C00000
0024 
0025 #define OMAP3430_32KSYNCT_BASE  0x48320000
0026 #define OMAP3430_CM_BASE    0x48004800
0027 #define OMAP3430_PRM_BASE   0x48306800
0028 #define OMAP343X_SMS_BASE   0x6C000000
0029 #define OMAP343X_SDRC_BASE  0x6D000000
0030 #define OMAP34XX_GPMC_BASE  0x6E000000
0031 #define OMAP343X_SCM_BASE   0x48002000
0032 #define OMAP343X_CTRL_BASE  OMAP343X_SCM_BASE
0033 
0034 #define OMAP34XX_IC_BASE    0x48200000
0035 
0036 #define OMAP3430_ISP_BASE   (L4_34XX_BASE + 0xBC000)
0037 #define OMAP3430_ISP_MMU_BASE   (OMAP3430_ISP_BASE + 0x1400)
0038 #define OMAP3430_ISP_BASE2  (OMAP3430_ISP_BASE + 0x1800)
0039 
0040 #define OMAP34XX_HSUSB_OTG_BASE (L4_34XX_BASE + 0xAB000)
0041 #define OMAP34XX_USBTLL_BASE    (L4_34XX_BASE + 0x62000)
0042 #define OMAP34XX_UHH_CONFIG_BASE    (L4_34XX_BASE + 0x64000)
0043 #define OMAP34XX_OHCI_BASE  (L4_34XX_BASE + 0x64400)
0044 #define OMAP34XX_EHCI_BASE  (L4_34XX_BASE + 0x64800)
0045 #define OMAP34XX_SR1_BASE   0x480C9000
0046 #define OMAP34XX_SR2_BASE   0x480CB000
0047 
0048 #define OMAP34XX_MAILBOX_BASE       (L4_34XX_BASE + 0x94000)
0049 
0050 /* Security */
0051 #define OMAP34XX_SEC_BASE   (L4_34XX_BASE + 0xA0000)
0052 #define OMAP34XX_SEC_SHA1MD5_BASE   (OMAP34XX_SEC_BASE + 0x23000)
0053 #define OMAP34XX_SEC_AES_BASE   (OMAP34XX_SEC_BASE + 0x25000)
0054 
0055 #endif /* __ASM_ARCH_OMAP3_H */
0056