dts: arm: renesas: add support for GLCDC driver on RA8D1

Add device node to support Graphics LCD Controller on RA8D1 SoC

Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
This commit is contained in:
The Nguyen 2024-11-19 16:09:08 +07:00 committed by Johan Hedberg
parent b5f03367d8
commit 85155131aa

View file

@ -16,6 +16,15 @@
reg = <0x40002000 0xFFF>;
status = "disabled";
};
lcdif: display-controller@40342000 {
compatible = "renesas,ra-glcdc";
reg = <0x40342000 0x1454>;
clocks = <&lcdclk MSTPC 4>;
interrupts = <71 1>;
interrupt-names = "line";
status = "disabled";
};
};
clocks: clocks {