aboutsummaryrefslogtreecommitdiff
path: root/spm/cactus/plat/arm/tc0/include/cactus_platform_def.h
blob: d5513142ea66cde89f859fc2fc5c19faea7b92f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (c) 2020-2021, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <platform_def.h>

#ifndef CACTUS_PLATFORM_DEF_H
#define CACTUS_PLATFORM_DEF_H

#define PLAT_ARM_DEVICE0_BASE		TC0_DEVICE0_BASE
#define PLAT_ARM_DEVICE0_SIZE		TC0_DEVICE0_SIZE

#define CACTUS_PL011_UART_BASE		PL011_UART1_BASE
#define CACTUS_PL011_UART_CLK_IN_HZ	PL011_UART1_CLK_IN_HZ

#define PLAT_CACTUS_RX_BASE		ULL(0xfe300000)

#define CACTUS_PRIMARY_EC_COUNT		(8U)
#define CACTUS_SECONDARY_EC_COUNT	(8U)
#define CACTUS_TERTIARY_EC_COUNT	(8U)

#endif /* CACTUS_PLATFORM_DEF_H */