1 /* 2 * (C) Copyright 2012 Xilinx 3 * (C) Copyright 2014 Digilent Inc. 4 * 5 * Configuration for Zynq Development Board - ZYBO 6 * See zynq-common.h for Zynq common configs 7 * 8 * SPDX-License-Identifier: GPL-2.0+ 9 */ 10 11 #ifndef __CONFIG_ZYNQ_ZYBO_H 12 #define __CONFIG_ZYNQ_ZYBO_H 13 14 #define CONFIG_SYS_NO_FLASH 15 16 #define CONFIG_ZYNQ_USB 17 18 /* Define ZYBO PS Clock Frequency to 50MHz */ 19 #define CONFIG_ZYNQ_PS_CLK_FREQ 50000000UL 20 21 #include <configs/zynq-common.h> 22 23 #endif /* __CONFIG_ZYNQ_ZYBO_H */ 24