Lines Matching +full:gcc +full:- +full:sc8180x
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sibi Sankar <sibis@codeaurora.org>
20 - qcom,sc7180-osm-l3
21 - qcom,sc8180x-osm-l3
22 - qcom,sdm845-osm-l3
23 - qcom,sm8150-osm-l3
24 - qcom,sm8250-epss-l3
31 - description: xo clock
32 - description: alternate clock
34 clock-names:
36 - const: xo
37 - const: alternate
39 '#interconnect-cells':
43 - compatible
44 - reg
45 - clocks
46 - clock-names
47 - '#interconnect-cells'
52 - |
58 compatible = "qcom,sdm845-osm-l3";
61 clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
62 clock-names = "xo", "alternate";
64 #interconnect-cells = <1>;