blob: 54c23f34f194608c34c01f1ecb6ae9be58e11704 [file] [log] [blame]
Stephen Boydcc4f2fe2014-01-15 10:47:33 -08001Qualcomm Global Clock & Reset Controller Binding
2------------------------------------------------
3
4Required properties :
5- compatible : shall contain only one of the following:
6
Kumar Gala2d85a712014-04-04 11:31:29 -05007 "qcom,gcc-apq8064"
Georgi Djakov56097d8d2014-06-03 17:24:08 +03008 "qcom,gcc-apq8084"
Kumar Gala24d8fba2014-06-17 14:46:51 -05009 "qcom,gcc-ipq8064"
Stephen Boydcc4f2fe2014-01-15 10:47:33 -080010 "qcom,gcc-msm8660"
Georgi Djakova5408ec2015-03-18 16:08:21 +020011 "qcom,gcc-msm8916"
Stephen Boydcc4f2fe2014-01-15 10:47:33 -080012 "qcom,gcc-msm8960"
13 "qcom,gcc-msm8974"
Stephen Boydc6858412014-05-16 16:07:13 -070014 "qcom,gcc-msm8974pro"
15 "qcom,gcc-msm8974pro-ac"
Stephen Boydcc4f2fe2014-01-15 10:47:33 -080016
17- reg : shall contain base register location and length
18- #clock-cells : shall contain 1
19- #reset-cells : shall contain 1
20
21Example:
22 clock-controller@900000 {
23 compatible = "qcom,gcc-msm8960";
24 reg = <0x900000 0x4000>;
25 #clock-cells = <1>;
26 #reset-cells = <1>;
27 };