1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,dpi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: mediatek DPI Controller Device Tree Bindings
10 - CK Hu <ck.hu@mediatek.com>
11 - Jitao shi <jitao.shi@mediatek.com>
14 The Mediatek DPI function block is a sink of the display subsystem and
15 provides 8-bit RGB/YUV444 or 8/10/10-bit YUV422 pixel data on a parallel
34 - description: Pixel Clock
35 - description: Engine Clock
36 - description: DPI PLL
55 Output port node with endpoint definitions as described in
56 Documentation/devicetree/bindings/graph.txt. This port should be connected
57 to the input port of an attached HDMI or LVDS encoder chip.
71 additionalProperties: false
75 #include <dt-bindings/interrupt-controller/arm-gic.h>
76 #include <dt-bindings/clock/mt8173-clk.h>
77 #include <dt-bindings/interrupt-controller/arm-gic.h>
78 #include <dt-bindings/interrupt-controller/irq.h>
80 compatible = "mediatek,mt8173-dpi";
81 reg = <0x1401d000 0x1000>;
82 interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_LOW>;
83 clocks = <&mmsys CLK_MM_DPI_PIXEL>,
84 <&mmsys CLK_MM_DPI_ENGINE>,
85 <&apmixedsys CLK_APMIXED_TVDPLL>;
86 clock-names = "pixel", "engine", "pll";
87 pinctrl-names = "default", "sleep";
88 pinctrl-0 = <&dpi_pin_func>;
89 pinctrl-1 = <&dpi_pin_idle>;
93 remote-endpoint = <&hdmi0_in>;