qcom,mmcc.txt 666 B

123456789101112131415161718192021222324252627
  1. Qualcomm Multimedia Clock & Reset Controller Binding
  2. ----------------------------------------------------
  3. Required properties :
  4. - compatible : shall contain only one of the following:
  5. "qcom,mmcc-apq8064"
  6. "qcom,mmcc-apq8084"
  7. "qcom,mmcc-msm8660"
  8. "qcom,mmcc-msm8960"
  9. "qcom,mmcc-msm8974"
  10. - reg : shall contain base register location and length
  11. - #clock-cells : shall contain 1
  12. - #reset-cells : shall contain 1
  13. Optional properties :
  14. - #power-domain-cells : shall contain 1
  15. Example:
  16. clock-controller@4000000 {
  17. compatible = "qcom,mmcc-msm8960";
  18. reg = <0x4000000 0x1000>;
  19. #clock-cells = <1>;
  20. #reset-cells = <1>;
  21. #power-domain-cells = <1>;
  22. };