17 lines
518 B
C
Executable file
17 lines
518 B
C
Executable file
/*
|
|
* Copyright (c) 2019 Samsung Electronics Co., Ltd.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*
|
|
* Device Tree binding constants for Exynos S2MPU
|
|
*/
|
|
|
|
#ifndef _EXYNOS_S2MPU_TABLE_H
|
|
#define _EXYNOS_S2MPU_TABLE_H
|
|
|
|
#define S2MPU_TABLE_BASE (0xC1800000)
|
|
#define S2MPU_TABLE_SIZE (0x800000)
|
|
|
|
#endif /* _EXYNOS_S2MPU_TABLE_H */
|