3d6e4383e1e5c01d70154904f5e8ec28218564e3
[platform/kernel/u-boot.git] / include / configs / tqma6_mba6.h
1 /*
2  * Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com>
3  *
4  * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module on
5  * MBa6 starter kit
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __CONFIG_TQMA6_MBA6_H
11 #define __CONFIG_TQMA6_MBA6_H
12
13 #define CONFIG_DTT_SENSORS              { 0, 1 }
14
15 #define CONFIG_FEC_XCV_TYPE             RGMII
16 #define CONFIG_ETHPRIME                 "FEC"
17
18 #define CONFIG_FEC_MXC_PHYADDR          0x03
19 #define CONFIG_PHY_MICREL
20 #define CONFIG_PHY_KSZ9031
21
22 #define CONFIG_MXC_UART_BASE            UART2_BASE
23 #define CONSOLE_DEV             "ttymxc1"
24
25 #endif /* __CONFIG_TQMA6_MBA6_H */