]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/dm/platform_data/serial_stm32.h
stm32: Convert serial driver to DM
[people/ms/u-boot.git] / include / dm / platform_data / serial_stm32.h
1 /*
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 */
12 struct stm32_serial_platdata {
13 struct stm32_usart *base; /* address of registers in physical memory */
14 };
15
16 #endif /* __SERIAL_STM32_H */