atmel_serial.h 236 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2014 Google, Inc
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef _ATMEL_SERIAL_H
  7. #define _ATMEL_SERIAL_H
  8. /* Information about a serial port */
  9. struct atmel_serial_platdata {
  10. uint32_t base_addr;
  11. };
  12. #endif