blob: 544ad90f32c241594513fbc8cde9016ff169dde8 [file] [log] [blame]
Chandni Cherukuri626a52d2018-08-16 13:43:23 +05301/*
2 * Copyright (c) 2018, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef PLATFORM_DEF_H
8#define PLATFORM_DEF_H
9
10#include <sgi_base_platform_def.h>
11#include <utils_def.h>
12
13#define PLAT_ARM_CLUSTER_COUNT 2
14#define CSS_SGI_MAX_CPUS_PER_CLUSTER 8
15#define CSS_SGI_MAX_PE_PER_CPU 2
16
17#define PLAT_CSS_MHU_BASE UL(0x45400000)
18
19/* Base address of DMC-620 instances */
20#define SGICLARKH_DMC620_BASE0 UL(0x4e000000)
21#define SGICLARKH_DMC620_BASE1 UL(0x4e100000)
22
23#define PLAT_MAX_PWR_LVL ARM_PWR_LVL2
24
25#define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL3
26
27#endif /* PLATFORM_DEF_H */