2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-03-12 16:34:16 +01:00
|
|
|
/*
|
2017-02-28 16:37:33 +01:00
|
|
|
* Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com>
|
2015-03-12 16:34:16 +01:00
|
|
|
*
|
2021-11-02 11:36:46 +01:00
|
|
|
* Configuration settings for the TQ-Systems TQMa6<Q,D,DL,S> module on
|
2017-02-28 16:37:33 +01:00
|
|
|
* MBa6 starter kit
|
2015-03-12 16:34:16 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_TQMA6_MBA6_H
|
|
|
|
#define __CONFIG_TQMA6_MBA6_H
|
|
|
|
|
2022-12-04 10:03:53 -05:00
|
|
|
#define CFG_FEC_MXC_PHYADDR 0x03
|
2015-03-12 16:34:16 +01:00
|
|
|
|
2022-12-04 10:04:55 -05:00
|
|
|
#define CFG_MXC_UART_BASE UART2_BASE
|
2016-10-17 20:12:39 -06:00
|
|
|
#define CONSOLE_DEV "ttymxc1"
|
2015-03-12 16:34:16 +01:00
|
|
|
|
|
|
|
#endif /* __CONFIG_TQMA6_MBA6_H */
|