Tinghui Wang | 131bffe | 2014-08-28 21:16:40 +1000 | [diff] [blame] | 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 | |
Michal Simek | 8edc74e | 2016-02-13 10:49:03 +0100 | [diff] [blame] | 14 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 |
Michal Simek | 5cc096c | 2016-02-13 10:18:50 +0100 | [diff] [blame] | 15 | #define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x50 |
Michal Simek | 8edc74e | 2016-02-13 10:49:03 +0100 | [diff] [blame] | 16 | #define CONFIG_DISPLAY |
| 17 | #define CONFIG_I2C_EDID |
Tinghui Wang | 131bffe | 2014-08-28 21:16:40 +1000 | [diff] [blame] | 18 | |
Tinghui Wang | 131bffe | 2014-08-28 21:16:40 +1000 | [diff] [blame] | 19 | #include <configs/zynq-common.h> |
| 20 | |
| 21 | #endif /* __CONFIG_ZYNQ_ZYBO_H */ |