Skip to content

Commit ceec76d

Browse files
committed
dts: arm: st: add mipi_dsi node in stm32f469.dtsi
Describe mipi_dsi block available on stm32f469 & above Allow to display data on DSI panels taking output of LTDC after serializing data. Signed-off-by: Philippe Peurichard <[email protected]>
1 parent b3f772b commit ceec76d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dts/arm/st/f4/stm32f469.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*/
66

77
#include <st/f4/stm32f429.dtsi>
8+
#include <zephyr/dt-bindings/mipi_dsi/mipi_dsi.h>
9+
810

911
/ {
1012
soc {
@@ -24,5 +26,18 @@
2426
usbotg_hs: usb@40040000 {
2527
num-bidir-endpoints = <9>;
2628
};
29+
30+
mipi_dsi: dsihost@40016c00 {
31+
compatible = "st,stm32-mipi-dsi";
32+
reg = <0x40016c00 0x800>;
33+
#address-cells = <1>;
34+
#size-cells = <0>;
35+
clock-names = "dsiclk", "refclk" , "pixelclk";
36+
clocks = <&rcc STM32_CLOCK(APB2, 27)>,
37+
<&rcc STM32_SRC_HSE NO_SEL>,
38+
<&rcc STM32_SRC_PLLSAI_DIVR NO_SEL>;
39+
resets = <&rctl STM32_RESET(APB2, 27)>;
40+
status = "disabled";
41+
};
2742
};
2843
};

0 commit comments

Comments
 (0)