Lines Matching +full:mipi +full:- +full:dsi +full:- +full:bus
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
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@foss.st.com>
11 - Yannick Fertre <yannick.fertre@foss.st.com>
14 The STMicroelectronics STM32 DSI controller uses the Synopsys DesignWare MIPI-DSI host controller.
17 - $ref: dsi-controller.yaml#
21 const: st,stm32-dsi
28 - description: Module Clock
29 - description: DSI bus clock
30 - description: Pixel clock
33 clock-names:
35 - const: pclk
36 - const: ref
37 - const: px_clk
43 reset-names:
45 - const: apb
47 phy-dsi-supply:
58 DSI input port node, connected to the ltdc rgb output port.
61 $ref: /schemas/graph.yaml#/$defs/port-base
64 DSI output port node, connected to a panel or a bridge input port.
67 $ref: /schemas/media/video-interfaces.yaml#
70 data-lanes:
73 - const: 1
74 - const: 2
77 - compatible
78 - reg
79 - clocks
80 - clock-names
81 - ports
86 - |
87 #include <dt-bindings/interrupt-controller/arm-gic.h>
88 #include <dt-bindings/clock/stm32mp1-clks.h>
89 #include <dt-bindings/reset/stm32mp1-resets.h>
90 #include <dt-bindings/gpio/gpio.h>
91 dsi: dsi@5a000000 {
92 compatible = "st,stm32-dsi";
95 clock-names = "pclk", "ref", "px_clk";
97 reset-names = "apb";
98 phy-dsi-supply = <®18>;
100 #address-cells = <1>;
101 #size-cells = <0>;
104 #address-cells = <1>;
105 #size-cells = <0>;
110 remote-endpoint = <<dc_ep1_out>;
117 remote-endpoint = <&panel_in>;
125 reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
126 power-supply = <&v3v3>;
130 remote-endpoint = <&dsi_out>;