blob: 40a110dab2fda7972e9dc1d5cdf589c2c945dfd2 [file] [log] [blame]
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +05301/*
2 * Configuration for Xilinx ZynqMP emulation
3 * platforms. See zynqmp-common.h for ZynqMP
4 * common configs
5 *
6 * (C) Copyright 2014 - 2015 Xilinx, Inc.
7 * Michal Simek <michal.simek@xilinx.com>
8 * Siva Durga Prasad Paladugu <sivadur@xilinx.com>
9 *
10 * Based on Configuration for Versatile Express
11 *
12 * SPDX-License-Identifier: GPL-2.0+
13 */
14
15#ifndef __CONFIG_ZYNQMP_EP_H
16#define __CONFIG_ZYNQMP_EP_H
17
18#define CONFIG_ZYNQ_SERIAL_UART0
19#define CONFIG_ZYNQ_SDHCI0
20#define CONFIG_ZYNQ_I2C0
21#define CONFIG_SYS_I2C_ZYNQ
22#define CONFIG_ZYNQ_EEPROM
23
24#include <configs/xilinx_zynqmp.h>
25
26#endif /* __CONFIG_ZYNQMP_EP_H */