blob: b7a31b5ce2603e8210c2df4e2c91b762434e064b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (c) 2016-2026 TQ-Systems GmbH <[email protected]>,
* 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 */
|