Skip to content

Commit 9b59ccd

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 4fe2c5b commit 9b59ccd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/st/f4/stm32f469.dtsi

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

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

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

0 commit comments

Comments
 (0)