1 Qualcomm Global Clock & Reset Controller Binding
2 ------------------------------------------------
5 - compatible : shall contain only one of the following:
17 "qcom,gcc-msm8974pro-ac"
22 - reg : shall contain base register location and length
23 - #clock-cells : shall contain 1
24 - #reset-cells : shall contain 1
27 - #power-domain-cells : shall contain 1
28 - Qualcomm TSENS (thermal sensor device) on some devices can
29 be part of GCC and hence the TSENS properties can also be
30 part of the GCC/clock-controller node.
31 For more details on the TSENS properties please refer
32 Documentation/devicetree/bindings/thermal/qcom-tsens.txt
35 clock-controller@900000 {
36 compatible = "qcom,gcc-msm8960";
37 reg = <0x900000 0x4000>;
40 #power-domain-cells = <1>;
43 Example of GCC with TSENS properties:
44 clock-controller@900000 {
45 compatible = "qcom,gcc-apq8064";
46 reg = <0x00900000 0x4000>;
47 nvmem-cells = <&tsens_calib>, <&tsens_backup>;
48 nvmem-cell-names = "calib", "calib_backup";
51 #thermal-sensor-cells = <1>;