]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/tqma6_mba6.h
Move setting CONFIG_BOOTP_VCI_STRING to before including the vexpress-common header
[karo-tx-uboot.git] / include / configs / tqma6_mba6.h
1 /*
2  * Copyright (C) 2013 - 2015 Markus Niebel <Markus.Niebel@tq-group.com>
3  *
4  * Configuration settings for the TQ Systems TQMa6<Q,S> module.
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef __CONFIG_TQMA6_MBA6_H
10 #define __CONFIG_TQMA6_MBA6_H
11
12 #if defined(CONFIG_SOC_MX6DL) || defined(CONFIG_SOC_MX6S)
13 #define CONFIG_DEFAULT_FDT_FILE         "imx6dl-mba6x.dtb"
14 #elif defined(CONFIG_SOC_MX6Q) || defined(CONFIG_SOC_MX6Q)
15 #define CONFIG_DEFAULT_FDT_FILE         "imx6q-mba6x.dtb"
16 #endif
17
18 #define CONFIG_DTT_SENSORS              { 0, 1 }
19
20 #define CONFIG_FEC_XCV_TYPE             RGMII
21 #define CONFIG_ETHPRIME                 "FEC"
22
23 #define CONFIG_FEC_MXC_PHYADDR          0x03
24 #define CONFIG_PHY_MICREL
25 #define CONFIG_PHY_KSZ9031
26
27 #define CONFIG_MXC_UART_BASE            UART2_BASE
28 #define CONFIG_CONSOLE_DEV              "ttymxc1"
29
30 #endif /* __CONFIG_TQMA6_MBA6_H */