1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/st,stm32-dsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32 DSI host controller
10 - Philippe Cornu <philippe.cornu@st.com>
11 - Yannick Fertre <yannick.fertre@st.com>
14 The STMicroelectronics STM32 DSI controller uses the Synopsys DesignWare MIPI-DSI host controller.
17 - $ref: dsi-controller.yaml#
28 - description: Module Clock
29 - description: DSI bus clock
30 - description: Pixel clock
51 Phandle of the regulator that provides the supply voltage.
56 A node containing DSI input & output port nodes with endpoint
57 definitions as documented in
58 Documentation/devicetree/bindings/media/video-interfaces.txt
59 Documentation/devicetree/bindings/graph.txt
64 DSI input port node, connected to the ltdc rgb output port.
69 DSI output port node, connected to a panel or a bridge input port"
80 unevaluatedProperties: false
84 #include <dt-bindings/interrupt-controller/arm-gic.h>
85 #include <dt-bindings/clock/stm32mp1-clks.h>
86 #include <dt-bindings/reset/stm32mp1-resets.h>
87 #include <dt-bindings/gpio/gpio.h>
89 compatible = "st,stm32-dsi";
90 reg = <0x5a000000 0x800>;
91 clocks = <&rcc DSI_K>, <&clk_hse>, <&rcc DSI_PX>;
92 clock-names = "pclk", "ref", "px_clk";
93 resets = <&rcc DSI_R>;
95 phy-dsi-supply = <®18>;
101 #address-cells = <1>;
107 remote-endpoint = <<dc_ep1_out>;
114 remote-endpoint = <&panel_in>;
120 compatible = "orisetech,otm8009a";
122 reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
123 power-supply = <&v3v3>;
127 remote-endpoint = <&dsi_out>;