blob: b5871424bc64c006bc4a34d14c1d28cc2ba385d1 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefan Roeseb125fd42015-03-12 16:34:16 +01002/*
Markus Niebelc01ca162017-02-28 16:37:33 +01003 * Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com>
Stefan Roeseb125fd42015-03-12 16:34:16 +01004 *
Matthias Schifferb50ae032021-11-02 11:36:46 +01005 * Configuration settings for the TQ-Systems TQMa6<Q,D,DL,S> module on
Markus Niebelc01ca162017-02-28 16:37:33 +01006 * MBa6 starter kit
Stefan Roeseb125fd42015-03-12 16:34:16 +01007 */
8
9#ifndef __CONFIG_TQMA6_MBA6_H
10#define __CONFIG_TQMA6_MBA6_H
11
Tom Rini4e3c8a62022-12-04 10:03:53 -050012#define CFG_FEC_MXC_PHYADDR 0x03
Stefan Roeseb125fd42015-03-12 16:34:16 +010013
Tom Rinia17aa192022-12-04 10:04:55 -050014#define CFG_MXC_UART_BASE UART2_BASE
Simon Glass4694a742016-10-17 20:12:39 -060015#define CONSOLE_DEV "ttymxc1"
Stefan Roeseb125fd42015-03-12 16:34:16 +010016
17#endif /* __CONFIG_TQMA6_MBA6_H */