summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085a_simu.h
blob: 46d47b06e4411679c22b7d642c589b7de5aacf11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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 */
OpenPOWER on IntegriCloud