]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/exynos5250-common.h
Merge branch 'master' of git://git.denx.de/u-boot-mips
[people/ms/u-boot.git] / include / configs / exynos5250-common.h
1
2 /*
3 * Copyright (C) 2012 Samsung Electronics
4 *
5 * Configuration settings for the SAMSUNG EXYNOS5250 board.
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 #ifndef __CONFIG_5250_H
11 #define __CONFIG_5250_H
12
13 #define CONFIG_EXYNOS5250
14
15 #define CONFIG_SYS_SDRAM_BASE 0x40000000
16 #define CONFIG_SYS_TEXT_BASE 0x43E00000
17
18 /* MACH_TYPE_SMDK5250 macro will be removed once added to mach-types */
19 #define MACH_TYPE_SMDK5250 3774
20 #define CONFIG_MACH_TYPE MACH_TYPE_SMDK5250
21
22 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
23
24 #define CONFIG_SPL_TEXT_BASE 0x02023400
25
26 #define CONFIG_IRAM_STACK 0x02050000
27
28 #define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
29
30 /* USB */
31 #define CONFIG_USB_EHCI
32 #define CONFIG_USB_EHCI_EXYNOS
33
34 #define CONFIG_USB_HOST_ETHER
35 #define CONFIG_USB_ETHER_ASIX
36 #define CONFIG_USB_ETHER_ASIX88179
37
38 /* DRAM Memory Banks */
39 #define CONFIG_NR_DRAM_BANKS 8
40 #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
41
42 #endif /* __CONFIG_5250_H */