xref: /rk3399_rockchip-uboot/include/configs/zynq_zc70x.h (revision e5d3078622551a48a6b4e5ea9a61e507811bfa97)
1 /*
2  * (C) Copyright 2013 Xilinx, Inc.
3  *
4  * Configuration settings for the Xilinx Zynq ZC702 and ZC706 boards
5  * See zynq-common.h for Zynq common configs
6  *
7  * SPDX-License-Identifier:	GPL-2.0+
8  */
9 
10 #ifndef __CONFIG_ZYNQ_ZC70X_H
11 #define __CONFIG_ZYNQ_ZC70X_H
12 
13 #define CONFIG_SYS_SDRAM_SIZE		(1024 * 1024 * 1024)
14 
15 #define CONFIG_ZYNQ_GEM0
16 #define CONFIG_ZYNQ_GEM_PHY_ADDR0	7
17 
18 #define CONFIG_SYS_NO_FLASH
19 
20 #define CONFIG_ZYNQ_SDHCI0
21 #define CONFIG_ZYNQ_USB
22 #define CONFIG_ZYNQ_I2C0
23 #define CONFIG_ZYNQ_EEPROM
24 #define CONFIG_ZYNQ_BOOT_FREEBSD
25 
26 #include <configs/zynq-common.h>
27 
28 #endif /* __CONFIG_ZYNQ_ZC70X_H */
29