/* * Arm SCP/MCP Software * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef MCP_SGI575_MMAP_MCP_H #define MCP_SGI575_MMAP_MCP_H #define MCP_ROM_BASE 0x00000000 #define MCP_RAM0_BASE 0x00800000 #define MCP_RAM1_BASE 0x20000000 #endif /* MCP_SGI575_MMAP_MCP_H */