1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 3 * arch/arm/plat-omap/include/plat/l4_2xxx.h - L4 firewall definitions 4 * 5 * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ 6 * Sumit Semwal 7 */ 8 #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L4_2XXX_H 9 #define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L4_2XXX_H 10 11 /* L4 CORE */ 12 /* Display Sub system (DSS) */ 13 #define OMAP2420_L4_CORE_FW_DSS_CORE_REGION 28 14 #define OMAP2420_L4_CORE_FW_DSS_DISPC_REGION 29 15 #define OMAP2420_L4_CORE_FW_DSS_RFBI_REGION 30 16 #define OMAP2420_L4_CORE_FW_DSS_VENC_REGION 31 17 #define OMAP2420_L4_CORE_FW_DSS_TA_REGION 32 18 19 #endif 20