| # SPDX-License-Identifier: GPL-2.0-only |
| $id: http://devicetree.org/schemas/clock/qcom,gcc-msm8660.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Qualcomm Global Clock & Reset Controller on MSM8660 |
| - Stephen Boyd <sboyd@kernel.org> |
| - Taniya Das <quic_tdas@quicinc.com> |
| Qualcomm global clock control module provides the clocks and resets on |
| include/dt-bindings/clock/qcom,gcc-msm8660.h |
| include/dt-bindings/reset/qcom,gcc-msm8660.h |
| unevaluatedProperties: false |
| # Example for GCC for MSM8974: |
| clock-controller@900000 { |
| compatible = "qcom,gcc-msm8660"; |
| #power-domain-cells = <1>; |
| clocks = <&pxo_board>, <&cxo_board>; |
| clock-names = "pxo", "cxo"; |