summaryrefslogtreecommitdiff
path: root/plat/arm/sgi/sgi575/include/platform_def.h
blob: 1e5aff59217335efc5b027a16d253873d5e317cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 2018, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PLATFORM_DEF_H
#define PLATFORM_DEF_H

#include <sgi_base_platform_def.h>

#define SGI_CLUSTER_COUNT		2
#define SGI_MAX_CPUS_PER_CLUSTER	4
#define SGI_MAX_PE_PER_CPU		1

/* Base address of trusted watchdog (SP805) */
#define SP805_TWDOG_BASE		0x2A480000
#define IRQ_TWDOG_INTID			86

#endif /* PLATFORM_DEF_H */