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