1 /*
2  * Renesas SCP/MCP Software
3  * Copyright (c) 2020-2021, Renesas Electronics Corporation. All rights
4  * reserved.
5  *
6  * SPDX-License-Identifier: BSD-3-Clause
7  */
8 
9 #ifndef RCAR_MMAP_SCP_H
10 #define RCAR_MMAP_SCP_H
11 
12 #define SCP_ROM_BASE 0x00000000
13 #define SCP_RAM_BASE 0x44200000
14 
15 #endif /* RCAR_MMAP_SCP_H */
16