1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4  *		http://www.samsung.com/
5  *
6  * EXYNOS - Memory map definitions
7  */
8 
9 #ifndef __ASM_ARCH_MAP_H
10 #define __ASM_ARCH_MAP_H __FILE__
11 
12 #include <plat/map-base.h>
13 
14 #include <plat/map-s5p.h>
15 
16 #define EXYNOS_PA_CHIPID		0x10000000
17 
18 #endif /* __ASM_ARCH_MAP_H */
19