1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #ifndef MCP_CSS_MMAP_H
9 #define MCP_CSS_MMAP_H
10 
11 #include "mcp_mmap.h"
12 
13 #define MCP_REFCLK_CNTCTL_BASE     (MCP_PERIPHERAL_BASE + 0x0000)
14 #define MCP_REFCLK_CNTBASE0_BASE   (MCP_PERIPHERAL_BASE + 0x1000)
15 #define MCP_REFCLK_CNTCONTROL_BASE (MCP_SYSTEM_ACCESS_PORT1_BASE + 0x2A430000)
16 
17 #endif /* MCP_CSS_MMAP_H */
18