2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-03-12 15:34:16 +00:00
|
|
|
/*
|
2017-02-28 15:37:33 +00:00
|
|
|
* Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com>
|
2015-03-12 15:34:16 +00:00
|
|
|
*
|
2017-02-28 15:37:33 +00:00
|
|
|
* Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module on
|
|
|
|
* MBa6 starter kit
|
2015-03-12 15:34:16 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_TQMA6_MBA6_H
|
|
|
|
#define __CONFIG_TQMA6_MBA6_H
|
|
|
|
|
|
|
|
#define CONFIG_FEC_XCV_TYPE RGMII
|
|
|
|
#define CONFIG_ETHPRIME "FEC"
|
|
|
|
|
|
|
|
#define CONFIG_FEC_MXC_PHYADDR 0x03
|
|
|
|
|
|
|
|
#define CONFIG_MXC_UART_BASE UART2_BASE
|
2016-10-18 02:12:39 +00:00
|
|
|
#define CONSOLE_DEV "ttymxc1"
|
2015-03-12 15:34:16 +00:00
|
|
|
|
|
|
|
#endif /* __CONFIG_TQMA6_MBA6_H */
|