]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/ls2085a_emu.h
ARMv8: enable DM in vexpress64 board
[karo-tx-uboot.git] / include / configs / ls2085a_emu.h
1 /*
2  * Copyright 2014 Freescale Semiconductor
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __LS2_EMU_H
8 #define __LS2_EMU_H
9
10 #include "ls2085a_common.h"
11
12 #define CONFIG_IDENT_STRING             " LS2085A-EMU"
13 #define CONFIG_BOOTP_VCI_STRING         "U-boot.LS2085A-EMU"
14
15 #define CONFIG_DDR_SPD
16 #define CONFIG_SYS_FSL_DDR_EMU          /* Support emulator */
17 #define SPD_EEPROM_ADDRESS1     0x51
18 #define SPD_EEPROM_ADDRESS2     0x52
19 #define SPD_EEPROM_ADDRESS3     0x53
20 #define SPD_EEPROM_ADDRESS      SPD_EEPROM_ADDRESS1
21 #define CONFIG_SYS_SPD_BUS_NUM  1       /* SPD on I2C bus 1 */
22
23 #define CONFIG_FSL_DDR_SYNC_REFRESH
24 #endif /* __LS2_EMU_H */