1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-apq8064.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Global Clock & Reset Controller Binding for APQ8064
10 - Stephen Boyd <sboyd@kernel.org>
11 - Taniya Das <tdas@codeaurora.org>
14 Qualcomm global clock control module which supports the clocks, resets and
15 power domains on APQ8064.
18 - dt-bindings/clock/qcom,gcc-msm8960.h
19 - dt-bindings/reset/qcom,gcc-msm8960.h
23 const: qcom,gcc-apq8064
31 '#power-domain-cells':
41 Qualcomm TSENS (thermal sensor device) on some devices can
42 be part of GCC and hence the TSENS properties can also be part
43 of the GCC/clock-controller node.
44 For more details on the TSENS properties please refer
45 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
54 '#thermal-sensor-cells':
59 Protected clock specifier list as per common clock binding.
66 - '#power-domain-cells'
69 - '#thermal-sensor-cells'
71 additionalProperties: false
75 clock-controller@900000 {
76 compatible = "qcom,gcc-apq8064";
77 reg = <0x00900000 0x4000>;
78 nvmem-cells = <&tsens_calib>, <&tsens_backup>;
79 nvmem-cell-names = "calib", "calib_backup";
82 #power-domain-cells = <1>;
83 #thermal-sensor-cells = <1>;