qcom,lcc.txt 517 B

123456789101112131415161718192021
  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. - reg : shall contain base register location and length
  9. - #clock-cells : shall contain 1
  10. - #reset-cells : shall contain 1
  11. Example:
  12. clock-controller@28000000 {
  13. compatible = "qcom,lcc-ipq8064";
  14. reg = <0x28000000 0x1000>;
  15. #clock-cells = <1>;
  16. #reset-cells = <1>;
  17. };