summaryrefslogtreecommitdiff
path: root/plat/arm/sgi/common/include/sgi_soc_platform_def.h
blob: fc60999c35c50f281253ba1cd97a79e187b28ec1 (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_H
#define SGI_SOC_PLATFORM_H

#include <sgi_base_platform_def.h>
#include <sgi_soc_css_def.h>

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

#endif /*  SGI_SOC_PLATFORM_H */