0001 Qualcomm LPASS Clock & Reset Controller Binding
0002 ------------------------------------------------
0003
0004 Required properties :
0005 - compatible : shall contain only one of the following:
0006
0007 "qcom,lcc-msm8960"
0008 "qcom,lcc-apq8064"
0009 "qcom,lcc-ipq8064"
0010 "qcom,lcc-mdm9615"
0011
0012 - reg : shall contain base register location and length
0013 - #clock-cells : shall contain 1
0014 - #reset-cells : shall contain 1
0015
0016 Example:
0017 clock-controller@28000000 {
0018 compatible = "qcom,lcc-ipq8064";
0019 reg = <0x28000000 0x1000>;
0020 #clock-cells = <1>;
0021 #reset-cells = <1>;
0022 };