blob: 1870fc78aed86a1e830d8d8c7702b62fb2327006 [file] [log] [blame]
Chandni Cherukuria3f66132018-08-10 11:17:58 +05301/*
2 * Copyright (c) 2018, ARM Limited and Contributors. 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
12#define PLAT_ARM_CLUSTER_COUNT 2
13#define CSS_SGI_MAX_CPUS_PER_CLUSTER 4
14#define CSS_SGI_MAX_PE_PER_CPU 1
15
16#define PLAT_CSS_MHU_BASE 0x45000000
17
18#endif /* PLATFORM_DEF_H */