Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
[platform/kernel/u-boot.git] / include / configs / tqma6_mba6.h
1 /*
2  * Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com>
3  *
4  * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module on
5  * MBa6 starter kit
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __CONFIG_TQMA6_MBA6_H
11 #define __CONFIG_TQMA6_MBA6_H
12
13 #define CONFIG_FEC_XCV_TYPE             RGMII
14 #define CONFIG_ETHPRIME                 "FEC"
15
16 #define CONFIG_FEC_MXC_PHYADDR          0x03
17
18 #define CONFIG_MXC_UART_BASE            UART2_BASE
19 #define CONSOLE_DEV             "ttymxc1"
20
21 #endif /* __CONFIG_TQMA6_MBA6_H */