2 * Configuration for Xilinx ZynqMP emulation
3 * platforms. See zynqmp-common.h for ZynqMP
6 * (C) Copyright 2014 - 2015 Xilinx, Inc.
7 * Michal Simek <michal.simek@xilinx.com>
8 * Siva Durga Prasad Paladugu <sivadur@xilinx.com>
10 * Based on Configuration for Versatile Express
12 * SPDX-License-Identifier: GPL-2.0+
15 #ifndef __CONFIG_ZYNQMP_EP_H
16 #define __CONFIG_ZYNQMP_EP_H
18 #define CONFIG_ZYNQ_GEM0
19 #define CONFIG_ZYNQ_GEM_PHY_ADDR0 7
21 #define CONFIG_ZYNQ_SDHCI0
22 #define CONFIG_ZYNQ_I2C0
23 #define CONFIG_SYS_I2C_ZYNQ
24 #define CONFIG_ZYNQ_EEPROM
27 #include <configs/xilinx_zynqmp.h>
29 #endif /* __CONFIG_ZYNQMP_EP_H */