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