1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos5-dp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos5250/Exynos5420 SoC Display Port
10 - Inki Dae <inki.dae@samsung.com>
11 - Seung-Woo Kim <sw0312.kim@samsung.com>
12 - Kyungmin Park <kyungmin.park@samsung.com>
13 - Krzysztof Kozlowski <krzk@kernel.org>
17 const: samsung,exynos5-dp
30 $ref: /schemas/display/panel/display-timings.yaml#
38 Indicates which GPIO should be used for hotplug detection
54 Interlace scan mode. Progressive if defined, interlaced if not defined.
60 VSYNC polarity configuration. High if defined, low if not defined
66 HSYNC polarity configuration. High if defined, low if not defined
69 $ref: /schemas/graph.yaml#/properties/ports
73 $ref: /schemas/graph.yaml#/properties/port
75 Port node with one endpoint connected to a dp-connector node.
85 $ref: /schemas/types.yaml#/definitions/uint32
88 Deprecated prop that can parsed from drm_display_mode.
90 samsung,dynamic-range:
91 $ref: /schemas/types.yaml#/definitions/uint32
94 Deprecated prop that can parsed from drm_display_mode.
97 $ref: /schemas/types.yaml#/definitions/uint32
100 Deprecated prop that can parsed from drm_display_info.
103 $ref: /schemas/types.yaml#/definitions/uint32
106 Deprecated prop that can parsed from drm_display_info.
109 $ref: /schemas/types.yaml#/definitions/uint32
112 Deprecated prop that can reading from monitor by dpcd method.
115 $ref: /schemas/types.yaml#/definitions/uint32
118 Deprecated prop that can reading from monitor by dpcd method.
129 additionalProperties: false
133 #include <dt-bindings/clock/exynos5250.h>
134 #include <dt-bindings/gpio/gpio.h>
135 #include <dt-bindings/interrupt-controller/arm-gic.h>
137 dp-controller@145b0000 {
138 compatible = "samsung,exynos5-dp";
139 reg = <0x145b0000 0x1000>;
140 clocks = <&clock CLK_DP>;
143 interrupt-parent = <&combiner>;
146 pinctrl-0 = <&dp_hpd>;
147 pinctrl-names = "default";
148 power-domains = <&pd_disp1>;
150 samsung,color-space = <0>;
151 samsung,color-depth = <1>;
152 samsung,link-rate = <0x0a>;
153 samsung,lane-count = <2>;
154 hpd-gpios = <&gpx0 7 GPIO_ACTIVE_HIGH>;
159 remote-endpoint = <&bridge_in>;