1 /* 2 * Arm SCP/MCP Software 3 * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef MCP_SGI575_MMAP_MCP_H 9 #define MCP_SGI575_MMAP_MCP_H 10 11 #define MCP_ROM_BASE 0x00000000 12 #define MCP_RAM0_BASE 0x00800000 13 #define MCP_RAM1_BASE 0x20000000 14 15 #endif /* MCP_SGI575_MMAP_MCP_H */ 16