From cc3de261aa485212923334f9925bc88945620a89 Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Wed, 13 Mar 2024 17:03:27 -0500 Subject: [PATCH] dts: arm: nxp_rw6xx: add LCDIC node Add LCDIC devicetree node or RW6xx SOC Signed-off-by: Daniel DeGrasse --- dts/arm/nxp/nxp_rw6xx_common.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dts/arm/nxp/nxp_rw6xx_common.dtsi b/dts/arm/nxp/nxp_rw6xx_common.dtsi index d91976e600c..0a1b8c53587 100644 --- a/dts/arm/nxp/nxp_rw6xx_common.dtsi +++ b/dts/arm/nxp/nxp_rw6xx_common.dtsi @@ -191,6 +191,17 @@ dma-channels = <33>; }; + lcdic: lcdic@128000 { + compatible = "nxp,lcdic"; + reg = <0x128000 0x52>; + interrupts = <61 0>; + status = "disabled"; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&clkctl1 MCUX_LCDIC_CLK>; + dmas = <&dma0 0>; + }; + ctimer0: ctimer@28000 { compatible = "nxp,lpc-ctimer"; reg = <0x28000 0x1000>;