]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/dra7xx_evm.h
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[karo-tx-uboot.git] / include / configs / dra7xx_evm.h
1 /*
2  * (C) Copyright 2013
3  * Texas Instruments Incorporated.
4  * Lokesh Vutla   <lokeshvutla@ti.com>
5  *
6  * Configuration settings for the TI DRA7XX board.
7  * See omap5_common.h for omap5 common settings.
8  *
9  * SPDX-License-Identifier:     GPL-2.0+ 
10  */
11
12 #ifndef __CONFIG_DRA7XX_EVM_H
13 #define __CONFIG_DRA7XX_EVM_H
14
15 #define CONFIG_DRA7XX
16
17 #define CONFIG_ENV_IS_NOWHERE           /* For now. */
18
19 #define CONSOLEDEV                      "ttyO0"
20 #define CONFIG_CONS_INDEX               1
21 #define CONFIG_SYS_NS16550_COM1         UART1_BASE
22 #define CONFIG_BAUDRATE                 115200
23
24 #define CONFIG_SYS_OMAP_ABE_SYSCK
25
26 #include <configs/omap5_common.h>
27
28 /* CPSW Ethernet */
29 #define CONFIG_CMD_NET                  /* 'bootp' and 'tftp' */
30 #define CONFIG_CMD_DHCP
31 #define CONFIG_BOOTP_DNS                /* Configurable parts of CMD_DHCP */
32 #define CONFIG_BOOTP_DNS2
33 #define CONFIG_BOOTP_SEND_HOSTNAME
34 #define CONFIG_BOOTP_GATEWAY
35 #define CONFIG_BOOTP_SUBNETMASK
36 #define CONFIG_NET_RETRY_COUNT          10
37 #define CONFIG_CMD_PING
38 #define CONFIG_CMD_MII
39 #define CONFIG_DRIVER_TI_CPSW           /* Driver for IP block */
40 #define CONFIG_MII                      /* Required in net/eth.c */
41 #define CONFIG_PHY_GIGE                 /* per-board part of CPSW */
42 #define CONFIG_PHYLIB
43 #define CONFIG_PHY_ADDR                 2
44
45 #endif /* __CONFIG_DRA7XX_EVM_H */