xref: /openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_serial.h (revision 872cfa20cd694fdbfa76abddd3cd00b05ad5355b)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2014 Google, Inc
4  */
5 
6 #ifndef _ATMEL_SERIAL_H
7 #define _ATMEL_SERIAL_H
8 
9 /* Information about a serial port */
10 struct atmel_serial_platdata {
11 	uint32_t base_addr;
12 };
13 
14 #endif
15