aboutsummaryrefslogtreecommitdiff
path: root/product/tc0/include/scp_soc_mmap.h
blob: 433f90926c7d359a229e87be8eacedb9e0f40144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * Arm SCP/MCP Software
 * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SCP_SOC_MMAP_H
#define SCP_SOC_MMAP_H

#include "scp_mmap.h"

#define SCP_PLL_BASE (SCP_SOC_EXPANSION3_BASE + 0x03000000)

#define SCP_PLL_SYSPLL (SCP_PLL_BASE + 0x00000000)
#define SCP_PLL_DISPLAY (SCP_PLL_BASE + 0x00000014)
#define SCP_PLL_PIX0 (SCP_PLL_BASE + 0x00000018)
#define SCP_PLL_PIX1 (SCP_PLL_BASE + 0x0000001C)
#define SCP_PLL_INTERCONNECT (SCP_PLL_BASE + 0x00000020)

#define SCP_PLL_CPU0 (SCP_PLL_BASE + 0x00000100)
#define SCP_PLL_CPU1 (SCP_PLL_BASE + 0x00000104)
#define SCP_PLL_CPU2 (SCP_PLL_BASE + 0x00000108)
#define SCP_PLL_CPU3 (SCP_PLL_BASE + 0x0000010C)

#endif /* SCP_SOC_MMAP_H */