npcm845x_common.c 542 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Copyright (c) 2015-2023, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * Copyright (C) 2022-2023 Nuvoton Ltd.
  5. *
  6. * SPDX-License-Identifier: BSD-3-Clause
  7. */
  8. #include <assert.h>
  9. #include <arch.h>
  10. #include <arch_helpers.h>
  11. #include <common/bl_common.h>
  12. #include <common/debug.h>
  13. #include <lib/mmio.h>
  14. #include <lib/xlat_tables/xlat_tables_compat.h>
  15. #include <plat/arm/common/plat_arm.h>
  16. #include <plat/common/platform.h>
  17. #include <platform_def.h>
  18. const mmap_region_t plat_arm_mmap[] = {
  19. MAP_DEVICE0,
  20. MAP_DEVICE1,
  21. {0}
  22. };