York Sun | f749db3 | 2014-06-23 15:15:56 -0700 | [diff] [blame] | 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 */ |