OSHW-DEIMOS/SOFTWARE/A64-TERES/u-boot_new/include/configs/ls2085a_simu.h
Dimitar Gamishev 093685c7d8 u-boot
2017-10-13 14:02:55 +03:00

17 lines
299 B
C

/*
* Copyright (C) 2014 Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __LS2_SIMU_H
#define __LS2_SIMU_H
#include "ls2085a_common.h"
/* SMSC 91C111 ethernet configuration */
#define CONFIG_SMC91111
#define CONFIG_SMC91111_BASE (0x2210000)
#endif /* __LS2_SIMU_H */