blob: 8b0f7841af8de936fe27b1a63b9d8737cd06e490 [file] [log] [blame]
Stephen Boyd2e84d752014-01-15 10:47:34 -08001Qualcomm Multimedia Clock & Reset Controller Binding
2----------------------------------------------------
3
4Required properties :
5- compatible : shall contain only one of the following:
6
Stephen Boyde216ce62014-07-15 14:52:22 -07007 "qcom,mmcc-apq8064"
Georgi Djakov2b46cd22014-06-12 19:41:42 +03008 "qcom,mmcc-apq8084"
Stephen Boyd2e84d752014-01-15 10:47:34 -08009 "qcom,mmcc-msm8660"
10 "qcom,mmcc-msm8960"
11 "qcom,mmcc-msm8974"
Stephen Boydc2526592015-11-30 17:31:42 -080012 "qcom,mmcc-msm8996"
Stephen Boyd2e84d752014-01-15 10:47:34 -080013
14- reg : shall contain base register location and length
15- #clock-cells : shall contain 1
16- #reset-cells : shall contain 1
17
Rajendra Nayak89c7e672015-10-01 14:56:02 +053018Optional properties :
19- #power-domain-cells : shall contain 1
20
Stephen Boyd2e84d752014-01-15 10:47:34 -080021Example:
22 clock-controller@4000000 {
23 compatible = "qcom,mmcc-msm8960";
24 reg = <0x4000000 0x1000>;
25 #clock-cells = <1>;
26 #reset-cells = <1>;
Rajendra Nayak89c7e672015-10-01 14:56:02 +053027 #power-domain-cells = <1>;
Stephen Boyd2e84d752014-01-15 10:47:34 -080028 };