Home | History | Annotate | Download | only in configs
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * (C) Copyright 2012 Xilinx
      4  * (C) Copyright 2014 Digilent Inc.
      5  *
      6  * Configuration for Zynq Development Board - ZYBO
      7  * See zynq-common.h for Zynq common configs
      8  */
      9 
     10 #ifndef __CONFIG_ZYNQ_ZYBO_H
     11 #define __CONFIG_ZYNQ_ZYBO_H
     12 
     13 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	1
     14 #define CONFIG_ZYNQ_GEM_EEPROM_ADDR	0x50
     15 #define CONFIG_DISPLAY
     16 #define CONFIG_I2C_EDID
     17 
     18 #include <configs/zynq-common.h>
     19 
     20 #endif /* __CONFIG_ZYNQ_ZYBO_H */
     21