blob: 46d47b06e4411679c22b7d642c589b7de5aacf11 [file] [log] [blame]
York Sunf749db32014-06-23 15:15:56 -07001/*
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 */