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:
parent
2206085cd8
commit
cc3de261aa
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue