Files
android_kernel_samsung_sm87…/bindings/clock/qcom,tcsrcc.yaml
Ajit Pandey 1593cbeaee dt-bindings: clock: qcom: add GCC and TCSRCC bindings on tuna
Add GCC and TCSRCC clock bindings on tuna device.

Change-Id: I0a5233ed94699c23d5b073de4ef9a59e89a72ab8
Signed-off-by: Ajit Pandey <quic_ajipan@quicinc.com>
2024-05-24 11:24:34 +05:30

48 lines
988 B
YAML

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/clock/qcom,tcsrcc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Technologies, Inc. Top-Level CSR Clock & Reset Controller
maintainers:
- Xubin Bai <quic_xubibai@quicinc.com>
description: |
Top-Level CSR Clock & Reset Controller Binding
See also:
- dt-bindings/clock/qcom,tcsrcc-pineapple.h
- dt-bindings/clock/qcom,tcsrcc-sun.h
properties:
compatible:
enum:
- qcom,pineapple-tcsrcc
- qcom,sun-tcsrcc
- qcom,tuna-tcsrcc
required:
- compatible
- reg
- reg-name
allOf:
- $ref: "qcom,gcc.yaml#"
unevaluatedProperties: false
examples:
- |
#include <dt-bindings/clock/qcom,rpmh.h>
tcsrcc: clock-controller@1f40000 {
compatible = "qcom,pineapple-tcsrcc", "syscon";
reg = <0x1f40000 0xc0000>;
reg-name = "cc_base";
#clock-cells = <1>;
#reset-cells = <1>;
};
...