2 * Copyright (c) 2014 Google, Inc
3 * SPDX-License-Identifier: GPL-2.0+
6 #ifndef __serial_pl01x_h
7 #define __serial_pl01x_h
15 *Information about a serial port
17 * @base: Register base address
19 * @clock: Input clock rate, used for calculating the baud rate divisor
21 struct pl01x_serial_platdata {