mtk_iommu_plat.h 357 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2022, MediaTek Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef IOMMU_PLAT_H
  7. #define IOMMU_PLAT_H
  8. /* mm iommu */
  9. #define ATF_MTK_SMI_LARB_CFG_SUPPORT
  10. /* mm iommu, sec bank dump */
  11. #define ATF_MTK_IOMMU_CFG_SUPPORT
  12. /* infra iommu */
  13. #define ATF_MTK_INFRA_MASTER_CFG_SUPPORT
  14. #endif /* IOMMU_PLAT_H */