blob: 5bc094b355948c872fe59abf4cace93c5c0d780c [file] [log] [blame]
Simon Glass7cbab242014-10-29 13:09:00 -06001/*
2 * Copyright (c) 2014 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _ATMEL_SERIAL_H
8#define _ATMEL_SERIAL_H
9
10/* Information about a serial port */
11struct atmel_serial_platdata {
12 uint32_t base_addr;
13};
14
15#endif