blob: 7fdcb3ee59bb2b1c77a64c12ee6eb6439ab774f4 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001/*
2 * Copyright (c) 2018, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __PLATFORM_H__
8#define __PLATFORM_H__
9
10/* Designate the Cortex-A53 #0 as the primary CPU */
11#define PRIMARY_CPU_MPID 0x100
12
13#define CPUS_COUNT 6
14
15#define UART_BASE 0x7ff80000
16
17#endif /* __PLATFORM_H__ */