1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (C) 2018 Marvell International Ltd. 4 */ 5 6 #ifndef _FW_INFO_H_ 7 #define _FW_INFO_H_ 8 9 /* Protected ATF and TEE region */ 10 #define ATF_REGION_START 0x4000000 11 #define ATF_REGION_END 0x5400000 12 13 /* Firmware related definition used for SMC calls */ 14 #define MV_SIP_DRAM_SIZE 0x82000010 15 16 #define MMIO_REGS_PHY_BASE 0xc0000000 17 18 #endif /* _FW_INFO_H_ */ 19