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:
parent
b5f03367d8
commit
85155131aa
1 changed files with 9 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue