xref: /rk3399_rockchip-uboot/include/configs/zynq_zybo.h (revision d9f317fd0d46beebeeeb5be8f3c7d925ed6174fd)
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 #define CONFIG_ZYNQ_BOOT_FREEBSD
18 
19 /* Define ZYBO PS Clock Frequency to 50MHz */
20 #define CONFIG_ZYNQ_PS_CLK_FREQ	50000000UL
21 
22 #include <configs/zynq-common.h>
23 
24 #endif /* __CONFIG_ZYNQ_ZYBO_H */
25