Commit 9d603e44 authored by yannick fertre's avatar yannick fertre Committed by Alexandre Torgue

ARM: dts: stm32: add dsi support on stm32mp157c

Add dsi support on stm32mp157c
Signed-off-by: default avataryannick fertre <yannick.fertre@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 570cae63
......@@ -718,6 +718,16 @@ crc1: crc@58009000 {
status = "disabled";
};
dsi: dsi@5a000000 {
compatible = "st,stm32-dsi";
reg = <0x5a000000 0x800>;
clocks = <&rcc DSI_K>, <&clk_hse>, <&rcc DSI_PX>;
clock-names = "pclk", "ref", "px_clk";
resets = <&rcc DSI_R>;
reset-names = "apb";
status = "disabled";
};
ltdc: display-controller@5a001000 {
compatible = "st,stm32-ltdc";
reg = <0x5a001000 0x400>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment