WIP FPC-III support
[linux/fpc-iii.git] / arch / arm / boot / dts / dra62x-clocks.dtsi
blob11d1241b0e13a0c4d19bc83b73a1b5f5a9b4ecf7
1 // SPDX-License-Identifier: GPL-2.0-only
3 #include "dm814x-clocks.dtsi"
5 /* Compared to dm814x, dra62x does not have hdic, l3 or dss PLLs */
6 &adpll_hdvic_ck {
7         status = "disabled";
8 };
10 &adpll_l3_ck {
11         status = "disabled";
14 &adpll_dss_ck {
15         status = "disabled";
18 /* Compared to dm814x, dra62x has interconnect clocks on isp PLL */
19 &sysclk4_ck {
20         clocks = <&adpll_isp_ck 1>;
23 &sysclk5_ck {
24         clocks = <&adpll_isp_ck 1>;
27 &sysclk6_ck {
28         clocks = <&adpll_isp_ck 1>;
32  * Compared to dm814x, dra62x has different shifts and more mux options.
33  * Please add the extra options for ysclk_14 and 16 if really needed.
34  */
35 &timer1_fck {
36         clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
37                   &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
38         ti,bit-shift = <4>;
41 &timer2_fck {
42         clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
43                   &aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
44         ti,bit-shift = <8>;