]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/tqma6_mba6.h
Merge branch 'master' of git://git.denx.de/u-boot-atmel
[people/ms/u-boot.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 #define CONFIG_DTT_SENSORS { 0, 1 }
13
14 #define CONFIG_FEC_XCV_TYPE RGMII
15 #define CONFIG_ETHPRIME "FEC"
16
17 #define CONFIG_FEC_MXC_PHYADDR 0x03
18 #define CONFIG_PHY_MICREL
19 #define CONFIG_PHY_KSZ9031
20
21 #define CONFIG_MXC_UART_BASE UART2_BASE
22 #define CONSOLE_DEV "ttymxc1"
23
24 #endif /* __CONFIG_TQMA6_MBA6_H */