l4_2xxx.h 622 B

12345678910111213141516171819
  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. /* L4 CORE */
  11. /* Display Sub system (DSS) */
  12. #define OMAP2420_L4_CORE_FW_DSS_CORE_REGION 28
  13. #define OMAP2420_L4_CORE_FW_DSS_DISPC_REGION 29
  14. #define OMAP2420_L4_CORE_FW_DSS_RFBI_REGION 30
  15. #define OMAP2420_L4_CORE_FW_DSS_VENC_REGION 31
  16. #define OMAP2420_L4_CORE_FW_DSS_TA_REGION 32
  17. #endif