Lines Matching +full:gcc +full:- +full:sc8280xp
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/msm/qcom,sc7280-dpu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <[email protected]>
11 - Neil Armstrong <[email protected]>
12 - Dmitry Baryshkov <[email protected]>
13 - Krishna Manikandan <[email protected]>
15 $ref: /schemas/display/msm/dpu-common.yaml#
20 - qcom,sc7280-dpu
21 - qcom,sc8280xp-dpu
22 - qcom,sm8350-dpu
23 - qcom,sm8450-dpu
24 - qcom,sm8550-dpu
28 - description: Address offset and size for mdp register set
29 - description: Address offset and size for vbif register set
31 reg-names:
33 - const: mdp
34 - const: vbif
38 - description: Display hf axi clock
39 - description: Display sf axi clock
40 - description: Display ahb clock
41 - description: Display lut clock
42 - description: Display core clock
43 - description: Display vsync clock
45 clock-names:
47 - const: bus
48 - const: nrt_bus
49 - const: iface
50 - const: lut
51 - const: core
52 - const: vsync
55 - compatible
56 - reg
57 - reg-names
58 - clocks
59 - clock-names
64 - |
65 #include <dt-bindings/clock/qcom,dispcc-sc7280.h>
66 #include <dt-bindings/clock/qcom,gcc-sc7280.h>
67 #include <dt-bindings/power/qcom-rpmpd.h>
69 display-controller@ae01000 {
70 compatible = "qcom,sc7280-dpu";
74 reg-names = "mdp", "vbif";
76 clocks = <&gcc GCC_DISP_HF_AXI_CLK>,
77 <&gcc GCC_DISP_SF_AXI_CLK>,
82 clock-names = "bus",
89 interrupt-parent = <&mdss>;
91 power-domains = <&rpmhpd SC7280_CX>;
92 operating-points-v2 = <&mdp_opp_table>;
95 #address-cells = <1>;
96 #size-cells = <0>;
101 remote-endpoint = <&dsi0_in>;
108 remote-endpoint = <&edp_in>;