summaryrefslogtreecommitdiffstats
path: root/bsps/microblaze/include/dev/serial/uartlite.h
diff options
context:
space:
mode:
authorMaldonado, Sergio E. (GSFC-580.0) <sergio.e.maldonado@nasa.gov>2023-02-27 22:44:51 -0600
committerJoel Sherrill <joel@rtems.org>2023-04-19 09:55:43 -0500
commitc627a13239d8568a63cb192ed4bc8bb75a746399 (patch)
tree4c5bd8c76089ec91572bb02208a5f0b544749a45 /bsps/microblaze/include/dev/serial/uartlite.h
parentbsps/microblaze: Allow copying FDT from U-Boot (diff)
downloadrtems-c627a13239d8568a63cb192ed4bc8bb75a746399.tar.bz2
bsps/microblaze: Add support for multiple UARTs
Diffstat (limited to 'bsps/microblaze/include/dev/serial/uartlite.h')
-rw-r--r--bsps/microblaze/include/dev/serial/uartlite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/microblaze/include/dev/serial/uartlite.h b/bsps/microblaze/include/dev/serial/uartlite.h
index 2fda3796b3..009f416508 100644
--- a/bsps/microblaze/include/dev/serial/uartlite.h
+++ b/bsps/microblaze/include/dev/serial/uartlite.h
@@ -49,8 +49,10 @@ typedef struct {
rtems_termios_device_context base;
uintptr_t address;
uint32_t initial_baud;
+ uint32_t enabled;
#ifdef BSP_MICROBLAZE_FPGA_CONSOLE_INTERRUPTS
bool transmitting;
+ uint32_t irq;
#endif
} uart_lite_context;