ARM: dts: stm32: add dsi support on stm32mp157c
Add dsi support on stm32mp157c Signed-off-by: yannick fertre <yannick.fertre@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
570cae6381
commit
9d603e44c1
|
@ -718,6 +718,16 @@
|
||||||
status = "disabled";
|
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 {
|
ltdc: display-controller@5a001000 {
|
||||||
compatible = "st,stm32-ltdc";
|
compatible = "st,stm32-ltdc";
|
||||||
reg = <0x5a001000 0x400>;
|
reg = <0x5a001000 0x400>;
|
||||||
|
|
Loading…
Reference in New Issue