Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * arch/arm/plat-omap/include/plat/l4_2xxx.h - L4 firewall definitions
0004  *
0005  * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
0006  *  Sumit Semwal
0007  */
0008 #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L4_2XXX_H
0009 #define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L4_2XXX_H
0010 
0011 /* L4 CORE */
0012 /* Display Sub system (DSS) */
0013 #define OMAP2420_L4_CORE_FW_DSS_CORE_REGION         28
0014 #define OMAP2420_L4_CORE_FW_DSS_DISPC_REGION            29
0015 #define OMAP2420_L4_CORE_FW_DSS_RFBI_REGION         30
0016 #define OMAP2420_L4_CORE_FW_DSS_VENC_REGION         31
0017 #define OMAP2420_L4_CORE_FW_DSS_TA_REGION           32
0018 
0019 #endif