qcom,lcc.txt 539 B

12345678910111213141516171819202122
  1. Qualcomm LPASS Clock & Reset Controller Binding
  2. ------------------------------------------------
  3. Required properties :
  4. - compatible : shall contain only one of the following:
  5. "qcom,lcc-msm8960"
  6. "qcom,lcc-apq8064"
  7. "qcom,lcc-ipq8064"
  8. "qcom,lcc-mdm9615"
  9. - reg : shall contain base register location and length
  10. - #clock-cells : shall contain 1
  11. - #reset-cells : shall contain 1
  12. Example:
  13. clock-controller@28000000 {
  14. compatible = "qcom,lcc-ipq8064";
  15. reg = <0x28000000 0x1000>;
  16. #clock-cells = <1>;
  17. #reset-cells = <1>;
  18. };