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