]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/logicpd/omap3som/omap3logic.h
Merge branch 'master' of git://git.denx.de/u-boot-nds32
[people/ms/u-boot.git] / board / logicpd / omap3som / omap3logic.h
1 /*
2 * (C) Copyright 2011
3 * Logic Product Development <www.logicpd.com>
4 *
5 * Author:
6 * Peter Barada <peter.barada@logicpd.com>
7 *
8 * SPDX-License-Identifier: GPL-2.0+
9 */
10 #ifndef _OMAP3LOGIC_H_
11 #define _OMAP3LOGIC_H_
12
13 /*
14 * OMAP3 GPMC register settings for CS1 LAN922x
15 */
16 #define NET_LAN92XX_GPMC_CONFIG1 0x00001000
17 #define NET_LAN92XX_GPMC_CONFIG2 0x00080801
18 #define NET_LAN92XX_GPMC_CONFIG3 0x00000000
19 #define NET_LAN92XX_GPMC_CONFIG4 0x08010801
20 #define NET_LAN92XX_GPMC_CONFIG5 0x00080a0a
21 #define NET_LAN92XX_GPMC_CONFIG6 0x03000280
22
23
24 const omap3_sysinfo sysinfo = {
25 DDR_DISCRETE,
26 "Logic DM37x/OMAP35x reference board",
27 "NAND",
28 };
29
30
31 #endif