dts: nxp_adsp_imx8m: Add interrupt to fix compilation
Add dummy interrupt id until we can support UART interuppt on i.MX8MP in order to fix compilation warnings. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
parent
9af6825874
commit
aba55686f5
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2021 NXP
|
* Copyright 2021, 2023 NXP
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
@ -64,6 +64,10 @@
|
||||||
uart4: uart@30a60000 {
|
uart4: uart@30a60000 {
|
||||||
compatible = "nxp,imx-iuart";
|
compatible = "nxp,imx-iuart";
|
||||||
reg = <0x30a60000 0x10000>;
|
reg = <0x30a60000 0x10000>;
|
||||||
|
/* TODO: This INTID is just a dummy
|
||||||
|
* until we can support UART interrupts
|
||||||
|
*/
|
||||||
|
interrupts = <29 0>;
|
||||||
clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>;
|
clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue