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

#ifndef SGI_SOC_CSS_DEF_V2_H
#define SGI_SOC_CSS_DEF_V2_H

/* Trusted watchdog (SP805) Interrupt ID */
#define IRQ_TWDOG_INTID			107

/* Maximum SPI */
#define PLAT_MAX_SPI_OFFSET_ID		256

/* AP_REFCLK Generic Timer, Non-secure. */
#define IRQ_CNTPSIRQ1			109

#endif /* SGI_SOC_CSS_DEF_V2_H */