2015-06-10 10:20:57 +00:00
|
|
|
/*
|
|
|
|
* Configuration for Xilinx ZynqMP emulation
|
|
|
|
* platforms. See zynqmp-common.h for ZynqMP
|
|
|
|
* common configs
|
|
|
|
*
|
|
|
|
* (C) Copyright 2014 - 2015 Xilinx, Inc.
|
|
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
|
|
* Siva Durga Prasad Paladugu <sivadur@xilinx.com>
|
|
|
|
*
|
|
|
|
* Based on Configuration for Versatile Express
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_ZYNQMP_EP_H
|
|
|
|
#define __CONFIG_ZYNQMP_EP_H
|
|
|
|
|
2015-07-30 10:50:26 +00:00
|
|
|
#define CONFIG_ZYNQ_GEM0
|
|
|
|
#define CONFIG_ZYNQ_GEM_PHY_ADDR0 7
|
|
|
|
|
2015-06-10 10:20:57 +00:00
|
|
|
#define CONFIG_ZYNQ_SDHCI0
|
2015-09-28 23:27:13 +00:00
|
|
|
#define CONFIG_ZYNQ_SDHCI_MAX_FREQ 52000000
|
2015-06-10 10:20:57 +00:00
|
|
|
#define CONFIG_ZYNQ_I2C0
|
|
|
|
#define CONFIG_SYS_I2C_ZYNQ
|
|
|
|
#define CONFIG_ZYNQ_EEPROM
|
2015-07-23 11:27:40 +00:00
|
|
|
#define CONFIG_AHCI
|
2015-06-10 10:20:57 +00:00
|
|
|
|
|
|
|
#include <configs/xilinx_zynqmp.h>
|
|
|
|
|
|
|
|
#endif /* __CONFIG_ZYNQMP_EP_H */
|