Lines Matching +full:sc7280 +full:- +full:dp
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/msm/dp-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kuogee Hsieh <quic_khsieh@quicinc.com>
19 - enum:
20 - qcom,sc7180-dp
21 - qcom,sc7280-dp
22 - qcom,sc7280-edp
23 - qcom,sc8180x-dp
24 - qcom,sc8180x-edp
25 - qcom,sc8280xp-dp
26 - qcom,sc8280xp-edp
27 - qcom,sdm845-dp
28 - qcom,sm8350-dp
29 - items:
30 - enum:
31 - qcom,sm8250-dp
32 - qcom,sm8450-dp
33 - qcom,sm8550-dp
34 - const: qcom,sm8350-dp
39 - description: ahb register block
40 - description: aux register block
41 - description: link register block
42 - description: p0 register block
43 - description: p1 register block
50 - description: AHB clock to enable register access
51 - description: Display Port AUX clock
52 - description: Display Port Link clock
53 - description: Link interface clock between DP and PHY
54 - description: Display Port Pixel clock
56 clock-names:
58 - const: core_iface
59 - const: core_aux
60 - const: ctrl_link
61 - const: ctrl_link_iface
62 - const: stream_pixel
64 assigned-clocks:
66 - description: link clock source
67 - description: pixel clock source
69 assigned-clock-parents:
71 - description: phy 0 parent
72 - description: phy 1 parent
77 phy-names:
79 - const: dp
81 operating-points-v2: true
83 opp-table:
86 power-domains:
89 aux-bus:
90 $ref: /schemas/display/dp-aux-bus.yaml#
92 data-lanes:
93 $ref: /schemas/types.yaml#/definitions/uint32-array
100 "#sound-dai-cells":
103 vdda-0p9-supply:
105 vdda-1p2-supply:
116 $ref: /schemas/graph.yaml#/$defs/port-base
120 $ref: /schemas/media/video-interfaces.yaml#
123 data-lanes:
129 link-frequencies:
136 - port@0
137 - port@1
140 - compatible
141 - reg
142 - interrupts
143 - clocks
144 - clock-names
145 - phys
146 - phy-names
147 - power-domains
148 - ports
151 # AUX BUS does not exist on DP controllers
152 # Audio output also is present only on DP output
153 # p1 regions is present on DP, but not on eDP
154 - if:
159 - qcom,sc7280-edp
160 - qcom,sc8180x-edp
161 - qcom,sc8280xp-edp
164 "#sound-dai-cells": false
167 aux-bus: false
171 - "#sound-dai-cells"
176 - |
177 #include <dt-bindings/interrupt-controller/arm-gic.h>
178 #include <dt-bindings/clock/qcom,dispcc-sc7180.h>
179 #include <dt-bindings/power/qcom-rpmpd.h>
181 displayport-controller@ae90000 {
182 compatible = "qcom,sc7180-dp";
188 interrupt-parent = <&mdss>;
195 clock-names = "core_iface", "core_aux",
199 assigned-clocks = <&dispcc DISP_CC_MDSS_DP_LINK_CLK_SRC>,
202 assigned-clock-parents = <&dp_phy 0>, <&dp_phy 1>;
205 phy-names = "dp";
207 #sound-dai-cells = <0>;
209 power-domains = <&rpmhpd SC7180_CX>;
212 #address-cells = <1>;
213 #size-cells = <0>;
218 remote-endpoint = <&dpu_intf0_out>;
225 remote-endpoint = <&typec>;
226 data-lanes = <0 1>;
227 link-frequencies = /bits/ 64 <1620000000 2700000000 5400000000 8100000000>;