blob: 013a3491a39f202f0e5a5af17e04da29c61b65aa [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Alexey Brodkin66712b82014-02-04 12:56:18 +04002/*
Alexey Brodkincc8be222016-08-04 14:35:01 +03003 * Copyright (C) 2013-2016 Synopsys, Inc. All rights reserved.
Alexey Brodkin66712b82014-02-04 12:56:18 +04004 */
5
Alexey Brodkincc8be222016-08-04 14:35:01 +03006#ifndef _CONFIG_NSIM_H_
7#define _CONFIG_NSIM_H_
8
9#include <linux/sizes.h>
Alexey Brodkin66712b82014-02-04 12:56:18 +040010
11/*
Alexey Brodkin66712b82014-02-04 12:56:18 +040012 * Memory configuration
13 */
Alexey Brodkin66712b82014-02-04 12:56:18 +040014
Tom Rini65cc0e22022-11-16 13:10:41 -050015#define CFG_SYS_DDR_SDRAM_BASE 0x80000000
16#define CFG_SYS_SDRAM_BASE CFG_SYS_DDR_SDRAM_BASE
Tom Riniaa6e94d2022-11-16 13:10:37 -050017#define CFG_SYS_SDRAM_SIZE SZ_256M
Alexey Brodkin66712b82014-02-04 12:56:18 +040018
Alexey Brodkin66712b82014-02-04 12:56:18 +040019/*
Alexey Brodkin66712b82014-02-04 12:56:18 +040020 * Console configuration
21 */
Alexey Brodkin66712b82014-02-04 12:56:18 +040022
Alexey Brodkincc8be222016-08-04 14:35:01 +030023#endif /* _CONFIG_NSIM_H_ */