qcom,a53pll.txt 482 B

12345678910111213141516171819202122
  1. Qualcomm MSM8916 A53 PLL Binding
  2. --------------------------------
  3. The A53 PLL on MSM8916 platforms is the main CPU PLL used used for frequencies
  4. above 1GHz.
  5. Required properties :
  6. - compatible : Shall contain only one of the following:
  7. "qcom,msm8916-a53pll"
  8. - reg : shall contain base register location and length
  9. - #clock-cells : must be set to <0>
  10. Example:
  11. a53pll: clock@b016000 {
  12. compatible = "qcom,msm8916-a53pll";
  13. reg = <0xb016000 0x40>;
  14. #clock-cells = <0>;
  15. };