serial-uniphier.h 378 B

123456789101112131415161718
  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. #ifndef __PLAT_UNIPHIER_SERIAL_H
  8. #define __PLAT_UNIPHIER_SERIAL_H
  9. #define DRIVER_NAME "uniphier-uart"
  10. struct uniphier_serial_platform_data {
  11. unsigned long base;
  12. unsigned int uartclk;
  13. };
  14. #endif /* __PLAT_UNIPHIER_SERIAL_H */