blob: 4f1f6be9e66d9a1254968f8681503b18c0de884b [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
Georgi Djakov2b46cd22014-06-12 19:41:42 +03007 "qcom,mmcc-apq8084"
Stephen Boyd2e84d752014-01-15 10:47:34 -08008 "qcom,mmcc-msm8660"
9 "qcom,mmcc-msm8960"
10 "qcom,mmcc-msm8974"
11
12- reg : shall contain base register location and length
13- #clock-cells : shall contain 1
14- #reset-cells : shall contain 1
15
16Example:
17 clock-controller@4000000 {
18 compatible = "qcom,mmcc-msm8960";
19 reg = <0x4000000 0x1000>;
20 #clock-cells = <1>;
21 #reset-cells = <1>;
22 };