Loading...
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Device Tree Source for OMAP2430 clock data
4 *
5 * Copyright (C) 2014 Texas Instruments, Inc.
6 */
7
8&scm_clocks {
9 mcbsp3_mux_fck: mcbsp3_mux_fck@78 {
10 #clock-cells = <0>;
11 compatible = "ti,composite-mux-clock";
12 clocks = <&func_96m_ck>, <&mcbsp_clks>;
13 reg = <0x78>;
14 };
15
16 mcbsp3_fck: mcbsp3_fck {
17 #clock-cells = <0>;
18 compatible = "ti,composite-clock";
19 clocks = <&mcbsp3_gate_fck>, <&mcbsp3_mux_fck>;
20 };
21
22 mcbsp4_mux_fck: mcbsp4_mux_fck@78 {
23 #clock-cells = <0>;
24 compatible = "ti,composite-mux-clock";
25 clocks = <&func_96m_ck>, <&mcbsp_clks>;
26 ti,bit-shift = <2>;
27 reg = <0x78>;
28 };
29
30 mcbsp4_fck: mcbsp4_fck {
31 #clock-cells = <0>;
32 compatible = "ti,composite-clock";
33 clocks = <&mcbsp4_gate_fck>, <&mcbsp4_mux_fck>;
34 };
35
36 mcbsp5_mux_fck: mcbsp5_mux_fck@78 {
37 #clock-cells = <0>;
38 compatible = "ti,composite-mux-clock";
39 clocks = <&func_96m_ck>, <&mcbsp_clks>;
40 ti,bit-shift = <4>;
41 reg = <0x78>;
42 };
43
44 mcbsp5_fck: mcbsp5_fck {
45 #clock-cells = <0>;
46 compatible = "ti,composite-clock";
47 clocks = <&mcbsp5_gate_fck>, <&mcbsp5_mux_fck>;
48 };
49};
50
51&prcm_clocks {
52 iva2_1_gate_ick: iva2_1_gate_ick@800 {
53 #clock-cells = <0>;
54 compatible = "ti,composite-gate-clock";
55 clocks = <&dsp_fck>;
56 ti,bit-shift = <0>;
57 reg = <0x0800>;
58 };
59
60 iva2_1_div_ick: iva2_1_div_ick@840 {
61 #clock-cells = <0>;
62 compatible = "ti,composite-divider-clock";
63 clocks = <&dsp_fck>;
64 ti,bit-shift = <5>;
65 ti,max-div = <3>;
66 reg = <0x0840>;
67 ti,index-starts-at-one;
68 };
69
70 iva2_1_ick: iva2_1_ick {
71 #clock-cells = <0>;
72 compatible = "ti,composite-clock";
73 clocks = <&iva2_1_gate_ick>, <&iva2_1_div_ick>;
74 };
75
76 mdm_gate_ick: mdm_gate_ick@c10 {
77 #clock-cells = <0>;
78 compatible = "ti,composite-interface-clock";
79 clocks = <&core_ck>;
80 ti,bit-shift = <0>;
81 reg = <0x0c10>;
82 };
83
84 mdm_div_ick: mdm_div_ick@c40 {
85 #clock-cells = <0>;
86 compatible = "ti,composite-divider-clock";
87 clocks = <&core_ck>;
88 reg = <0x0c40>;
89 ti,dividers = <0>, <1>, <0>, <0>, <4>, <0>, <6>, <0>, <0>, <9>;
90 };
91
92 mdm_ick: mdm_ick {
93 #clock-cells = <0>;
94 compatible = "ti,composite-clock";
95 clocks = <&mdm_gate_ick>, <&mdm_div_ick>;
96 };
97
98 mdm_osc_ck: mdm_osc_ck@c00 {
99 #clock-cells = <0>;
100 compatible = "ti,omap3-interface-clock";
101 clocks = <&osc_ck>;
102 ti,bit-shift = <1>;
103 reg = <0x0c00>;
104 };
105
106 mcbsp3_ick: mcbsp3_ick@214 {
107 #clock-cells = <0>;
108 compatible = "ti,omap3-interface-clock";
109 clocks = <&l4_ck>;
110 ti,bit-shift = <3>;
111 reg = <0x0214>;
112 };
113
114 mcbsp3_gate_fck: mcbsp3_gate_fck@204 {
115 #clock-cells = <0>;
116 compatible = "ti,composite-gate-clock";
117 clocks = <&mcbsp_clks>;
118 ti,bit-shift = <3>;
119 reg = <0x0204>;
120 };
121
122 mcbsp4_ick: mcbsp4_ick@214 {
123 #clock-cells = <0>;
124 compatible = "ti,omap3-interface-clock";
125 clocks = <&l4_ck>;
126 ti,bit-shift = <4>;
127 reg = <0x0214>;
128 };
129
130 mcbsp4_gate_fck: mcbsp4_gate_fck@204 {
131 #clock-cells = <0>;
132 compatible = "ti,composite-gate-clock";
133 clocks = <&mcbsp_clks>;
134 ti,bit-shift = <4>;
135 reg = <0x0204>;
136 };
137
138 mcbsp5_ick: mcbsp5_ick@214 {
139 #clock-cells = <0>;
140 compatible = "ti,omap3-interface-clock";
141 clocks = <&l4_ck>;
142 ti,bit-shift = <5>;
143 reg = <0x0214>;
144 };
145
146 mcbsp5_gate_fck: mcbsp5_gate_fck@204 {
147 #clock-cells = <0>;
148 compatible = "ti,composite-gate-clock";
149 clocks = <&mcbsp_clks>;
150 ti,bit-shift = <5>;
151 reg = <0x0204>;
152 };
153
154 mcspi3_ick: mcspi3_ick@214 {
155 #clock-cells = <0>;
156 compatible = "ti,omap3-interface-clock";
157 clocks = <&l4_ck>;
158 ti,bit-shift = <9>;
159 reg = <0x0214>;
160 };
161
162 mcspi3_fck: mcspi3_fck@204 {
163 #clock-cells = <0>;
164 compatible = "ti,wait-gate-clock";
165 clocks = <&func_48m_ck>;
166 ti,bit-shift = <9>;
167 reg = <0x0204>;
168 };
169
170 icr_ick: icr_ick@410 {
171 #clock-cells = <0>;
172 compatible = "ti,omap3-interface-clock";
173 clocks = <&sys_ck>;
174 ti,bit-shift = <6>;
175 reg = <0x0410>;
176 };
177
178 i2chs1_fck: i2chs1_fck@204 {
179 #clock-cells = <0>;
180 compatible = "ti,omap2430-interface-clock";
181 clocks = <&func_96m_ck>;
182 ti,bit-shift = <19>;
183 reg = <0x0204>;
184 };
185
186 i2chs2_fck: i2chs2_fck@204 {
187 #clock-cells = <0>;
188 compatible = "ti,omap2430-interface-clock";
189 clocks = <&func_96m_ck>;
190 ti,bit-shift = <20>;
191 reg = <0x0204>;
192 };
193
194 usbhs_ick: usbhs_ick@214 {
195 #clock-cells = <0>;
196 compatible = "ti,omap3-interface-clock";
197 clocks = <&core_l3_ck>;
198 ti,bit-shift = <6>;
199 reg = <0x0214>;
200 };
201
202 mmchs1_ick: mmchs1_ick@214 {
203 #clock-cells = <0>;
204 compatible = "ti,omap3-interface-clock";
205 clocks = <&l4_ck>;
206 ti,bit-shift = <7>;
207 reg = <0x0214>;
208 };
209
210 mmchs1_fck: mmchs1_fck@204 {
211 #clock-cells = <0>;
212 compatible = "ti,wait-gate-clock";
213 clocks = <&func_96m_ck>;
214 ti,bit-shift = <7>;
215 reg = <0x0204>;
216 };
217
218 mmchs2_ick: mmchs2_ick@214 {
219 #clock-cells = <0>;
220 compatible = "ti,omap3-interface-clock";
221 clocks = <&l4_ck>;
222 ti,bit-shift = <8>;
223 reg = <0x0214>;
224 };
225
226 mmchs2_fck: mmchs2_fck@204 {
227 #clock-cells = <0>;
228 compatible = "ti,wait-gate-clock";
229 clocks = <&func_96m_ck>;
230 ti,bit-shift = <8>;
231 reg = <0x0204>;
232 };
233
234 gpio5_ick: gpio5_ick@214 {
235 #clock-cells = <0>;
236 compatible = "ti,omap3-interface-clock";
237 clocks = <&l4_ck>;
238 ti,bit-shift = <10>;
239 reg = <0x0214>;
240 };
241
242 gpio5_fck: gpio5_fck@204 {
243 #clock-cells = <0>;
244 compatible = "ti,wait-gate-clock";
245 clocks = <&func_32k_ck>;
246 ti,bit-shift = <10>;
247 reg = <0x0204>;
248 };
249
250 mdm_intc_ick: mdm_intc_ick@214 {
251 #clock-cells = <0>;
252 compatible = "ti,omap3-interface-clock";
253 clocks = <&l4_ck>;
254 ti,bit-shift = <11>;
255 reg = <0x0214>;
256 };
257
258 mmchsdb1_fck: mmchsdb1_fck@204 {
259 #clock-cells = <0>;
260 compatible = "ti,wait-gate-clock";
261 clocks = <&func_32k_ck>;
262 ti,bit-shift = <16>;
263 reg = <0x0204>;
264 };
265
266 mmchsdb2_fck: mmchsdb2_fck@204 {
267 #clock-cells = <0>;
268 compatible = "ti,wait-gate-clock";
269 clocks = <&func_32k_ck>;
270 ti,bit-shift = <17>;
271 reg = <0x0204>;
272 };
273};
274
275&prcm_clockdomains {
276 gfx_clkdm: gfx_clkdm {
277 compatible = "ti,clockdomain";
278 clocks = <&gfx_ick>;
279 };
280
281 core_l3_clkdm: core_l3_clkdm {
282 compatible = "ti,clockdomain";
283 clocks = <&cam_fck>, <&usb_fck>, <&usbhs_ick>;
284 };
285
286 wkup_clkdm: wkup_clkdm {
287 compatible = "ti,clockdomain";
288 clocks = <&dpll_ck>, <&emul_ck>, <&gpt1_ick>, <&gpios_ick>,
289 <&gpios_fck>, <&mpu_wdt_ick>, <&mpu_wdt_fck>,
290 <&sync_32k_ick>, <&wdt1_ick>, <&omapctrl_ick>,
291 <&icr_ick>;
292 };
293
294 dss_clkdm: dss_clkdm {
295 compatible = "ti,clockdomain";
296 clocks = <&dss_ick>, <&dss_54m_fck>;
297 };
298
299 core_l4_clkdm: core_l4_clkdm {
300 compatible = "ti,clockdomain";
301 clocks = <&ssi_l4_ick>, <&gpt2_ick>, <&gpt3_ick>, <&gpt4_ick>,
302 <&gpt5_ick>, <&gpt6_ick>, <&gpt7_ick>, <&gpt8_ick>,
303 <&gpt9_ick>, <&gpt10_ick>, <&gpt11_ick>, <&gpt12_ick>,
304 <&mcbsp1_ick>, <&mcbsp2_ick>, <&mcbsp3_ick>,
305 <&mcbsp4_ick>, <&mcbsp5_ick>, <&mcspi1_ick>,
306 <&mcspi1_fck>, <&mcspi2_ick>, <&mcspi2_fck>,
307 <&mcspi3_ick>, <&mcspi3_fck>, <&uart1_ick>,
308 <&uart1_fck>, <&uart2_ick>, <&uart2_fck>, <&uart3_ick>,
309 <&uart3_fck>, <&cam_ick>, <&mailboxes_ick>,
310 <&wdt4_ick>, <&wdt4_fck>, <&mspro_ick>, <&mspro_fck>,
311 <&fac_ick>, <&fac_fck>, <&hdq_ick>, <&hdq_fck>,
312 <&i2c1_ick>, <&i2chs1_fck>, <&i2c2_ick>, <&i2chs2_fck>,
313 <&des_ick>, <&sha_ick>, <&rng_ick>, <&aes_ick>,
314 <&pka_ick>, <&mmchs1_ick>, <&mmchs1_fck>,
315 <&mmchs2_ick>, <&mmchs2_fck>, <&gpio5_ick>,
316 <&gpio5_fck>, <&mdm_intc_ick>, <&mmchsdb1_fck>,
317 <&mmchsdb2_fck>;
318 };
319
320 mdm_clkdm: mdm_clkdm {
321 compatible = "ti,clockdomain";
322 clocks = <&mdm_osc_ck>;
323 };
324};
325
326&func_96m_ck {
327 compatible = "ti,mux-clock";
328 clocks = <&apll96_ck>, <&alt_ck>;
329 ti,bit-shift = <4>;
330 reg = <0x0540>;
331};
332
333&dsp_div_fck {
334 ti,max-div = <4>;
335 ti,index-starts-at-one;
336};
337
338&ssi_ssr_sst_div_fck {
339 ti,max-div = <5>;
340 ti,index-starts-at-one;
341};
1/*
2 * Device Tree Source for OMAP2430 clock data
3 *
4 * Copyright (C) 2014 Texas Instruments, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11&scm_clocks {
12 mcbsp3_mux_fck: mcbsp3_mux_fck@78 {
13 #clock-cells = <0>;
14 compatible = "ti,composite-mux-clock";
15 clocks = <&func_96m_ck>, <&mcbsp_clks>;
16 reg = <0x78>;
17 };
18
19 mcbsp3_fck: mcbsp3_fck {
20 #clock-cells = <0>;
21 compatible = "ti,composite-clock";
22 clocks = <&mcbsp3_gate_fck>, <&mcbsp3_mux_fck>;
23 };
24
25 mcbsp4_mux_fck: mcbsp4_mux_fck@78 {
26 #clock-cells = <0>;
27 compatible = "ti,composite-mux-clock";
28 clocks = <&func_96m_ck>, <&mcbsp_clks>;
29 ti,bit-shift = <2>;
30 reg = <0x78>;
31 };
32
33 mcbsp4_fck: mcbsp4_fck {
34 #clock-cells = <0>;
35 compatible = "ti,composite-clock";
36 clocks = <&mcbsp4_gate_fck>, <&mcbsp4_mux_fck>;
37 };
38
39 mcbsp5_mux_fck: mcbsp5_mux_fck@78 {
40 #clock-cells = <0>;
41 compatible = "ti,composite-mux-clock";
42 clocks = <&func_96m_ck>, <&mcbsp_clks>;
43 ti,bit-shift = <4>;
44 reg = <0x78>;
45 };
46
47 mcbsp5_fck: mcbsp5_fck {
48 #clock-cells = <0>;
49 compatible = "ti,composite-clock";
50 clocks = <&mcbsp5_gate_fck>, <&mcbsp5_mux_fck>;
51 };
52};
53
54&prcm_clocks {
55 iva2_1_gate_ick: iva2_1_gate_ick@800 {
56 #clock-cells = <0>;
57 compatible = "ti,composite-gate-clock";
58 clocks = <&dsp_fck>;
59 ti,bit-shift = <0>;
60 reg = <0x0800>;
61 };
62
63 iva2_1_div_ick: iva2_1_div_ick@840 {
64 #clock-cells = <0>;
65 compatible = "ti,composite-divider-clock";
66 clocks = <&dsp_fck>;
67 ti,bit-shift = <5>;
68 ti,max-div = <3>;
69 reg = <0x0840>;
70 ti,index-starts-at-one;
71 };
72
73 iva2_1_ick: iva2_1_ick {
74 #clock-cells = <0>;
75 compatible = "ti,composite-clock";
76 clocks = <&iva2_1_gate_ick>, <&iva2_1_div_ick>;
77 };
78
79 mdm_gate_ick: mdm_gate_ick@c10 {
80 #clock-cells = <0>;
81 compatible = "ti,composite-interface-clock";
82 clocks = <&core_ck>;
83 ti,bit-shift = <0>;
84 reg = <0x0c10>;
85 };
86
87 mdm_div_ick: mdm_div_ick@c40 {
88 #clock-cells = <0>;
89 compatible = "ti,composite-divider-clock";
90 clocks = <&core_ck>;
91 reg = <0x0c40>;
92 ti,dividers = <0>, <1>, <0>, <0>, <4>, <0>, <6>, <0>, <0>, <9>;
93 };
94
95 mdm_ick: mdm_ick {
96 #clock-cells = <0>;
97 compatible = "ti,composite-clock";
98 clocks = <&mdm_gate_ick>, <&mdm_div_ick>;
99 };
100
101 mdm_osc_ck: mdm_osc_ck@c00 {
102 #clock-cells = <0>;
103 compatible = "ti,omap3-interface-clock";
104 clocks = <&osc_ck>;
105 ti,bit-shift = <1>;
106 reg = <0x0c00>;
107 };
108
109 mcbsp3_ick: mcbsp3_ick@214 {
110 #clock-cells = <0>;
111 compatible = "ti,omap3-interface-clock";
112 clocks = <&l4_ck>;
113 ti,bit-shift = <3>;
114 reg = <0x0214>;
115 };
116
117 mcbsp3_gate_fck: mcbsp3_gate_fck@204 {
118 #clock-cells = <0>;
119 compatible = "ti,composite-gate-clock";
120 clocks = <&mcbsp_clks>;
121 ti,bit-shift = <3>;
122 reg = <0x0204>;
123 };
124
125 mcbsp4_ick: mcbsp4_ick@214 {
126 #clock-cells = <0>;
127 compatible = "ti,omap3-interface-clock";
128 clocks = <&l4_ck>;
129 ti,bit-shift = <4>;
130 reg = <0x0214>;
131 };
132
133 mcbsp4_gate_fck: mcbsp4_gate_fck@204 {
134 #clock-cells = <0>;
135 compatible = "ti,composite-gate-clock";
136 clocks = <&mcbsp_clks>;
137 ti,bit-shift = <4>;
138 reg = <0x0204>;
139 };
140
141 mcbsp5_ick: mcbsp5_ick@214 {
142 #clock-cells = <0>;
143 compatible = "ti,omap3-interface-clock";
144 clocks = <&l4_ck>;
145 ti,bit-shift = <5>;
146 reg = <0x0214>;
147 };
148
149 mcbsp5_gate_fck: mcbsp5_gate_fck@204 {
150 #clock-cells = <0>;
151 compatible = "ti,composite-gate-clock";
152 clocks = <&mcbsp_clks>;
153 ti,bit-shift = <5>;
154 reg = <0x0204>;
155 };
156
157 mcspi3_ick: mcspi3_ick@214 {
158 #clock-cells = <0>;
159 compatible = "ti,omap3-interface-clock";
160 clocks = <&l4_ck>;
161 ti,bit-shift = <9>;
162 reg = <0x0214>;
163 };
164
165 mcspi3_fck: mcspi3_fck@204 {
166 #clock-cells = <0>;
167 compatible = "ti,wait-gate-clock";
168 clocks = <&func_48m_ck>;
169 ti,bit-shift = <9>;
170 reg = <0x0204>;
171 };
172
173 icr_ick: icr_ick@410 {
174 #clock-cells = <0>;
175 compatible = "ti,omap3-interface-clock";
176 clocks = <&sys_ck>;
177 ti,bit-shift = <6>;
178 reg = <0x0410>;
179 };
180
181 i2chs1_fck: i2chs1_fck@204 {
182 #clock-cells = <0>;
183 compatible = "ti,omap2430-interface-clock";
184 clocks = <&func_96m_ck>;
185 ti,bit-shift = <19>;
186 reg = <0x0204>;
187 };
188
189 i2chs2_fck: i2chs2_fck@204 {
190 #clock-cells = <0>;
191 compatible = "ti,omap2430-interface-clock";
192 clocks = <&func_96m_ck>;
193 ti,bit-shift = <20>;
194 reg = <0x0204>;
195 };
196
197 usbhs_ick: usbhs_ick@214 {
198 #clock-cells = <0>;
199 compatible = "ti,omap3-interface-clock";
200 clocks = <&core_l3_ck>;
201 ti,bit-shift = <6>;
202 reg = <0x0214>;
203 };
204
205 mmchs1_ick: mmchs1_ick@214 {
206 #clock-cells = <0>;
207 compatible = "ti,omap3-interface-clock";
208 clocks = <&l4_ck>;
209 ti,bit-shift = <7>;
210 reg = <0x0214>;
211 };
212
213 mmchs1_fck: mmchs1_fck@204 {
214 #clock-cells = <0>;
215 compatible = "ti,wait-gate-clock";
216 clocks = <&func_96m_ck>;
217 ti,bit-shift = <7>;
218 reg = <0x0204>;
219 };
220
221 mmchs2_ick: mmchs2_ick@214 {
222 #clock-cells = <0>;
223 compatible = "ti,omap3-interface-clock";
224 clocks = <&l4_ck>;
225 ti,bit-shift = <8>;
226 reg = <0x0214>;
227 };
228
229 mmchs2_fck: mmchs2_fck@204 {
230 #clock-cells = <0>;
231 compatible = "ti,wait-gate-clock";
232 clocks = <&func_96m_ck>;
233 ti,bit-shift = <8>;
234 reg = <0x0204>;
235 };
236
237 gpio5_ick: gpio5_ick@214 {
238 #clock-cells = <0>;
239 compatible = "ti,omap3-interface-clock";
240 clocks = <&l4_ck>;
241 ti,bit-shift = <10>;
242 reg = <0x0214>;
243 };
244
245 gpio5_fck: gpio5_fck@204 {
246 #clock-cells = <0>;
247 compatible = "ti,wait-gate-clock";
248 clocks = <&func_32k_ck>;
249 ti,bit-shift = <10>;
250 reg = <0x0204>;
251 };
252
253 mdm_intc_ick: mdm_intc_ick@214 {
254 #clock-cells = <0>;
255 compatible = "ti,omap3-interface-clock";
256 clocks = <&l4_ck>;
257 ti,bit-shift = <11>;
258 reg = <0x0214>;
259 };
260
261 mmchsdb1_fck: mmchsdb1_fck@204 {
262 #clock-cells = <0>;
263 compatible = "ti,wait-gate-clock";
264 clocks = <&func_32k_ck>;
265 ti,bit-shift = <16>;
266 reg = <0x0204>;
267 };
268
269 mmchsdb2_fck: mmchsdb2_fck@204 {
270 #clock-cells = <0>;
271 compatible = "ti,wait-gate-clock";
272 clocks = <&func_32k_ck>;
273 ti,bit-shift = <17>;
274 reg = <0x0204>;
275 };
276};
277
278&prcm_clockdomains {
279 gfx_clkdm: gfx_clkdm {
280 compatible = "ti,clockdomain";
281 clocks = <&gfx_ick>;
282 };
283
284 core_l3_clkdm: core_l3_clkdm {
285 compatible = "ti,clockdomain";
286 clocks = <&cam_fck>, <&usb_fck>, <&usbhs_ick>;
287 };
288
289 wkup_clkdm: wkup_clkdm {
290 compatible = "ti,clockdomain";
291 clocks = <&dpll_ck>, <&emul_ck>, <&gpt1_ick>, <&gpios_ick>,
292 <&gpios_fck>, <&mpu_wdt_ick>, <&mpu_wdt_fck>,
293 <&sync_32k_ick>, <&wdt1_ick>, <&omapctrl_ick>,
294 <&icr_ick>;
295 };
296
297 dss_clkdm: dss_clkdm {
298 compatible = "ti,clockdomain";
299 clocks = <&dss_ick>, <&dss_54m_fck>;
300 };
301
302 core_l4_clkdm: core_l4_clkdm {
303 compatible = "ti,clockdomain";
304 clocks = <&ssi_l4_ick>, <&gpt2_ick>, <&gpt3_ick>, <&gpt4_ick>,
305 <&gpt5_ick>, <&gpt6_ick>, <&gpt7_ick>, <&gpt8_ick>,
306 <&gpt9_ick>, <&gpt10_ick>, <&gpt11_ick>, <&gpt12_ick>,
307 <&mcbsp1_ick>, <&mcbsp2_ick>, <&mcbsp3_ick>,
308 <&mcbsp4_ick>, <&mcbsp5_ick>, <&mcspi1_ick>,
309 <&mcspi1_fck>, <&mcspi2_ick>, <&mcspi2_fck>,
310 <&mcspi3_ick>, <&mcspi3_fck>, <&uart1_ick>,
311 <&uart1_fck>, <&uart2_ick>, <&uart2_fck>, <&uart3_ick>,
312 <&uart3_fck>, <&cam_ick>, <&mailboxes_ick>,
313 <&wdt4_ick>, <&wdt4_fck>, <&mspro_ick>, <&mspro_fck>,
314 <&fac_ick>, <&fac_fck>, <&hdq_ick>, <&hdq_fck>,
315 <&i2c1_ick>, <&i2chs1_fck>, <&i2c2_ick>, <&i2chs2_fck>,
316 <&des_ick>, <&sha_ick>, <&rng_ick>, <&aes_ick>,
317 <&pka_ick>, <&mmchs1_ick>, <&mmchs1_fck>,
318 <&mmchs2_ick>, <&mmchs2_fck>, <&gpio5_ick>,
319 <&gpio5_fck>, <&mdm_intc_ick>, <&mmchsdb1_fck>,
320 <&mmchsdb2_fck>;
321 };
322
323 mdm_clkdm: mdm_clkdm {
324 compatible = "ti,clockdomain";
325 clocks = <&mdm_osc_ck>;
326 };
327};
328
329&func_96m_ck {
330 compatible = "ti,mux-clock";
331 clocks = <&apll96_ck>, <&alt_ck>;
332 ti,bit-shift = <4>;
333 reg = <0x0540>;
334};
335
336&dsp_div_fck {
337 ti,max-div = <4>;
338 ti,index-starts-at-one;
339};
340
341&ssi_ssr_sst_div_fck {
342 ti,max-div = <5>;
343 ti,index-starts-at-one;
344};