Skip to content

Commit 66e878b

Browse files
WinteriWangcfriedt
authored andcommitted
soc: imx93: enable mipi dsi
Add mipi dsi instance to soc dtsi. Signed-off-by: Winteri Wang <[email protected]> Signed-off-by: Ruoshan Shi <[email protected]>
1 parent b815f5f commit 66e878b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm64/nxp/nxp_mimx93_a55.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@
151151
status = "disabled";
152152
};
153153

154+
mipi_dsi: dsi@4ae10000 {
155+
compatible = "nxp,mipi-dsi-dwc";
156+
reg = <0x4ae10000 0x10000>;
157+
#address-cells = <1>;
158+
#size-cells = <0>;
159+
interrupts = <GIC_SPI 177 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
160+
interrupt-parent = <&gic>;
161+
clocks = <&ccm IMX_CCM_MIPI_PHY_CFG_CLK 0 0>;
162+
nxp,dc = <&lcdif>;
163+
status = "disabled";
164+
};
165+
154166
gpio1: gpio@47400000 {
155167
compatible = "nxp,imx-rgpio";
156168
reg = <0x47400000 DT_SIZE_K(64)>;

0 commit comments

Comments
 (0)