sunxi: Add sun4i support
[platform/kernel/u-boot.git] / include / configs / ls2085a_simu.h
1 /*
2  * Copyright (C) 2014 Freescale Semiconductor
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __LS2_SIMU_H
8 #define __LS2_SIMU_H
9
10 #include "ls2085a_common.h"
11
12 /* SMSC 91C111 ethernet configuration */
13 #define CONFIG_SMC91111
14 #define CONFIG_SMC91111_BASE    (0x2210000)
15
16 #endif /* __LS2_SIMU_H */