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