0001 // SPDX-License-Identifier: GPL-2.0-only
0002
0003 #include "dm814x-clocks.dtsi"
0004
0005 /* Compared to dm814x, dra62x does not have hdic, l3 or dss PLLs */
0006 &adpll_hdvic_ck {
0007 status = "disabled";
0008 };
0009
0010 &adpll_l3_ck {
0011 status = "disabled";
0012 };
0013
0014 &adpll_dss_ck {
0015 status = "disabled";
0016 };
0017
0018 /* Compared to dm814x, dra62x has interconnect clocks on isp PLL */
0019 &sysclk4_ck {
0020 clocks = <&adpll_isp_ck 1>;
0021 };
0022
0023 &sysclk5_ck {
0024 clocks = <&adpll_isp_ck 1>;
0025 };
0026
0027 &sysclk6_ck {
0028 clocks = <&adpll_isp_ck 1>;
0029 };
0030
0031 /*
0032 * Compared to dm814x, dra62x has different shifts and more mux options.
0033 * Please add the extra options for ysclk_14 and 16 if really needed.
0034 */
0035 &timer1_fck {
0036 clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
0037 &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
0038 ti,bit-shift = <4>;
0039 };
0040
0041 &timer2_fck {
0042 clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
0043 &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
0044 ti,bit-shift = <8>;
0045 };