/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2016-2026 TQ-Systems GmbH , * D-82229 Seefeld, Germany. * Author: Markus Niebel, Nora Schiffer, Max Merchel * * Configuration settings for the TQ-Systems MBa6ULx carrier board for * TQMa6UL[L]x[L] SOM family. */ #ifndef __CONFIG_TQMA6UL_MBA6UL_H #define __CONFIG_TQMA6UL_MBA6UL_H #include "tqma6ul.h" #define CFG_MXC_UART_BASE UART1_BASE #define CFG_SYS_FSL_ESDHC_ADDR 0 #endif /* __CONFIG_TQMA6UL_MBA6UL_H */