blob: 7fdcb3ee59bb2b1c77a64c12ee6eb6439ab774f4 [file] [log] [blame]
/*
* Copyright (c) 2018, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __PLATFORM_H__
#define __PLATFORM_H__
/* Designate the Cortex-A53 #0 as the primary CPU */
#define PRIMARY_CPU_MPID 0x100
#define CPUS_COUNT 6
#define UART_BASE 0x7ff80000
#endif /* __PLATFORM_H__ */