blob: c30aeae4f292ff9a60cd2a548e943155f9a6c794 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (c) 2013-2017 TQ-Systems GmbH <[email protected]>,
* D-82229 Seefeld, Germany.
* Author: Markus Niebel
*
* Configuration settings for the TQ-Systems TQMa6<Q,D,DL,S> module on
* MBa6 starter kit
*/
#ifndef __CONFIG_TQMA6_MBA6_H
#define __CONFIG_TQMA6_MBA6_H
#include "tqma6.h"
#define CFG_MXC_UART_BASE UART2_BASE
#endif /* __CONFIG_TQMA6_MBA6_H */
|