/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 - 2017 Markus Niebel * * Configuration settings for the TQ-Systems TQMa6 module on * MBa6 starter kit */ #ifndef __CONFIG_TQMA6_MBA6_H #define __CONFIG_TQMA6_MBA6_H #define CFG_FEC_MXC_PHYADDR 0x03 #define CFG_MXC_UART_BASE UART2_BASE #define CONSOLE_DEV "ttymxc1" #endif /* __CONFIG_TQMA6_MBA6_H */