altera_jtaguart.h 379 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * altera_jtaguart.h -- Altera JTAG UART driver defines.
  4. */
  5. #ifndef __ALTJUART_H
  6. #define __ALTJUART_H
  7. #define ALTERA_JTAGUART_MAJOR 204
  8. #define ALTERA_JTAGUART_MINOR 186
  9. struct altera_jtaguart_platform_uart {
  10. unsigned long mapbase; /* Physical address base */
  11. unsigned int irq; /* Interrupt vector */
  12. };
  13. #endif /* __ALTJUART_H */