Merge tag 'versal-qspi-for-v2022.10' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / include / configs / exynos5250-common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2
3 /*
4  * Copyright (C) 2012 Samsung Electronics
5  *
6  * Configuration settings for the SAMSUNG EXYNOS5250 board.
7  */
8
9 #ifndef __CONFIG_5250_H
10 #define __CONFIG_5250_H
11
12 #define CONFIG_SYS_SDRAM_BASE           0x40000000
13
14 /* USB */
15 #define CONFIG_USB_EHCI_EXYNOS
16
17 #define CONFIG_USB_XHCI_EXYNOS
18
19 /* DRAM Memory Banks */
20 #define SDRAM_BANK_SIZE         (256UL << 20UL) /* 256 MB */
21
22 #endif  /* __CONFIG_5250_H */