Lines Matching +full:gcc +full:- +full:sm8250
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,sdm845-osm-l3
22 - qcom,sm8150-osm-l3
23 - qcom,sm8250-epss-l3
30 - description: xo clock
31 - description: alternate clock
33 clock-names:
35 - const: xo
36 - const: alternate
38 '#interconnect-cells':
42 - compatible
43 - reg
44 - clocks
45 - clock-names
46 - '#interconnect-cells'
51 - |
57 compatible = "qcom,sdm845-osm-l3";
60 clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
61 clock-names = "xo", "alternate";
63 #interconnect-cells = <1>;