dts: arm: nxp_rw6xx: add LCDIC node

Add LCDIC devicetree node or RW6xx SOC

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-03-13 17:03:27 -05:00 committed by Johan Hedberg
parent 2206085cd8
commit cc3de261aa
1 changed files with 11 additions and 0 deletions

View File

@ -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>;