xref: /rk3399_ARM-atf/plat/intel/soc/stratix10/include/socfpga_plat_def.h (revision fcccd358e4cd6199c797ad127c77c47ec1ad5983)
1 /*
2  * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PLAT_SOCFPGA_DEF_H
8 #define PLAT_SOCFPGA_DEF_H
9 
10 #include <platform_def.h>
11 
12 /* Platform Setting */
13 #define PLATFORM_MODEL		PLAT_SOCFPGA_STRATIX10
14 
15 /* Register Mapping */
16 #define SOCFPGA_MMC_REG_BASE                    0xff808000
17 
18 #define SOCFPGA_RSTMGR_OFST                     0xffd11000
19 #define SOCFPGA_RSTMGR_MPUMODRST_OFST           0xffd11020
20 
21 #endif /* PLATSOCFPGA_DEF_H */
22 
23