Skip to content

Commit a2d7d64

Browse files
CharlesDiasjhedberg
authored andcommitted
dts: arm: stm32u5: add MIPI DSI support for STM32U59x/5Ax series
Add DSI host controller node definition for STM32U59x/5Ax series. Signed-off-by: Charles Dias <[email protected]>
1 parent 9c34b18 commit a2d7d64

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/st/u5/stm32u599.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@
2626
status = "disabled";
2727
};
2828

29+
mipi_dsi: dsihost@40016c00 {
30+
compatible = "st,stm32u5-mipi-dsi", "st,stm32-mipi-dsi";
31+
#address-cells = <1>;
32+
#size-cells = <0>;
33+
reg = <0x40016C00 0x1000>;
34+
clock-names = "dsiclk", "dsisrc", "refclk", "pixelclk";
35+
clocks = <&rcc STM32_CLOCK(APB2, 27U)>,
36+
<&rcc STM32_SRC_DSIPHY DSI_SEL(1)>,
37+
<&rcc STM32_SRC_HSE NO_SEL>,
38+
<&rcc STM32_SRC_PLL3_R NO_SEL>;
39+
resets = <&rctl STM32_RESET(APB2, 27U)>;
40+
status = "disabled";
41+
};
42+
2943
xspi1: spi@420d3400 {
3044
compatible = "st,stm32-xspi";
3145
reg = <0x420d3400 0x400>,

0 commit comments

Comments
 (0)