Masahiro Yamada | d064cbf | 2014-10-23 22:26:10 +0900 | [diff] [blame^] | 1 | /* |
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 | |||||
13 | struct uniphier_serial_platform_data { | ||||
14 | unsigned long base; | ||||
15 | unsigned int uartclk; | ||||
16 | }; | ||||
17 | |||||
18 | #endif /* __PLAT_UNIPHIER_SERIAL_H */ |