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 <the.nguyen.yf@renesas.com>
This commit is contained in:
The Nguyen 2024-11-19 16:23:05 +07:00 committed by Johan Hedberg
parent 238a992614
commit 0f10a9c989
2 changed files with 12 additions and 0 deletions

View file

@ -5,6 +5,7 @@
*/
#include <arm/renesas/ra/ra8/r7fa8d1xh.dtsi>
#include <zephyr/dt-bindings/mipi_dsi/mipi_dsi.h>
/ {
soc {

View file

@ -25,6 +25,17 @@
interrupt-names = "line";
status = "disabled";
};
mipi_dsi: dsihost@40346000 {
compatible = "renesas,ra-mipi-dsi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x40346000 0x2000>;
interrupts = <72 12>, <73 12>, <74 12>, <75 12>, <76 12>, <77 12>;
interrupt-names = "sq0", "sq1", "vm", "rcv", "ferr", "ppi";
clocks = <&lcdclk MSTPC 10>;
status = "disabled";
};
};
clocks: clocks {