dra62x-clocks.dtsi 920 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. #include "dm814x-clocks.dtsi"
  3. /* Compared to dm814x, dra62x does not have hdic, l3 or dss PLLs */
  4. &adpll_hdvic_ck {
  5. status = "disabled";
  6. };
  7. &adpll_l3_ck {
  8. status = "disabled";
  9. };
  10. &adpll_dss_ck {
  11. status = "disabled";
  12. };
  13. /* Compared to dm814x, dra62x has interconnect clocks on isp PLL */
  14. &sysclk4_ck {
  15. clocks = <&adpll_isp_ck 1>;
  16. };
  17. &sysclk5_ck {
  18. clocks = <&adpll_isp_ck 1>;
  19. };
  20. &sysclk6_ck {
  21. clocks = <&adpll_isp_ck 1>;
  22. };
  23. /*
  24. * Compared to dm814x, dra62x has different shifts and more mux options.
  25. * Please add the extra options for ysclk_14 and 16 if really needed.
  26. */
  27. &timer1_fck {
  28. clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
  29. &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
  30. ti,bit-shift = <4>;
  31. };
  32. &timer2_fck {
  33. clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
  34. &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
  35. ti,bit-shift = <8>;
  36. };