blob: 34e7614d5074a0e5e32eeaff53b2ac8d237b23a3 [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"
12
13- reg : shall contain base register location and length
14- #clock-cells : shall contain 1
15- #reset-cells : shall contain 1
16
Rajendra Nayak89c7e672015-10-01 14:56:02 +053017Optional properties :
18- #power-domain-cells : shall contain 1
19
Stephen Boyd2e84d752014-01-15 10:47:34 -080020Example:
21 clock-controller@4000000 {
22 compatible = "qcom,mmcc-msm8960";
23 reg = <0x4000000 0x1000>;
24 #clock-cells = <1>;
25 #reset-cells = <1>;
Rajendra Nayak89c7e672015-10-01 14:56:02 +053026 #power-domain-cells = <1>;
Stephen Boyd2e84d752014-01-15 10:47:34 -080027 };