blob: d1cfcbe54f942df28a5bbc24d290be893435a75f [file] [log] [blame]
Kamil Lulko75d48a62015-12-01 09:08:19 +01001/*
2 * (C) Copyright 2015
3 * Kamil Lulko, <kamil.lulko@gmail.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef __SERIAL_STM32_H
9#define __SERIAL_STM32_H
10
11/* Information about a serial port */
12struct stm32_serial_platdata {
13 struct stm32_usart *base; /* address of registers in physical memory */
14};
15
16#endif /* __SERIAL_STM32_H */