3 * Copyright (C) 2012 Samsung Electronics
5 * Configuration settings for the SAMSUNG EXYNOS5250 board.
7 * SPDX-License-Identifier: GPL-2.0+
10 #ifndef __CONFIG_5250_H
11 #define __CONFIG_5250_H
13 #include <configs/exynos5-common.h>
14 #define CONFIG_EXYNOS5250
16 #define CONFIG_SYS_SDRAM_BASE 0x40000000
17 #define CONFIG_SYS_TEXT_BASE 0x43E00000
19 /* MACH_TYPE_SMDK5250 macro will be removed once added to mach-types */
20 #define MACH_TYPE_SMDK5250 3774
21 #define CONFIG_MACH_TYPE MACH_TYPE_SMDK5250
23 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
26 #define CONFIG_CMD_USB
27 #define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
28 #define CONFIG_USB_STORAGE
30 #define CONFIG_SPL_TEXT_BASE 0x02023400
32 #define CONFIG_BOOTCOMMAND "mmc read 40007000 451 2000; bootm 40007000"
34 #define CONFIG_IRAM_STACK 0x02050000
36 #define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
39 #define CONFIG_POWER_MAX77686
42 #define CONFIG_CMD_SOUND
43 #ifdef CONFIG_CMD_SOUND
45 #define CONFIG_I2S_SAMSUNG
47 #define CONFIG_SOUND_MAX98095
48 #define CONFIG_SOUND_WM8994
52 #define CONFIG_MAX_I2C_NUM 8
57 #define CONFIG_EXYNOS_FB
58 #define CONFIG_EXYNOS_DP
59 #define LCD_BPP LCD_COLOR16
62 /* DRAM Memory Banks */
63 #define CONFIG_NR_DRAM_BANKS 8
64 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
66 #endif /* __CONFIG_5250_H */