blob: 52343e34ee78ebf4d006057497ebf2783de65d0c [file] [log] [blame]
Masahiro Yamadad064cbf2014-10-23 22:26:10 +09001/*
2 * Copyright (C) 2014 Panasonic Corporation
3 * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef __PLAT_UNIPHIER_SERIAL_H
9#define __PLAT_UNIPHIER_SERIAL_H
10
11#define DRIVER_NAME "uniphier-uart"
12
13struct uniphier_serial_platform_data {
14 unsigned long base;
15 unsigned int uartclk;
16};
17
18#endif /* __PLAT_UNIPHIER_SERIAL_H */