aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/include/mach/fw_info.h
blob: 1382438e390e35008fa0a7cab4d06f674afc8c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2018 Marvell International Ltd.
 */

#ifndef _FW_INFO_H_
#define _FW_INFO_H_

/* Protected ATF and TEE region */
#define ATF_REGION_START		0x4000000
#define ATF_REGION_END			0x5400000

/* Firmware related definition used for SMC calls */
#define MV_SIP_DRAM_SIZE		0x82000010

#define MMIO_REGS_PHY_BASE		0xc0000000

#endif /* _FW_INFO_H_ */