]> git.sur5r.net Git - u-boot/blob - include/configs/xilinx_zynqmp_ep.h
arm64: zynqmp: Correct EG/EV part detection logic
[u-boot] / include / configs / xilinx_zynqmp_ep.h
1 /*
2  * Configuration for Xilinx ZynqMP emulation platforms
3  *
4  * (C) Copyright 2014 - 2015 Xilinx, Inc.
5  * Michal Simek <michal.simek@xilinx.com>
6  * Siva Durga Prasad Paladugu <sivadur@xilinx.com>
7  *
8  * Based on Configuration for Versatile Express
9  *
10  * SPDX-License-Identifier:     GPL-2.0+
11  */
12
13 #ifndef __CONFIG_ZYNQMP_EP_H
14 #define __CONFIG_ZYNQMP_EP_H
15
16 #define CONFIG_ZYNQ_EEPROM
17 #define CONFIG_ZYNQMP_XHCI_LIST {ZYNQMP_USB0_XHCI_BASEADDR, \
18                                  ZYNQMP_USB1_XHCI_BASEADDR}
19
20 #define COUNTER_FREQUENCY       4000000
21
22 #include <configs/xilinx_zynqmp.h>
23
24 #endif /* __CONFIG_ZYNQMP_EP_H */