]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/zynq_zed.h
6ec6117f17db0d72e89e89be0f73dac31464a034
[people/ms/u-boot.git] / include / configs / zynq_zed.h
1 /*
2 * (C) Copyright 2013 Xilinx, Inc.
3 *
4 * Configuration for Zynq Evaluation and Development Board - ZedBoard
5 * See zynq-common.h for Zynq common configs
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 #ifndef __CONFIG_ZYNQ_ZED_H
11 #define __CONFIG_ZYNQ_ZED_H
12
13 #define CONFIG_SYS_SDRAM_SIZE (512 * 1024 * 1024)
14
15 #define CONFIG_ZYNQ_GEM0
16 #define CONFIG_ZYNQ_GEM_PHY_ADDR0 0
17
18 #define CONFIG_SYS_NO_FLASH
19
20 #define CONFIG_ZYNQ_USB
21 #define CONFIG_ZYNQ_SDHCI0
22 #define CONFIG_ZYNQ_BOOT_FREEBSD
23
24 #include <configs/zynq-common.h>
25
26 #endif /* __CONFIG_ZYNQ_ZED_H */