diff options
Diffstat (limited to 'include/configs/nsim.h')
-rw-r--r-- | include/configs/nsim.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/configs/nsim.h b/include/configs/nsim.h new file mode 100644 index 00000000000..013a3491a39 --- /dev/null +++ b/include/configs/nsim.h @@ -0,0 +1,23 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2013-2016 Synopsys, Inc. All rights reserved. + */ + +#ifndef _CONFIG_NSIM_H_ +#define _CONFIG_NSIM_H_ + +#include <linux/sizes.h> + +/* + * Memory configuration + */ + +#define CFG_SYS_DDR_SDRAM_BASE 0x80000000 +#define CFG_SYS_SDRAM_BASE CFG_SYS_DDR_SDRAM_BASE +#define CFG_SYS_SDRAM_SIZE SZ_256M + +/* + * Console configuration + */ + +#endif /* _CONFIG_NSIM_H_ */ |