]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/zynq_zybo.h
mmc: Kconfig: Add Arasan SDHCI entry
[people/ms/u-boot.git] / include / configs / zynq_zybo.h
CommitLineData
d977d6f7
TW
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_SDRAM_SIZE (512 * 1024 * 1024)
15
d977d6f7
TW
16#define CONFIG_SYS_NO_FLASH
17
7bbf8254 18#define CONFIG_ZYNQ_USB
d977d6f7 19#define CONFIG_ZYNQ_BOOT_FREEBSD
d977d6f7
TW
20
21/* Define ZYBO PS Clock Frequency to 50MHz */
22#define CONFIG_ZYNQ_PS_CLK_FREQ 50000000UL
23
24#include <configs/zynq-common.h>
25
26#endif /* __CONFIG_ZYNQ_ZYBO_H */