blob: 3eb73b8c49c8ceddff9b2a9726e8bcde4e01f516 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Tobias Klauser6b7d8f82010-05-05 10:35:23 +02002/*
3 * altera_uart.h -- Altera UART driver defines.
4 */
5
6#ifndef __ALTUART_H
7#define __ALTUART_H
8
9struct altera_uart_platform_uart {
10 unsigned long mapbase; /* Physical address base */
11 unsigned int irq; /* Interrupt vector */
12 unsigned int uartclk; /* UART clock rate */
Anton Vorontsov0d426ed2010-10-01 17:21:54 +040013 unsigned int bus_shift; /* Bus shift (address stride) */
Tobias Klauser6b7d8f82010-05-05 10:35:23 +020014};
15
Tobias Klauser6b7d8f82010-05-05 10:35:23 +020016#endif /* __ALTUART_H */