diff --git a/drivers/serial/uart_xlnx_uartlite.c b/drivers/serial/uart_xlnx_uartlite.c index 6ae60cf1d0b..8898ff67833 100644 --- a/drivers/serial/uart_xlnx_uartlite.c +++ b/drivers/serial/uart_xlnx_uartlite.c @@ -382,7 +382,7 @@ static DEVICE_API(uart, xlnx_uartlite_driver_api) = { xlnx_uartlite_isr, \ DEVICE_DT_INST_GET(n), 0); \ \ - irq_enable(DT_INST_IRQ_BY_IDX(n, i, irq)); \ + irq_enable(DT_INST_IRQN_BY_IDX(n, i)); \ } while (false) #define XLNX_UARTLITE_CONFIG_FUNC(n) \ static void xlnx_uartlite_config_func_##n(const struct device *dev) \