blob: abc48d84cf6da854f7164eba9ae070d07ef34a3c [file] [log] [blame]
Chandni Cherukurif7813232018-09-16 21:06:29 +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 0x45400000
17
18#endif /* PLATFORM_DEF_H */