2022-02-26 06:52:21 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
%YAML 1.2
|
|
|
|
---
|
2024-05-29 07:46:59 -07:00
|
|
|
$id: http://devicetree.org/schemas/clock/qcom,gcc-mdm9607.yaml#
|
2022-02-26 06:52:21 -07:00
|
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
|
2022-11-02 09:31:53 -07:00
|
|
|
title: Qualcomm Global Clock & Reset Controller
|
2022-02-26 06:52:21 -07:00
|
|
|
|
|
|
|
maintainers:
|
|
|
|
- Stephen Boyd <sboyd@kernel.org>
|
2023-06-27 10:31:23 -07:00
|
|
|
- Taniya Das <quic_tdas@quicinc.com>
|
2022-02-26 06:52:21 -07:00
|
|
|
|
2022-03-23 12:42:48 -07:00
|
|
|
description: |
|
2022-11-02 09:31:53 -07:00
|
|
|
Qualcomm global clock control module provides the clocks, resets and power
|
|
|
|
domains.
|
|
|
|
|
|
|
|
See also::
|
|
|
|
include/dt-bindings/clock/qcom,gcc-mdm9607.h
|
2022-02-26 06:52:21 -07:00
|
|
|
|
|
|
|
allOf:
|
2022-11-02 09:31:53 -07:00
|
|
|
- $ref: qcom,gcc.yaml#
|
2022-02-26 06:52:21 -07:00
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
enum:
|
|
|
|
- qcom,gcc-mdm9607
|
|
|
|
|
|
|
|
required:
|
|
|
|
- compatible
|
2024-05-29 07:47:00 -07:00
|
|
|
- '#power-domain-cells'
|
2022-02-26 06:52:21 -07:00
|
|
|
|
|
|
|
unevaluatedProperties: false
|
|
|
|
|
|
|
|
examples:
|
|
|
|
- |
|
|
|
|
clock-controller@900000 {
|
2022-12-04 05:44:58 -07:00
|
|
|
compatible = "qcom,gcc-mdm9607";
|
2022-02-26 06:52:21 -07:00
|
|
|
reg = <0x900000 0x4000>;
|
|
|
|
#clock-cells = <1>;
|
|
|
|
#reset-cells = <1>;
|
|
|
|
#power-domain-cells = <1>;
|
|
|
|
};
|
|
|
|
...
|