Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * arch/arm/plat-omap/include/mach/l4_3xxx.h - L4 firewall definitions
0004  *
0005  * Copyright (C) 2009 Nokia Corporation
0006  * Paul Walmsley
0007  */
0008 #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_MACH_L4_3XXX_H
0009 #define __ARCH_ARM_PLAT_OMAP_INCLUDE_MACH_L4_3XXX_H
0010 
0011 /* L4 CORE */
0012 #define OMAP3_L4_CORE_FW_I2C1_REGION                21
0013 #define OMAP3_L4_CORE_FW_I2C1_TA_REGION             22
0014 #define OMAP3_L4_CORE_FW_I2C2_REGION                23
0015 #define OMAP3_L4_CORE_FW_I2C2_TA_REGION             24
0016 #define OMAP3_L4_CORE_FW_I2C3_REGION                73
0017 #define OMAP3_L4_CORE_FW_I2C3_TA_REGION             74
0018 
0019 /* Display Sub system (DSS) */
0020 #define OMAP3_L4_CORE_FW_DSS_PROT_GROUP             2
0021 
0022 #define OMAP3_L4_CORE_FW_DSS_DSI_REGION             104
0023 #define OMAP3ES1_L4_CORE_FW_DSS_CORE_REGION         3
0024 #define OMAP3_L4_CORE_FW_DSS_CORE_REGION            4
0025 #define OMAP3_L4_CORE_FW_DSS_DISPC_REGION           4
0026 #define OMAP3_L4_CORE_FW_DSS_RFBI_REGION            5
0027 #define OMAP3_L4_CORE_FW_DSS_VENC_REGION            6
0028 #define OMAP3_L4_CORE_FW_DSS_TA_REGION              7
0029 #endif