dts: nxp_lpuart: Interrupts is no longer a required property

Some NXP SoC's have a FlexComm interface which manages
interrupts.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2024-03-11 14:11:43 -05:00 committed by Fabio Baltieri
commit bb9386473b
2 changed files with 2 additions and 4 deletions

View file

@ -1152,7 +1152,8 @@ static const struct uart_driver_api mcux_lpuart_driver_api = {
#define MCUX_LPUART_IRQ_DEFINE(n) \
static void mcux_lpuart_config_func_##n(const struct device *dev) \
{ \
MCUX_LPUART_IRQ_INSTALL(n, 0); \
IF_ENABLED(DT_INST_IRQ_HAS_IDX(n, 0), \
(MCUX_LPUART_IRQ_INSTALL(n, 0);)) \
\
IF_ENABLED(DT_INST_IRQ_HAS_IDX(n, 1), \
(MCUX_LPUART_IRQ_INSTALL(n, 1);)) \

View file

@ -8,9 +8,6 @@ properties:
reg:
required: true
interrupts:
required: true
nxp,loopback:
type: boolean
description: |