198394efbSTaniya Das# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 298394efbSTaniya Das%YAML 1.2 398394efbSTaniya Das--- 498394efbSTaniya Das$id: http://devicetree.org/schemas/clock/qcom,gcc-sm8250.yaml# 598394efbSTaniya Das$schema: http://devicetree.org/meta-schemas/core.yaml# 698394efbSTaniya Das 7ece3c319SKrzysztof Kozlowskititle: Qualcomm Global Clock & Reset Controller on SM8250 898394efbSTaniya Das 998394efbSTaniya Dasmaintainers: 1098394efbSTaniya Das - Stephen Boyd <sboyd@kernel.org> 1160838878STaniya Das - Taniya Das <quic_tdas@quicinc.com> 1298394efbSTaniya Das 1398394efbSTaniya Dasdescription: | 14ece3c319SKrzysztof Kozlowski Qualcomm global clock control module provides the clocks, resets and power 15ece3c319SKrzysztof Kozlowski domains on SM8250. 1698394efbSTaniya Das 17ece3c319SKrzysztof Kozlowski See also:: include/dt-bindings/clock/qcom,gcc-sm8250.h 1898394efbSTaniya Das 1998394efbSTaniya Dasproperties: 2098394efbSTaniya Das compatible: 2198394efbSTaniya Das const: qcom,gcc-sm8250 2298394efbSTaniya Das 2398394efbSTaniya Das clocks: 2498394efbSTaniya Das items: 2598394efbSTaniya Das - description: Board XO source 262310ab77SKrzysztof Kozlowski - description: Board active XO source 2798394efbSTaniya Das - description: Sleep clock source 2898394efbSTaniya Das 2998394efbSTaniya Das clock-names: 3098394efbSTaniya Das items: 3198394efbSTaniya Das - const: bi_tcxo 322310ab77SKrzysztof Kozlowski - const: bi_tcxo_ao 3398394efbSTaniya Das - const: sleep_clk 3498394efbSTaniya Das 3598394efbSTaniya Dasrequired: 3698394efbSTaniya Das - compatible 3798394efbSTaniya Das - clocks 3898394efbSTaniya Das - clock-names 39*b0ef3434SDmitry Baryshkov - '#power-domain-cells' 4098394efbSTaniya Das 410f71ae94SDmitry BaryshkovallOf: 420f71ae94SDmitry Baryshkov - $ref: qcom,gcc.yaml# 430f71ae94SDmitry Baryshkov 440f71ae94SDmitry BaryshkovunevaluatedProperties: false 455be478f9SRob Herring 4698394efbSTaniya Dasexamples: 4798394efbSTaniya Das - | 4898394efbSTaniya Das #include <dt-bindings/clock/qcom,rpmh.h> 4998394efbSTaniya Das clock-controller@100000 { 5098394efbSTaniya Das compatible = "qcom,gcc-sm8250"; 51fba56184SRob Herring reg = <0x00100000 0x1f0000>; 5298394efbSTaniya Das clocks = <&rpmhcc RPMH_CXO_CLK>, 532310ab77SKrzysztof Kozlowski <&rpmhcc RPMH_CXO_CLK_A>, 5498394efbSTaniya Das <&sleep_clk>; 552310ab77SKrzysztof Kozlowski clock-names = "bi_tcxo", "bi_tcxo_ao", "sleep_clk"; 5698394efbSTaniya Das #clock-cells = <1>; 5798394efbSTaniya Das #reset-cells = <1>; 5898394efbSTaniya Das #power-domain-cells = <1>; 5998394efbSTaniya Das }; 6098394efbSTaniya Das... 61