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 SCP_SGI575_MMAP_SCP_H
9 #define SCP_SGI575_MMAP_SCP_H
10 
11 #define SCP_ROM_BASE                0x00000000
12 #define SCP_RAM0_BASE               0x00800000
13 #define SCP_RAM1_BASE               0x20000000
14 
15 #endif /* SCP_SGI575_MMAP_SCP_H */
16