summaryrefslogtreecommitdiff
path: root/plat/arm/sgi/common/include/sgi_soc_platform_def_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/sgi/common/include/sgi_soc_platform_def_v2.h')
-rw-r--r--plat/arm/sgi/common/include/sgi_soc_platform_def_v2.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plat/arm/sgi/common/include/sgi_soc_platform_def_v2.h b/plat/arm/sgi/common/include/sgi_soc_platform_def_v2.h
new file mode 100644
index 0000000..fad31ca
--- /dev/null
+++ b/plat/arm/sgi/common/include/sgi_soc_platform_def_v2.h
@@ -0,0 +1,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 */