xref: /openbmc/u-boot/include/configs/tqma6_mba6.h (revision fb92bc88)
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_FEC_XCV_TYPE		RGMII
14 #define CONFIG_ETHPRIME			"FEC"
15 
16 #define CONFIG_FEC_MXC_PHYADDR		0x03
17 #define CONFIG_PHY_MICREL
18 #define CONFIG_PHY_MICREL_KSZ90X1
19 
20 #define CONFIG_MXC_UART_BASE		UART2_BASE
21 #define CONSOLE_DEV		"ttymxc1"
22 
23 #endif /* __CONFIG_TQMA6_MBA6_H */
24