]> Git Repo - J-u-boot.git/blame - include/configs/tqma6_mba6.h
Merge branch 'next'
[J-u-boot.git] / include / configs / tqma6_mba6.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
6b396b31 2/*
468fb1e4 3 * Copyright (C) 2013 - 2017 Markus Niebel <[email protected]>
6b396b31 4 *
468fb1e4
MN
5 * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module on
6 * MBa6 starter kit
6b396b31
SR
7 */
8
9#ifndef __CONFIG_TQMA6_MBA6_H
10#define __CONFIG_TQMA6_MBA6_H
11
6b396b31
SR
12#define CONFIG_FEC_XCV_TYPE RGMII
13#define CONFIG_ETHPRIME "FEC"
14
15#define CONFIG_FEC_MXC_PHYADDR 0x03
6b396b31
SR
16
17#define CONFIG_MXC_UART_BASE UART2_BASE
12ca05a3 18#define CONSOLE_DEV "ttymxc1"
6b396b31
SR
19
20#endif /* __CONFIG_TQMA6_MBA6_H */
This page took 0.537811 seconds and 4 git commands to generate.