blob: cc0cf5ecbfbd9cbefff9e1266c65add91f3d8721 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +05302
Chander Kashyap0aee53b2012-02-05 23:01:47 +00003/*
Hatim RV540b5af2012-12-11 00:52:48 +00004 * Copyright (C) 2012 Samsung Electronics
Chander Kashyap0aee53b2012-02-05 23:01:47 +00005 *
Hatim RV540b5af2012-12-11 00:52:48 +00006 * Configuration settings for the SAMSUNG EXYNOS5250 board.
Chander Kashyap0aee53b2012-02-05 23:01:47 +00007 */
8
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +05309#ifndef __CONFIG_5250_H
10#define __CONFIG_5250_H
Chander Kashyap0aee53b2012-02-05 23:01:47 +000011
Tom Riniaa6e94d2022-11-16 13:10:37 -050012#define CFG_SYS_SDRAM_BASE 0x40000000
Chander Kashyap0aee53b2012-02-05 23:01:47 +000013
Michael Pratt0cf7e182014-06-18 17:54:02 +053014/* DRAM Memory Banks */
Michael Pratt0cf7e182014-06-18 17:54:02 +053015#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
16
Rajeshwari Birje76dd9b62013-12-26 09:44:26 +053017#endif /* __CONFIG_5250_H */