Merge branch 'next'
[u-boot/qq2440-u-boot.git] / board / logicpd / omap3som / omap3logic.h
blob3a3ef6e2da4f130fbcc08db1f685be465723b5bc
1 /*
2 * (C) Copyright 2011
3 * Logic Product Development <www.logicpd.com>
5 * Author:
6 * Peter Barada <peter.barada@logicpd.com>
8 * SPDX-License-Identifier: GPL-2.0+
9 */
10 #ifndef _OMAP3LOGIC_H_
11 #define _OMAP3LOGIC_H_
14 * OMAP3 GPMC register settings for CS1 LAN922x
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
24 const omap3_sysinfo sysinfo = {
25 DDR_DISCRETE,
26 "Logic DM37x/OMAP35x reference board",
27 "NAND",
31 #endif