Skip to content

Commit 8515513

Browse files
thenguyenyfjhedberg
authored andcommitted
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 <[email protected]>
1 parent b5f0336 commit 8515513

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/renesas/ra/ra8/r7fa8d1xh.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
reg = <0x40002000 0xFFF>;
1717
status = "disabled";
1818
};
19+
20+
lcdif: display-controller@40342000 {
21+
compatible = "renesas,ra-glcdc";
22+
reg = <0x40342000 0x1454>;
23+
clocks = <&lcdclk MSTPC 4>;
24+
interrupts = <71 1>;
25+
interrupt-names = "line";
26+
status = "disabled";
27+
};
1928
};
2029

2130
clocks: clocks {

0 commit comments

Comments
 (0)