devices: MIMX8UD7: add definition for LPUART_RX_TX_IRQS

Add definition for the `LPUART_RX_TX_IRQS` macro. This is
required by the `fsl_lpuart` driver to work. The definition
of the macro is just an array of `NotAvail_IRQn` because the
HIFI4 DSP doesn't receive interrupts from any of the LPUART
instances.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
Laurentiu Mihalcea 2024-04-01 14:10:07 +03:00 committed by Mahesh Mahadevan
parent 6544455fcf
commit 31463a848b
1 changed files with 2 additions and 0 deletions

View File

@ -33615,6 +33615,8 @@ typedef struct {
#define LPUART_BASE_ADDRS { LPUART0_BASE, LPUART1_BASE, LPUART2_BASE, LPUART3_BASE, LPUART4_BASE, LPUART5_BASE, LPUART6_BASE, LPUART7_BASE }
/** Array initializer of LPUART peripheral base pointers */
#define LPUART_BASE_PTRS { LPUART0, LPUART1, LPUART2, LPUART3, LPUART4, LPUART5, LPUART6, LPUART7 }
/** Interrupt vectors for the LPUART peripheral type */
#define LPUART_RX_TX_IRQS { NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn, NotAvail_IRQn }
/*!
* @}