summaryrefslogtreecommitdiff
path: root/plat/arm/sgi/common/include/sgi_soc_platform_def_v2.h
blob: fad31ca2c4461937a956b4cf850ce3db57a78798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2022, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SGI_SOC_PLATFORM_V2_H
#define SGI_SOC_PLATFORM_V2_H

#include <sgi_base_platform_def.h>
#include <sgi_soc_css_def_v2.h>

/* Base address of non-trusted watchdog (SP805) */
#define SP805_WDOG_BASE		UL(0x0C0F0000)

#endif /*  SGI_SOC_PLATFORM_V2_H */