blob: c53a509ff8bb293a3f909083b82acef7f6e2c98a [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass7cbab242014-10-29 13:09:00 -06002/*
3 * Copyright (c) 2014 Google, Inc
Simon Glass7cbab242014-10-29 13:09:00 -06004 */
5
6#ifndef _ATMEL_SERIAL_H
7#define _ATMEL_SERIAL_H
8
9/* Information about a serial port */
10struct atmel_serial_platdata {
11 uint32_t base_addr;
12};
13
14#endif