Skip to content

Commit 0f10a9c

Browse files
thenguyenyfjhedberg
authored andcommitted
dts: arm: renesas: add support for MIPI DSI on RA8D1
Add device node to support MIPI DSI driver on Renesas RA8D1 SoC Signed-off-by: The Nguyen <[email protected]>
1 parent 238a992 commit 0f10a9c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <arm/renesas/ra/ra8/r7fa8d1xh.dtsi>
8+
#include <zephyr/dt-bindings/mipi_dsi/mipi_dsi.h>
89

910
/ {
1011
soc {

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@
2525
interrupt-names = "line";
2626
status = "disabled";
2727
};
28+
29+
mipi_dsi: dsihost@40346000 {
30+
compatible = "renesas,ra-mipi-dsi";
31+
#address-cells = <1>;
32+
#size-cells = <0>;
33+
reg = <0x40346000 0x2000>;
34+
interrupts = <72 12>, <73 12>, <74 12>, <75 12>, <76 12>, <77 12>;
35+
interrupt-names = "sq0", "sq1", "vm", "rcv", "ferr", "ppi";
36+
clocks = <&lcdclk MSTPC 10>;
37+
status = "disabled";
38+
};
2839
};
2940

3041
clocks: clocks {

0 commit comments

Comments
 (0)