Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Stefan Roese | b125fd4 | 2015-03-12 16:34:16 +0100 | [diff] [blame] | 2 | /* |
Markus Niebel | c01ca16 | 2017-02-28 16:37:33 +0100 | [diff] [blame] | 3 | * Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com> |
Stefan Roese | b125fd4 | 2015-03-12 16:34:16 +0100 | [diff] [blame] | 4 | * |
Matthias Schiffer | b50ae03 | 2021-11-02 11:36:46 +0100 | [diff] [blame] | 5 | * Configuration settings for the TQ-Systems TQMa6<Q,D,DL,S> module on |
Markus Niebel | c01ca16 | 2017-02-28 16:37:33 +0100 | [diff] [blame] | 6 | * MBa6 starter kit |
Stefan Roese | b125fd4 | 2015-03-12 16:34:16 +0100 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __CONFIG_TQMA6_MBA6_H |
| 10 | #define __CONFIG_TQMA6_MBA6_H |
| 11 | |
Tom Rini | 4e3c8a6 | 2022-12-04 10:03:53 -0500 | [diff] [blame] | 12 | #define CFG_FEC_MXC_PHYADDR 0x03 |
Stefan Roese | b125fd4 | 2015-03-12 16:34:16 +0100 | [diff] [blame] | 13 | |
Tom Rini | a17aa19 | 2022-12-04 10:04:55 -0500 | [diff] [blame] | 14 | #define CFG_MXC_UART_BASE UART2_BASE |
Simon Glass | 4694a74 | 2016-10-17 20:12:39 -0600 | [diff] [blame] | 15 | #define CONSOLE_DEV "ttymxc1" |
Stefan Roese | b125fd4 | 2015-03-12 16:34:16 +0100 | [diff] [blame] | 16 | |
| 17 | #endif /* __CONFIG_TQMA6_MBA6_H */ |