blob: d469ef83c240d5cf03ccfe7c6a92fc99e345a3f8 [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
15#define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000
16#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
Alexey Brodkin1a116372016-08-04 14:35:01 +030017#define CONFIG_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_ */