/* * Arm SCP/MCP Software * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SCP_MMAP_H #define SCP_MMAP_H #define SCP_BOOT_ROM_BASE 0x00000000 #define SCP_ITC_RAM_BASE 0x00800000 #define SCP_SOC_EXPANSION1_BASE 0x01000000 #define SCP_DTC_RAM_BASE 0x20000000 #define SCP_PERIPHERAL_BASE 0x44000000 #define SCP_SYSTEM_ACCESS_PORT1_BASE 0xA0000000 #endif /* SCP_MMAP_H */