]> git.sur5r.net Git - u-boot/blob - include/configs/xilinx_zynqmp_zc1751_xm017_dc3.h
ARM: socfpga: Adding clock frequency info for U-Boot
[u-boot] / include / configs / xilinx_zynqmp_zc1751_xm017_dc3.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration for Xilinx ZynqMP zc1751 XM017 DC3
4  *
5  * (C) Copyright 2015 Xilinx, Inc.
6  * Michal Simek <michal.simek@xilinx.com>
7  */
8
9 #ifndef __CONFIG_ZYNQMP_ZC1751_XM017_DC3_H
10 #define __CONFIG_ZYNQMP_ZC1751_XM017_DC3_H
11
12 #define CONFIG_ZYNQ_SDHCI1
13
14 #define CONFIG_ZYNQMP_XHCI_LIST {ZYNQMP_USB0_XHCI_BASEADDR, \
15                                  ZYNQMP_USB1_XHCI_BASEADDR}
16
17 #include <configs/xilinx_zynqmp.h>
18
19 #endif /* __CONFIG_ZYNQMP_ZC1751_XM017_DC3_H */