Skip to content

Commit 7ff1207

Browse files
author
Alain Volmat
committed
dts: arm: st: add mipi_dsi node in stm32f767.dtsi
Describe the DSI block available from STM32F767 and onward and allow to output data generated by the LTDC to a DSI panel. Signed-off-by: Alain Volmat <[email protected]>
1 parent fdbcd26 commit 7ff1207

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/arm/st/f7/stm32f767.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,18 @@
2121
resets = <&rctl STM32_RESET(APB2, 26U)>;
2222
status = "disabled";
2323
};
24+
25+
mipi_dsi: dsihost@40016c00 {
26+
compatible = "st,stm32-mipi-dsi";
27+
#address-cells = <1>;
28+
#size-cells = <0>;
29+
reg = <0x40016c00 0x800>;
30+
clock-names = "dsiclk", "refclk", "pixelclk";
31+
clocks = <&rcc STM32_CLOCK(APB2, 27U)>,
32+
<&rcc STM32_SRC_HSE NO_SEL>,
33+
<&rcc STM32_SRC_PLLSAI_DIVR NO_SEL>;
34+
resets = <&rctl STM32_RESET(APB2, 27U)>;
35+
status = "disabled";
36+
};
2437
};
2538
};

0 commit comments

Comments
 (0)