1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /*: 3 * Address mappings and base address for OMAP5 4 * and peripherals. 5 * 6 * Copyright (C) 2012 Texas Instruments 7 * Santosh Shilimkar <santosh.shilimkar@t 8 * Sricharan <r.sricharan@ti.com> 9 */ 10 #ifndef __ASM_SOC_OMAP54XX_H 11 #define __ASM_SOC_OMAP54XX_H 12 13 /* 14 * Please place only base defines here and put 15 * specific headers. 16 */ 17 #define L4_54XX_BASE 0x4a00 18 #define L4_WK_54XX_BASE 0x4ae0 19 #define L4_PER_54XX_BASE 0x4800 20 #define L3_54XX_BASE 0x4400 21 #define OMAP54XX_32KSYNCT_BASE 0x4ae0 22 #define OMAP54XX_CM_CORE_AON_BASE 0x4a00 23 #define OMAP54XX_CM_CORE_BASE 0x4a00 24 #define OMAP54XX_PRM_BASE 0x4ae0 25 #define OMAP54XX_PRCM_MPU_BASE 0x4824 26 #define OMAP54XX_SCM_BASE 0x4a00 27 #define OMAP54XX_CTRL_BASE 0x4a00 28 #define OMAP54XX_SAR_RAM_BASE 0x4ae2 29 30 /* DRA7 specific base addresses */ 31 #define L3_MAIN_SN_DRA7XX_BASE 0x4400 32 #define L4_PER1_DRA7XX_BASE 0x4800 33 #define L4_CFG_MPU_DRA7XX_BASE 0x4821 34 #define L4_PER2_DRA7XX_BASE 0x4840 35 #define L4_PER3_DRA7XX_BASE 0x4880 36 #define L4_CFG_DRA7XX_BASE 0x4A00 37 #define L4_WKUP_DRA7XX_BASE 0x4ae0 38 #define DRA7XX_CM_CORE_AON_BASE 0x4a00 39 #define DRA7XX_CTRL_BASE 0x4a00 40 #define DRA7XX_TAP_BASE 0x4ae0 41 42 #endif /* __ASM_SOC_OMAP555554XX_H */ 43
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.