]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/tqma6_mba6.h
Merge git://www.denx.de/git/u-boot-marvell
[people/ms/u-boot.git] / include / configs / tqma6_mba6.h
CommitLineData
6b396b31 1/*
da2103c7 2 * Copyright (C) 2013 - 2015 Markus Niebel <Markus.Niebel@tq-group.com>
6b396b31
SR
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
6b396b31
SR
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
12ca05a3 22#define CONSOLE_DEV "ttymxc1"
6b396b31
SR
23
24#endif /* __CONFIG_TQMA6_MBA6_H */