Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * altera_uart.h -- Altera UART driver defines.
0004  */
0005 
0006 #ifndef __ALTUART_H
0007 #define __ALTUART_H
0008 
0009 struct altera_uart_platform_uart {
0010     unsigned long mapbase;  /* Physical address base */
0011     unsigned int irq;   /* Interrupt vector */
0012     unsigned int uartclk;   /* UART clock rate */
0013     unsigned int bus_shift; /* Bus shift (address stride) */
0014 };
0015 
0016 #endif /* __ALTUART_H */