1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
286256b79SMasahiro Yamada /*
386256b79SMasahiro Yamada  * Copyright (c) 2014 Google, Inc
486256b79SMasahiro Yamada  */
586256b79SMasahiro Yamada 
686256b79SMasahiro Yamada #ifndef __serial_mxc_h
786256b79SMasahiro Yamada #define __serial_mxc_h
886256b79SMasahiro Yamada 
986256b79SMasahiro Yamada /* Information about a serial port */
1086256b79SMasahiro Yamada struct mxc_serial_platdata {
1186256b79SMasahiro Yamada 	struct mxc_uart *reg;  /* address of registers in physical memory */
1283fd908fSStefan Agner 	bool use_dte;
1386256b79SMasahiro Yamada };
1486256b79SMasahiro Yamada 
1586256b79SMasahiro Yamada #endif
16