]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/zynq_zc70x.h
I2C: mxc_i2c: make I2C1 and I2C2 optional
[people/ms/u-boot.git] / include / configs / zynq_zc70x.h
CommitLineData
022b0206
JT
1/*
2 * (C) Copyright 2013 Xilinx, Inc.
3 *
4 * Configuration settings for the Xilinx Zynq ZC702 and ZC706 boards
c74a9441 5 * See zynq-common.h for Zynq common configs
022b0206
JT
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __CONFIG_ZYNQ_ZC70X_H
11#define __CONFIG_ZYNQ_ZC70X_H
12
86737bcf
JT
13#define CONFIG_SYS_SDRAM_SIZE (1024 * 1024 * 1024)
14
022b0206
JT
15#define CONFIG_ZYNQ_SERIAL_UART1
16#define CONFIG_ZYNQ_GEM0
17#define CONFIG_ZYNQ_GEM_PHY_ADDR0 7
18
19#define CONFIG_SYS_NO_FLASH
20
21#define CONFIG_ZYNQ_SDHCI0
c6024c8e 22#define CONFIG_ZYNQ_USB
022b0206 23#define CONFIG_ZYNQ_I2C0
65da1efd 24#define CONFIG_ZYNQ_EEPROM
022b0206
JT
25#define CONFIG_ZYNQ_BOOT_FREEBSD
26
27#include <configs/zynq-common.h>
28
29#endif /* __CONFIG_ZYNQ_ZC70X_H */