1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/st,stm32-ltdc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32 lcd-tft display controller
10 - Philippe Cornu <philippe.cornu@st.com>
11 - Yannick Fertre <yannick.fertre@st.com>
22 - description: events interrupt line.
23 - description: errors interrupt line.
40 "Video port for DPI RGB output.
41 ltdc has one video port with up to 2 endpoints:
42 - for external dpi rgb panel or bridge, using gpios.
43 - for internal dpi input of the MIPI DSI host controller.
44 Note: These 2 endpoints cannot be activated simultaneously.
45 Please refer to the bindings defined in
46 Documentation/devicetree/bindings/media/video-interfaces.txt."
57 additionalProperties: false
61 #include <dt-bindings/interrupt-controller/arm-gic.h>
62 #include <dt-bindings/clock/stm32mp1-clks.h>
63 #include <dt-bindings/reset/stm32mp1-resets.h>
64 ltdc: display-controller@40016800 {
65 compatible = "st,stm32-ltdc";
66 reg = <0x5a001000 0x400>;
67 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
68 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
69 clocks = <&rcc LTDC_PX>;
71 resets = <&rcc LTDC_R>;
74 ltdc_out_dsi: endpoint {
75 remote-endpoint = <&dsi_in>;