blob: c83622ca5c8441357ed89f217691a57abe25412a [file] [log] [blame]
/*
* Copyright (c) 2018, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PLATFORM_H
#define PLATFORM_H
#define PRIMARY_CPU_MPID 0x0
#define CPUS_COUNT 8
#define UART_BASE 0x7ff80000
#define SGI_MAX_CPUS_PER_CLUSTER 4
#define SGI_MAX_PE_PER_CPU 1
#endif /* PLATFORM_H */