]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/xilinx_zynqmp_ep.h
arm: socfpga: Switch CONFIG_G_DNL_MANUFACTURER to CONFIG_SYS_VENDOR
[people/ms/u-boot.git] / include / configs / xilinx_zynqmp_ep.h
CommitLineData
0b54a9dd
SDPP
1/*
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
0b54a9dd 18#define CONFIG_ZYNQ_SDHCI0
f3bd7280 19#define CONFIG_ZYNQ_SDHCI_MAX_FREQ 52000000
0b54a9dd
SDPP
20#define CONFIG_ZYNQ_I2C0
21#define CONFIG_SYS_I2C_ZYNQ
22#define CONFIG_ZYNQ_EEPROM
6fe6f135 23#define CONFIG_AHCI
f4dd69ca
SDPP
24#define CONFIG_ZYNQMP_XHCI_LIST {ZYNQMP_USB0_XHCI_BASEADDR, \
25 ZYNQMP_USB1_XHCI_BASEADDR}
0b54a9dd
SDPP
26
27#include <configs/xilinx_zynqmp.h>
28
29#endif /* __CONFIG_ZYNQMP_EP_H */