1 // SPDX-License-Identifier: GPL-2.0-only
3 * Device Tree Source for OMAP36xx clock data
5 * Copyright (C) 2013 Texas Instruments, Inc.
8 dpll4_ck: dpll4_ck@d00 {
10 compatible = "ti,omap3-dpll-per-j-type-clock";
11 clocks = <&sys_ck>, <&sys_ck>;
12 reg = <0x0d00>, <0x0d20>, <0x0d44>, <0x0d30>;
15 dpll4_m5x2_ck: dpll4_m5x2_ck@d00 {
17 compatible = "ti,hsdiv-gate-clock";
18 clocks = <&dpll4_m5x2_mul_ck>;
19 ti,bit-shift = <0x1e>;
22 ti,set-bit-to-disable;
25 dpll4_m2x2_ck: dpll4_m2x2_ck@d00 {
27 compatible = "ti,hsdiv-gate-clock";
28 clocks = <&dpll4_m2x2_mul_ck>;
29 ti,bit-shift = <0x1b>;
31 ti,set-bit-to-disable;
34 dpll3_m3x2_ck: dpll3_m3x2_ck@d00 {
36 compatible = "ti,hsdiv-gate-clock";
37 clocks = <&dpll3_m3x2_mul_ck>;
40 ti,set-bit-to-disable;
43 dpll4_m3x2_ck: dpll4_m3x2_ck@d00 {
45 compatible = "ti,hsdiv-gate-clock";
46 clocks = <&dpll4_m3x2_mul_ck>;
47 ti,bit-shift = <0x1c>;
49 ti,set-bit-to-disable;
52 dpll4_m6x2_ck: dpll4_m6x2_ck@d00 {
54 compatible = "ti,hsdiv-gate-clock";
55 clocks = <&dpll4_m6x2_mul_ck>;
56 ti,bit-shift = <0x1f>;
58 ti,set-bit-to-disable;
61 uart4_fck: uart4_fck@1000 {
63 compatible = "ti,wait-gate-clock";
64 clocks = <&per_48m_fck>;
91 dpll4_clkdm: dpll4_clkdm {
92 compatible = "ti,clockdomain";
96 per_clkdm: per_clkdm {
97 compatible = "ti,clockdomain";
98 clocks = <&uart3_fck>, <&gpio6_dbck>, <&gpio5_dbck>,
99 <&gpio4_dbck>, <&gpio3_dbck>, <&gpio2_dbck>,
100 <&wdt3_fck>, <&gpio6_ick>, <&gpio5_ick>, <&gpio4_ick>,
101 <&gpio3_ick>, <&gpio2_ick>, <&wdt3_ick>, <&uart3_ick>,
102 <&uart4_ick>, <&gpt9_ick>, <&gpt8_ick>, <&gpt7_ick>,
103 <&gpt6_ick>, <&gpt5_ick>, <&gpt4_ick>, <&gpt3_ick>,
104 <&gpt2_ick>, <&mcbsp2_ick>, <&mcbsp3_ick>,
105 <&mcbsp4_ick>, <&uart4_fck>;