blob: a02d69450b7d012deba6e68942a41b8f03ae4642 [file] [log] [blame]
York Sun7b08d212014-06-23 15:15:56 -07001/*
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
Bhupesh Sharma2906e182015-01-06 13:18:58 -080012#define CONFIG_IDENT_STRING " LS2085A-EMU"
13#define CONFIG_BOOTP_VCI_STRING "U-boot.LS2085A-EMU"
14
York Sun7b08d212014-06-23 15:15:56 -070015#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
York Sunc7a0e302014-08-13 10:21:05 -070019#define SPD_EEPROM_ADDRESS3 0x53
York Sun7b08d212014-06-23 15:15:56 -070020#define SPD_EEPROM_ADDRESS SPD_EEPROM_ADDRESS1
21#define CONFIG_SYS_SPD_BUS_NUM 1 /* SPD on I2C bus 1 */
22
York Sunb6ae7a72015-01-06 13:19:01 -080023#define CONFIG_FSL_DDR_SYNC_REFRESH
York Sun7b08d212014-06-23 15:15:56 -070024#endif /* __LS2_EMU_H */