omap44xx-clocks.dtsi 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651
  1. /*
  2. * Device Tree Source for OMAP4 clock data
  3. *
  4. * Copyright (C) 2013 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. &cm1_clocks {
  11. extalt_clkin_ck: extalt_clkin_ck {
  12. #clock-cells = <0>;
  13. compatible = "fixed-clock";
  14. clock-frequency = <59000000>;
  15. };
  16. pad_clks_src_ck: pad_clks_src_ck {
  17. #clock-cells = <0>;
  18. compatible = "fixed-clock";
  19. clock-frequency = <12000000>;
  20. };
  21. pad_clks_ck: pad_clks_ck {
  22. #clock-cells = <0>;
  23. compatible = "ti,gate-clock";
  24. clocks = <&pad_clks_src_ck>;
  25. ti,bit-shift = <8>;
  26. reg = <0x0108>;
  27. };
  28. pad_slimbus_core_clks_ck: pad_slimbus_core_clks_ck {
  29. #clock-cells = <0>;
  30. compatible = "fixed-clock";
  31. clock-frequency = <12000000>;
  32. };
  33. secure_32k_clk_src_ck: secure_32k_clk_src_ck {
  34. #clock-cells = <0>;
  35. compatible = "fixed-clock";
  36. clock-frequency = <32768>;
  37. };
  38. slimbus_src_clk: slimbus_src_clk {
  39. #clock-cells = <0>;
  40. compatible = "fixed-clock";
  41. clock-frequency = <12000000>;
  42. };
  43. slimbus_clk: slimbus_clk {
  44. #clock-cells = <0>;
  45. compatible = "ti,gate-clock";
  46. clocks = <&slimbus_src_clk>;
  47. ti,bit-shift = <10>;
  48. reg = <0x0108>;
  49. };
  50. sys_32k_ck: sys_32k_ck {
  51. #clock-cells = <0>;
  52. compatible = "fixed-clock";
  53. clock-frequency = <32768>;
  54. };
  55. virt_12000000_ck: virt_12000000_ck {
  56. #clock-cells = <0>;
  57. compatible = "fixed-clock";
  58. clock-frequency = <12000000>;
  59. };
  60. virt_13000000_ck: virt_13000000_ck {
  61. #clock-cells = <0>;
  62. compatible = "fixed-clock";
  63. clock-frequency = <13000000>;
  64. };
  65. virt_16800000_ck: virt_16800000_ck {
  66. #clock-cells = <0>;
  67. compatible = "fixed-clock";
  68. clock-frequency = <16800000>;
  69. };
  70. virt_19200000_ck: virt_19200000_ck {
  71. #clock-cells = <0>;
  72. compatible = "fixed-clock";
  73. clock-frequency = <19200000>;
  74. };
  75. virt_26000000_ck: virt_26000000_ck {
  76. #clock-cells = <0>;
  77. compatible = "fixed-clock";
  78. clock-frequency = <26000000>;
  79. };
  80. virt_27000000_ck: virt_27000000_ck {
  81. #clock-cells = <0>;
  82. compatible = "fixed-clock";
  83. clock-frequency = <27000000>;
  84. };
  85. virt_38400000_ck: virt_38400000_ck {
  86. #clock-cells = <0>;
  87. compatible = "fixed-clock";
  88. clock-frequency = <38400000>;
  89. };
  90. tie_low_clock_ck: tie_low_clock_ck {
  91. #clock-cells = <0>;
  92. compatible = "fixed-clock";
  93. clock-frequency = <0>;
  94. };
  95. utmi_phy_clkout_ck: utmi_phy_clkout_ck {
  96. #clock-cells = <0>;
  97. compatible = "fixed-clock";
  98. clock-frequency = <60000000>;
  99. };
  100. xclk60mhsp1_ck: xclk60mhsp1_ck {
  101. #clock-cells = <0>;
  102. compatible = "fixed-clock";
  103. clock-frequency = <60000000>;
  104. };
  105. xclk60mhsp2_ck: xclk60mhsp2_ck {
  106. #clock-cells = <0>;
  107. compatible = "fixed-clock";
  108. clock-frequency = <60000000>;
  109. };
  110. xclk60motg_ck: xclk60motg_ck {
  111. #clock-cells = <0>;
  112. compatible = "fixed-clock";
  113. clock-frequency = <60000000>;
  114. };
  115. dpll_abe_ck: dpll_abe_ck {
  116. #clock-cells = <0>;
  117. compatible = "ti,omap4-dpll-m4xen-clock";
  118. clocks = <&abe_dpll_refclk_mux_ck>, <&abe_dpll_bypass_clk_mux_ck>;
  119. reg = <0x01e0>, <0x01e4>, <0x01ec>, <0x01e8>;
  120. };
  121. dpll_abe_x2_ck: dpll_abe_x2_ck {
  122. #clock-cells = <0>;
  123. compatible = "ti,omap4-dpll-x2-clock";
  124. clocks = <&dpll_abe_ck>;
  125. reg = <0x01f0>;
  126. };
  127. dpll_abe_m2x2_ck: dpll_abe_m2x2_ck {
  128. #clock-cells = <0>;
  129. compatible = "ti,divider-clock";
  130. clocks = <&dpll_abe_x2_ck>;
  131. ti,max-div = <31>;
  132. ti,autoidle-shift = <8>;
  133. reg = <0x01f0>;
  134. ti,index-starts-at-one;
  135. ti,invert-autoidle-bit;
  136. };
  137. abe_24m_fclk: abe_24m_fclk {
  138. #clock-cells = <0>;
  139. compatible = "fixed-factor-clock";
  140. clocks = <&dpll_abe_m2x2_ck>;
  141. clock-mult = <1>;
  142. clock-div = <8>;
  143. };
  144. abe_clk: abe_clk {
  145. #clock-cells = <0>;
  146. compatible = "ti,divider-clock";
  147. clocks = <&dpll_abe_m2x2_ck>;
  148. ti,max-div = <4>;
  149. reg = <0x0108>;
  150. ti,index-power-of-two;
  151. };
  152. aess_fclk: aess_fclk {
  153. #clock-cells = <0>;
  154. compatible = "ti,divider-clock";
  155. clocks = <&abe_clk>;
  156. ti,bit-shift = <24>;
  157. ti,max-div = <2>;
  158. reg = <0x0528>;
  159. };
  160. dpll_abe_m3x2_ck: dpll_abe_m3x2_ck {
  161. #clock-cells = <0>;
  162. compatible = "ti,divider-clock";
  163. clocks = <&dpll_abe_x2_ck>;
  164. ti,max-div = <31>;
  165. ti,autoidle-shift = <8>;
  166. reg = <0x01f4>;
  167. ti,index-starts-at-one;
  168. ti,invert-autoidle-bit;
  169. };
  170. core_hsd_byp_clk_mux_ck: core_hsd_byp_clk_mux_ck {
  171. #clock-cells = <0>;
  172. compatible = "ti,mux-clock";
  173. clocks = <&sys_clkin_ck>, <&dpll_abe_m3x2_ck>;
  174. ti,bit-shift = <23>;
  175. reg = <0x012c>;
  176. };
  177. dpll_core_ck: dpll_core_ck {
  178. #clock-cells = <0>;
  179. compatible = "ti,omap4-dpll-core-clock";
  180. clocks = <&sys_clkin_ck>, <&core_hsd_byp_clk_mux_ck>;
  181. reg = <0x0120>, <0x0124>, <0x012c>, <0x0128>;
  182. };
  183. dpll_core_x2_ck: dpll_core_x2_ck {
  184. #clock-cells = <0>;
  185. compatible = "ti,omap4-dpll-x2-clock";
  186. clocks = <&dpll_core_ck>;
  187. };
  188. dpll_core_m6x2_ck: dpll_core_m6x2_ck {
  189. #clock-cells = <0>;
  190. compatible = "ti,divider-clock";
  191. clocks = <&dpll_core_x2_ck>;
  192. ti,max-div = <31>;
  193. ti,autoidle-shift = <8>;
  194. reg = <0x0140>;
  195. ti,index-starts-at-one;
  196. ti,invert-autoidle-bit;
  197. };
  198. dpll_core_m2_ck: dpll_core_m2_ck {
  199. #clock-cells = <0>;
  200. compatible = "ti,divider-clock";
  201. clocks = <&dpll_core_ck>;
  202. ti,max-div = <31>;
  203. ti,autoidle-shift = <8>;
  204. reg = <0x0130>;
  205. ti,index-starts-at-one;
  206. ti,invert-autoidle-bit;
  207. };
  208. ddrphy_ck: ddrphy_ck {
  209. #clock-cells = <0>;
  210. compatible = "fixed-factor-clock";
  211. clocks = <&dpll_core_m2_ck>;
  212. clock-mult = <1>;
  213. clock-div = <2>;
  214. };
  215. dpll_core_m5x2_ck: dpll_core_m5x2_ck {
  216. #clock-cells = <0>;
  217. compatible = "ti,divider-clock";
  218. clocks = <&dpll_core_x2_ck>;
  219. ti,max-div = <31>;
  220. ti,autoidle-shift = <8>;
  221. reg = <0x013c>;
  222. ti,index-starts-at-one;
  223. ti,invert-autoidle-bit;
  224. };
  225. div_core_ck: div_core_ck {
  226. #clock-cells = <0>;
  227. compatible = "ti,divider-clock";
  228. clocks = <&dpll_core_m5x2_ck>;
  229. reg = <0x0100>;
  230. ti,max-div = <2>;
  231. };
  232. div_iva_hs_clk: div_iva_hs_clk {
  233. #clock-cells = <0>;
  234. compatible = "ti,divider-clock";
  235. clocks = <&dpll_core_m5x2_ck>;
  236. ti,max-div = <4>;
  237. reg = <0x01dc>;
  238. ti,index-power-of-two;
  239. };
  240. div_mpu_hs_clk: div_mpu_hs_clk {
  241. #clock-cells = <0>;
  242. compatible = "ti,divider-clock";
  243. clocks = <&dpll_core_m5x2_ck>;
  244. ti,max-div = <4>;
  245. reg = <0x019c>;
  246. ti,index-power-of-two;
  247. };
  248. dpll_core_m4x2_ck: dpll_core_m4x2_ck {
  249. #clock-cells = <0>;
  250. compatible = "ti,divider-clock";
  251. clocks = <&dpll_core_x2_ck>;
  252. ti,max-div = <31>;
  253. ti,autoidle-shift = <8>;
  254. reg = <0x0138>;
  255. ti,index-starts-at-one;
  256. ti,invert-autoidle-bit;
  257. };
  258. dll_clk_div_ck: dll_clk_div_ck {
  259. #clock-cells = <0>;
  260. compatible = "fixed-factor-clock";
  261. clocks = <&dpll_core_m4x2_ck>;
  262. clock-mult = <1>;
  263. clock-div = <2>;
  264. };
  265. dpll_abe_m2_ck: dpll_abe_m2_ck {
  266. #clock-cells = <0>;
  267. compatible = "ti,divider-clock";
  268. clocks = <&dpll_abe_ck>;
  269. ti,max-div = <31>;
  270. reg = <0x01f0>;
  271. ti,index-starts-at-one;
  272. };
  273. dpll_core_m3x2_gate_ck: dpll_core_m3x2_gate_ck {
  274. #clock-cells = <0>;
  275. compatible = "ti,composite-no-wait-gate-clock";
  276. clocks = <&dpll_core_x2_ck>;
  277. ti,bit-shift = <8>;
  278. reg = <0x0134>;
  279. };
  280. dpll_core_m3x2_div_ck: dpll_core_m3x2_div_ck {
  281. #clock-cells = <0>;
  282. compatible = "ti,composite-divider-clock";
  283. clocks = <&dpll_core_x2_ck>;
  284. ti,max-div = <31>;
  285. reg = <0x0134>;
  286. ti,index-starts-at-one;
  287. };
  288. dpll_core_m3x2_ck: dpll_core_m3x2_ck {
  289. #clock-cells = <0>;
  290. compatible = "ti,composite-clock";
  291. clocks = <&dpll_core_m3x2_gate_ck>, <&dpll_core_m3x2_div_ck>;
  292. };
  293. dpll_core_m7x2_ck: dpll_core_m7x2_ck {
  294. #clock-cells = <0>;
  295. compatible = "ti,divider-clock";
  296. clocks = <&dpll_core_x2_ck>;
  297. ti,max-div = <31>;
  298. ti,autoidle-shift = <8>;
  299. reg = <0x0144>;
  300. ti,index-starts-at-one;
  301. ti,invert-autoidle-bit;
  302. };
  303. iva_hsd_byp_clk_mux_ck: iva_hsd_byp_clk_mux_ck {
  304. #clock-cells = <0>;
  305. compatible = "ti,mux-clock";
  306. clocks = <&sys_clkin_ck>, <&div_iva_hs_clk>;
  307. ti,bit-shift = <23>;
  308. reg = <0x01ac>;
  309. };
  310. dpll_iva_ck: dpll_iva_ck {
  311. #clock-cells = <0>;
  312. compatible = "ti,omap4-dpll-clock";
  313. clocks = <&sys_clkin_ck>, <&iva_hsd_byp_clk_mux_ck>;
  314. reg = <0x01a0>, <0x01a4>, <0x01ac>, <0x01a8>;
  315. };
  316. dpll_iva_x2_ck: dpll_iva_x2_ck {
  317. #clock-cells = <0>;
  318. compatible = "ti,omap4-dpll-x2-clock";
  319. clocks = <&dpll_iva_ck>;
  320. };
  321. dpll_iva_m4x2_ck: dpll_iva_m4x2_ck {
  322. #clock-cells = <0>;
  323. compatible = "ti,divider-clock";
  324. clocks = <&dpll_iva_x2_ck>;
  325. ti,max-div = <31>;
  326. ti,autoidle-shift = <8>;
  327. reg = <0x01b8>;
  328. ti,index-starts-at-one;
  329. ti,invert-autoidle-bit;
  330. };
  331. dpll_iva_m5x2_ck: dpll_iva_m5x2_ck {
  332. #clock-cells = <0>;
  333. compatible = "ti,divider-clock";
  334. clocks = <&dpll_iva_x2_ck>;
  335. ti,max-div = <31>;
  336. ti,autoidle-shift = <8>;
  337. reg = <0x01bc>;
  338. ti,index-starts-at-one;
  339. ti,invert-autoidle-bit;
  340. };
  341. dpll_mpu_ck: dpll_mpu_ck {
  342. #clock-cells = <0>;
  343. compatible = "ti,omap4-dpll-clock";
  344. clocks = <&sys_clkin_ck>, <&div_mpu_hs_clk>;
  345. reg = <0x0160>, <0x0164>, <0x016c>, <0x0168>;
  346. };
  347. dpll_mpu_m2_ck: dpll_mpu_m2_ck {
  348. #clock-cells = <0>;
  349. compatible = "ti,divider-clock";
  350. clocks = <&dpll_mpu_ck>;
  351. ti,max-div = <31>;
  352. ti,autoidle-shift = <8>;
  353. reg = <0x0170>;
  354. ti,index-starts-at-one;
  355. ti,invert-autoidle-bit;
  356. };
  357. per_hs_clk_div_ck: per_hs_clk_div_ck {
  358. #clock-cells = <0>;
  359. compatible = "fixed-factor-clock";
  360. clocks = <&dpll_abe_m3x2_ck>;
  361. clock-mult = <1>;
  362. clock-div = <2>;
  363. };
  364. usb_hs_clk_div_ck: usb_hs_clk_div_ck {
  365. #clock-cells = <0>;
  366. compatible = "fixed-factor-clock";
  367. clocks = <&dpll_abe_m3x2_ck>;
  368. clock-mult = <1>;
  369. clock-div = <3>;
  370. };
  371. l3_div_ck: l3_div_ck {
  372. #clock-cells = <0>;
  373. compatible = "ti,divider-clock";
  374. clocks = <&div_core_ck>;
  375. ti,bit-shift = <4>;
  376. ti,max-div = <2>;
  377. reg = <0x0100>;
  378. };
  379. l4_div_ck: l4_div_ck {
  380. #clock-cells = <0>;
  381. compatible = "ti,divider-clock";
  382. clocks = <&l3_div_ck>;
  383. ti,bit-shift = <8>;
  384. ti,max-div = <2>;
  385. reg = <0x0100>;
  386. };
  387. lp_clk_div_ck: lp_clk_div_ck {
  388. #clock-cells = <0>;
  389. compatible = "fixed-factor-clock";
  390. clocks = <&dpll_abe_m2x2_ck>;
  391. clock-mult = <1>;
  392. clock-div = <16>;
  393. };
  394. mpu_periphclk: mpu_periphclk {
  395. #clock-cells = <0>;
  396. compatible = "fixed-factor-clock";
  397. clocks = <&dpll_mpu_ck>;
  398. clock-mult = <1>;
  399. clock-div = <2>;
  400. };
  401. ocp_abe_iclk: ocp_abe_iclk {
  402. #clock-cells = <0>;
  403. compatible = "ti,divider-clock";
  404. clocks = <&aess_fclk>;
  405. ti,bit-shift = <24>;
  406. reg = <0x0528>;
  407. ti,dividers = <2>, <1>;
  408. };
  409. per_abe_24m_fclk: per_abe_24m_fclk {
  410. #clock-cells = <0>;
  411. compatible = "fixed-factor-clock";
  412. clocks = <&dpll_abe_m2_ck>;
  413. clock-mult = <1>;
  414. clock-div = <4>;
  415. };
  416. dmic_sync_mux_ck: dmic_sync_mux_ck {
  417. #clock-cells = <0>;
  418. compatible = "ti,mux-clock";
  419. clocks = <&abe_24m_fclk>, <&syc_clk_div_ck>, <&func_24m_clk>;
  420. ti,bit-shift = <25>;
  421. reg = <0x0538>;
  422. };
  423. func_dmic_abe_gfclk: func_dmic_abe_gfclk {
  424. #clock-cells = <0>;
  425. compatible = "ti,mux-clock";
  426. clocks = <&dmic_sync_mux_ck>, <&pad_clks_ck>, <&slimbus_clk>;
  427. ti,bit-shift = <24>;
  428. reg = <0x0538>;
  429. };
  430. mcasp_sync_mux_ck: mcasp_sync_mux_ck {
  431. #clock-cells = <0>;
  432. compatible = "ti,mux-clock";
  433. clocks = <&abe_24m_fclk>, <&syc_clk_div_ck>, <&func_24m_clk>;
  434. ti,bit-shift = <25>;
  435. reg = <0x0540>;
  436. };
  437. func_mcasp_abe_gfclk: func_mcasp_abe_gfclk {
  438. #clock-cells = <0>;
  439. compatible = "ti,mux-clock";
  440. clocks = <&mcasp_sync_mux_ck>, <&pad_clks_ck>, <&slimbus_clk>;
  441. ti,bit-shift = <24>;
  442. reg = <0x0540>;
  443. };
  444. mcbsp1_sync_mux_ck: mcbsp1_sync_mux_ck {
  445. #clock-cells = <0>;
  446. compatible = "ti,mux-clock";
  447. clocks = <&abe_24m_fclk>, <&syc_clk_div_ck>, <&func_24m_clk>;
  448. ti,bit-shift = <25>;
  449. reg = <0x0548>;
  450. };
  451. func_mcbsp1_gfclk: func_mcbsp1_gfclk {
  452. #clock-cells = <0>;
  453. compatible = "ti,mux-clock";
  454. clocks = <&mcbsp1_sync_mux_ck>, <&pad_clks_ck>, <&slimbus_clk>;
  455. ti,bit-shift = <24>;
  456. reg = <0x0548>;
  457. };
  458. mcbsp2_sync_mux_ck: mcbsp2_sync_mux_ck {
  459. #clock-cells = <0>;
  460. compatible = "ti,mux-clock";
  461. clocks = <&abe_24m_fclk>, <&syc_clk_div_ck>, <&func_24m_clk>;
  462. ti,bit-shift = <25>;
  463. reg = <0x0550>;
  464. };
  465. func_mcbsp2_gfclk: func_mcbsp2_gfclk {
  466. #clock-cells = <0>;
  467. compatible = "ti,mux-clock";
  468. clocks = <&mcbsp2_sync_mux_ck>, <&pad_clks_ck>, <&slimbus_clk>;
  469. ti,bit-shift = <24>;
  470. reg = <0x0550>;
  471. };
  472. mcbsp3_sync_mux_ck: mcbsp3_sync_mux_ck {
  473. #clock-cells = <0>;
  474. compatible = "ti,mux-clock";
  475. clocks = <&abe_24m_fclk>, <&syc_clk_div_ck>, <&func_24m_clk>;
  476. ti,bit-shift = <25>;
  477. reg = <0x0558>;
  478. };
  479. func_mcbsp3_gfclk: func_mcbsp3_gfclk {
  480. #clock-cells = <0>;
  481. compatible = "ti,mux-clock";
  482. clocks = <&mcbsp3_sync_mux_ck>, <&pad_clks_ck>, <&slimbus_clk>;
  483. ti,bit-shift = <24>;
  484. reg = <0x0558>;
  485. };
  486. slimbus1_fclk_1: slimbus1_fclk_1 {
  487. #clock-cells = <0>;
  488. compatible = "ti,gate-clock";
  489. clocks = <&func_24m_clk>;
  490. ti,bit-shift = <9>;
  491. reg = <0x0560>;
  492. };
  493. slimbus1_fclk_0: slimbus1_fclk_0 {
  494. #clock-cells = <0>;
  495. compatible = "ti,gate-clock";
  496. clocks = <&abe_24m_fclk>;
  497. ti,bit-shift = <8>;
  498. reg = <0x0560>;
  499. };
  500. slimbus1_fclk_2: slimbus1_fclk_2 {
  501. #clock-cells = <0>;
  502. compatible = "ti,gate-clock";
  503. clocks = <&pad_clks_ck>;
  504. ti,bit-shift = <10>;
  505. reg = <0x0560>;
  506. };
  507. slimbus1_slimbus_clk: slimbus1_slimbus_clk {
  508. #clock-cells = <0>;
  509. compatible = "ti,gate-clock";
  510. clocks = <&slimbus_clk>;
  511. ti,bit-shift = <11>;
  512. reg = <0x0560>;
  513. };
  514. timer5_sync_mux: timer5_sync_mux {
  515. #clock-cells = <0>;
  516. compatible = "ti,mux-clock";
  517. clocks = <&syc_clk_div_ck>, <&sys_32k_ck>;
  518. ti,bit-shift = <24>;
  519. reg = <0x0568>;
  520. };
  521. timer6_sync_mux: timer6_sync_mux {
  522. #clock-cells = <0>;
  523. compatible = "ti,mux-clock";
  524. clocks = <&syc_clk_div_ck>, <&sys_32k_ck>;
  525. ti,bit-shift = <24>;
  526. reg = <0x0570>;
  527. };
  528. timer7_sync_mux: timer7_sync_mux {
  529. #clock-cells = <0>;
  530. compatible = "ti,mux-clock";
  531. clocks = <&syc_clk_div_ck>, <&sys_32k_ck>;
  532. ti,bit-shift = <24>;
  533. reg = <0x0578>;
  534. };
  535. timer8_sync_mux: timer8_sync_mux {
  536. #clock-cells = <0>;
  537. compatible = "ti,mux-clock";
  538. clocks = <&syc_clk_div_ck>, <&sys_32k_ck>;
  539. ti,bit-shift = <24>;
  540. reg = <0x0580>;
  541. };
  542. dummy_ck: dummy_ck {
  543. #clock-cells = <0>;
  544. compatible = "fixed-clock";
  545. clock-frequency = <0>;
  546. };
  547. };
  548. &prm_clocks {
  549. sys_clkin_ck: sys_clkin_ck {
  550. #clock-cells = <0>;
  551. compatible = "ti,mux-clock";
  552. clocks = <&virt_12000000_ck>, <&virt_13000000_ck>, <&virt_16800000_ck>, <&virt_19200000_ck>, <&virt_26000000_ck>, <&virt_27000000_ck>, <&virt_38400000_ck>;
  553. reg = <0x0110>;
  554. ti,index-starts-at-one;
  555. };
  556. abe_dpll_bypass_clk_mux_ck: abe_dpll_bypass_clk_mux_ck {
  557. #clock-cells = <0>;
  558. compatible = "ti,mux-clock";
  559. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  560. ti,bit-shift = <24>;
  561. reg = <0x0108>;
  562. };
  563. abe_dpll_refclk_mux_ck: abe_dpll_refclk_mux_ck {
  564. #clock-cells = <0>;
  565. compatible = "ti,mux-clock";
  566. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  567. reg = <0x010c>;
  568. };
  569. dbgclk_mux_ck: dbgclk_mux_ck {
  570. #clock-cells = <0>;
  571. compatible = "fixed-factor-clock";
  572. clocks = <&sys_clkin_ck>;
  573. clock-mult = <1>;
  574. clock-div = <1>;
  575. };
  576. l4_wkup_clk_mux_ck: l4_wkup_clk_mux_ck {
  577. #clock-cells = <0>;
  578. compatible = "ti,mux-clock";
  579. clocks = <&sys_clkin_ck>, <&lp_clk_div_ck>;
  580. reg = <0x0108>;
  581. };
  582. syc_clk_div_ck: syc_clk_div_ck {
  583. #clock-cells = <0>;
  584. compatible = "ti,divider-clock";
  585. clocks = <&sys_clkin_ck>;
  586. reg = <0x0100>;
  587. ti,max-div = <2>;
  588. };
  589. gpio1_dbclk: gpio1_dbclk {
  590. #clock-cells = <0>;
  591. compatible = "ti,gate-clock";
  592. clocks = <&sys_32k_ck>;
  593. ti,bit-shift = <8>;
  594. reg = <0x1838>;
  595. };
  596. dmt1_clk_mux: dmt1_clk_mux {
  597. #clock-cells = <0>;
  598. compatible = "ti,mux-clock";
  599. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  600. ti,bit-shift = <24>;
  601. reg = <0x1840>;
  602. };
  603. usim_ck: usim_ck {
  604. #clock-cells = <0>;
  605. compatible = "ti,divider-clock";
  606. clocks = <&dpll_per_m4x2_ck>;
  607. ti,bit-shift = <24>;
  608. reg = <0x1858>;
  609. ti,dividers = <14>, <18>;
  610. };
  611. usim_fclk: usim_fclk {
  612. #clock-cells = <0>;
  613. compatible = "ti,gate-clock";
  614. clocks = <&usim_ck>;
  615. ti,bit-shift = <8>;
  616. reg = <0x1858>;
  617. };
  618. pmd_stm_clock_mux_ck: pmd_stm_clock_mux_ck {
  619. #clock-cells = <0>;
  620. compatible = "ti,mux-clock";
  621. clocks = <&sys_clkin_ck>, <&dpll_core_m6x2_ck>, <&tie_low_clock_ck>;
  622. ti,bit-shift = <20>;
  623. reg = <0x1a20>;
  624. };
  625. pmd_trace_clk_mux_ck: pmd_trace_clk_mux_ck {
  626. #clock-cells = <0>;
  627. compatible = "ti,mux-clock";
  628. clocks = <&sys_clkin_ck>, <&dpll_core_m6x2_ck>, <&tie_low_clock_ck>;
  629. ti,bit-shift = <22>;
  630. reg = <0x1a20>;
  631. };
  632. stm_clk_div_ck: stm_clk_div_ck {
  633. #clock-cells = <0>;
  634. compatible = "ti,divider-clock";
  635. clocks = <&pmd_stm_clock_mux_ck>;
  636. ti,bit-shift = <27>;
  637. ti,max-div = <64>;
  638. reg = <0x1a20>;
  639. ti,index-power-of-two;
  640. };
  641. trace_clk_div_div_ck: trace_clk_div_div_ck {
  642. #clock-cells = <0>;
  643. compatible = "ti,divider-clock";
  644. clocks = <&pmd_trace_clk_mux_ck>;
  645. ti,bit-shift = <24>;
  646. reg = <0x1a20>;
  647. ti,dividers = <0>, <1>, <2>, <0>, <4>;
  648. };
  649. trace_clk_div_ck: trace_clk_div_ck {
  650. #clock-cells = <0>;
  651. compatible = "ti,clkdm-gate-clock";
  652. clocks = <&trace_clk_div_div_ck>;
  653. };
  654. };
  655. &prm_clockdomains {
  656. emu_sys_clkdm: emu_sys_clkdm {
  657. compatible = "ti,clockdomain";
  658. clocks = <&trace_clk_div_ck>;
  659. };
  660. };
  661. &cm2_clocks {
  662. per_hsd_byp_clk_mux_ck: per_hsd_byp_clk_mux_ck {
  663. #clock-cells = <0>;
  664. compatible = "ti,mux-clock";
  665. clocks = <&sys_clkin_ck>, <&per_hs_clk_div_ck>;
  666. ti,bit-shift = <23>;
  667. reg = <0x014c>;
  668. };
  669. dpll_per_ck: dpll_per_ck {
  670. #clock-cells = <0>;
  671. compatible = "ti,omap4-dpll-clock";
  672. clocks = <&sys_clkin_ck>, <&per_hsd_byp_clk_mux_ck>;
  673. reg = <0x0140>, <0x0144>, <0x014c>, <0x0148>;
  674. };
  675. dpll_per_m2_ck: dpll_per_m2_ck {
  676. #clock-cells = <0>;
  677. compatible = "ti,divider-clock";
  678. clocks = <&dpll_per_ck>;
  679. ti,max-div = <31>;
  680. reg = <0x0150>;
  681. ti,index-starts-at-one;
  682. };
  683. dpll_per_x2_ck: dpll_per_x2_ck {
  684. #clock-cells = <0>;
  685. compatible = "ti,omap4-dpll-x2-clock";
  686. clocks = <&dpll_per_ck>;
  687. reg = <0x0150>;
  688. };
  689. dpll_per_m2x2_ck: dpll_per_m2x2_ck {
  690. #clock-cells = <0>;
  691. compatible = "ti,divider-clock";
  692. clocks = <&dpll_per_x2_ck>;
  693. ti,max-div = <31>;
  694. ti,autoidle-shift = <8>;
  695. reg = <0x0150>;
  696. ti,index-starts-at-one;
  697. ti,invert-autoidle-bit;
  698. };
  699. dpll_per_m3x2_gate_ck: dpll_per_m3x2_gate_ck {
  700. #clock-cells = <0>;
  701. compatible = "ti,composite-no-wait-gate-clock";
  702. clocks = <&dpll_per_x2_ck>;
  703. ti,bit-shift = <8>;
  704. reg = <0x0154>;
  705. };
  706. dpll_per_m3x2_div_ck: dpll_per_m3x2_div_ck {
  707. #clock-cells = <0>;
  708. compatible = "ti,composite-divider-clock";
  709. clocks = <&dpll_per_x2_ck>;
  710. ti,max-div = <31>;
  711. reg = <0x0154>;
  712. ti,index-starts-at-one;
  713. };
  714. dpll_per_m3x2_ck: dpll_per_m3x2_ck {
  715. #clock-cells = <0>;
  716. compatible = "ti,composite-clock";
  717. clocks = <&dpll_per_m3x2_gate_ck>, <&dpll_per_m3x2_div_ck>;
  718. };
  719. dpll_per_m4x2_ck: dpll_per_m4x2_ck {
  720. #clock-cells = <0>;
  721. compatible = "ti,divider-clock";
  722. clocks = <&dpll_per_x2_ck>;
  723. ti,max-div = <31>;
  724. ti,autoidle-shift = <8>;
  725. reg = <0x0158>;
  726. ti,index-starts-at-one;
  727. ti,invert-autoidle-bit;
  728. };
  729. dpll_per_m5x2_ck: dpll_per_m5x2_ck {
  730. #clock-cells = <0>;
  731. compatible = "ti,divider-clock";
  732. clocks = <&dpll_per_x2_ck>;
  733. ti,max-div = <31>;
  734. ti,autoidle-shift = <8>;
  735. reg = <0x015c>;
  736. ti,index-starts-at-one;
  737. ti,invert-autoidle-bit;
  738. };
  739. dpll_per_m6x2_ck: dpll_per_m6x2_ck {
  740. #clock-cells = <0>;
  741. compatible = "ti,divider-clock";
  742. clocks = <&dpll_per_x2_ck>;
  743. ti,max-div = <31>;
  744. ti,autoidle-shift = <8>;
  745. reg = <0x0160>;
  746. ti,index-starts-at-one;
  747. ti,invert-autoidle-bit;
  748. };
  749. dpll_per_m7x2_ck: dpll_per_m7x2_ck {
  750. #clock-cells = <0>;
  751. compatible = "ti,divider-clock";
  752. clocks = <&dpll_per_x2_ck>;
  753. ti,max-div = <31>;
  754. ti,autoidle-shift = <8>;
  755. reg = <0x0164>;
  756. ti,index-starts-at-one;
  757. ti,invert-autoidle-bit;
  758. };
  759. dpll_usb_ck: dpll_usb_ck {
  760. #clock-cells = <0>;
  761. compatible = "ti,omap4-dpll-j-type-clock";
  762. clocks = <&sys_clkin_ck>, <&usb_hs_clk_div_ck>;
  763. reg = <0x0180>, <0x0184>, <0x018c>, <0x0188>;
  764. };
  765. dpll_usb_clkdcoldo_ck: dpll_usb_clkdcoldo_ck {
  766. #clock-cells = <0>;
  767. compatible = "ti,fixed-factor-clock";
  768. clocks = <&dpll_usb_ck>;
  769. ti,clock-div = <1>;
  770. ti,autoidle-shift = <8>;
  771. reg = <0x01b4>;
  772. ti,clock-mult = <1>;
  773. ti,invert-autoidle-bit;
  774. };
  775. dpll_usb_m2_ck: dpll_usb_m2_ck {
  776. #clock-cells = <0>;
  777. compatible = "ti,divider-clock";
  778. clocks = <&dpll_usb_ck>;
  779. ti,max-div = <127>;
  780. ti,autoidle-shift = <8>;
  781. reg = <0x0190>;
  782. ti,index-starts-at-one;
  783. ti,invert-autoidle-bit;
  784. };
  785. ducati_clk_mux_ck: ducati_clk_mux_ck {
  786. #clock-cells = <0>;
  787. compatible = "ti,mux-clock";
  788. clocks = <&div_core_ck>, <&dpll_per_m6x2_ck>;
  789. reg = <0x0100>;
  790. };
  791. func_12m_fclk: func_12m_fclk {
  792. #clock-cells = <0>;
  793. compatible = "fixed-factor-clock";
  794. clocks = <&dpll_per_m2x2_ck>;
  795. clock-mult = <1>;
  796. clock-div = <16>;
  797. };
  798. func_24m_clk: func_24m_clk {
  799. #clock-cells = <0>;
  800. compatible = "fixed-factor-clock";
  801. clocks = <&dpll_per_m2_ck>;
  802. clock-mult = <1>;
  803. clock-div = <4>;
  804. };
  805. func_24mc_fclk: func_24mc_fclk {
  806. #clock-cells = <0>;
  807. compatible = "fixed-factor-clock";
  808. clocks = <&dpll_per_m2x2_ck>;
  809. clock-mult = <1>;
  810. clock-div = <8>;
  811. };
  812. func_48m_fclk: func_48m_fclk {
  813. #clock-cells = <0>;
  814. compatible = "ti,divider-clock";
  815. clocks = <&dpll_per_m2x2_ck>;
  816. reg = <0x0108>;
  817. ti,dividers = <4>, <8>;
  818. };
  819. func_48mc_fclk: func_48mc_fclk {
  820. #clock-cells = <0>;
  821. compatible = "fixed-factor-clock";
  822. clocks = <&dpll_per_m2x2_ck>;
  823. clock-mult = <1>;
  824. clock-div = <4>;
  825. };
  826. func_64m_fclk: func_64m_fclk {
  827. #clock-cells = <0>;
  828. compatible = "ti,divider-clock";
  829. clocks = <&dpll_per_m4x2_ck>;
  830. reg = <0x0108>;
  831. ti,dividers = <2>, <4>;
  832. };
  833. func_96m_fclk: func_96m_fclk {
  834. #clock-cells = <0>;
  835. compatible = "ti,divider-clock";
  836. clocks = <&dpll_per_m2x2_ck>;
  837. reg = <0x0108>;
  838. ti,dividers = <2>, <4>;
  839. };
  840. init_60m_fclk: init_60m_fclk {
  841. #clock-cells = <0>;
  842. compatible = "ti,divider-clock";
  843. clocks = <&dpll_usb_m2_ck>;
  844. reg = <0x0104>;
  845. ti,dividers = <1>, <8>;
  846. };
  847. per_abe_nc_fclk: per_abe_nc_fclk {
  848. #clock-cells = <0>;
  849. compatible = "ti,divider-clock";
  850. clocks = <&dpll_abe_m2_ck>;
  851. reg = <0x0108>;
  852. ti,max-div = <2>;
  853. };
  854. aes1_fck: aes1_fck {
  855. #clock-cells = <0>;
  856. compatible = "ti,gate-clock";
  857. clocks = <&l3_div_ck>;
  858. ti,bit-shift = <1>;
  859. reg = <0x15a0>;
  860. };
  861. aes2_fck: aes2_fck {
  862. #clock-cells = <0>;
  863. compatible = "ti,gate-clock";
  864. clocks = <&l3_div_ck>;
  865. ti,bit-shift = <1>;
  866. reg = <0x15a8>;
  867. };
  868. dss_sys_clk: dss_sys_clk {
  869. #clock-cells = <0>;
  870. compatible = "ti,gate-clock";
  871. clocks = <&syc_clk_div_ck>;
  872. ti,bit-shift = <10>;
  873. reg = <0x1120>;
  874. };
  875. dss_tv_clk: dss_tv_clk {
  876. #clock-cells = <0>;
  877. compatible = "ti,gate-clock";
  878. clocks = <&extalt_clkin_ck>;
  879. ti,bit-shift = <11>;
  880. reg = <0x1120>;
  881. };
  882. dss_dss_clk: dss_dss_clk {
  883. #clock-cells = <0>;
  884. compatible = "ti,gate-clock";
  885. clocks = <&dpll_per_m5x2_ck>;
  886. ti,bit-shift = <8>;
  887. reg = <0x1120>;
  888. ti,set-rate-parent;
  889. };
  890. dss_48mhz_clk: dss_48mhz_clk {
  891. #clock-cells = <0>;
  892. compatible = "ti,gate-clock";
  893. clocks = <&func_48mc_fclk>;
  894. ti,bit-shift = <9>;
  895. reg = <0x1120>;
  896. };
  897. dss_fck: dss_fck {
  898. #clock-cells = <0>;
  899. compatible = "ti,gate-clock";
  900. clocks = <&l3_div_ck>;
  901. ti,bit-shift = <1>;
  902. reg = <0x1120>;
  903. };
  904. fdif_fck: fdif_fck {
  905. #clock-cells = <0>;
  906. compatible = "ti,divider-clock";
  907. clocks = <&dpll_per_m4x2_ck>;
  908. ti,bit-shift = <24>;
  909. ti,max-div = <4>;
  910. reg = <0x1028>;
  911. ti,index-power-of-two;
  912. };
  913. gpio2_dbclk: gpio2_dbclk {
  914. #clock-cells = <0>;
  915. compatible = "ti,gate-clock";
  916. clocks = <&sys_32k_ck>;
  917. ti,bit-shift = <8>;
  918. reg = <0x1460>;
  919. };
  920. gpio3_dbclk: gpio3_dbclk {
  921. #clock-cells = <0>;
  922. compatible = "ti,gate-clock";
  923. clocks = <&sys_32k_ck>;
  924. ti,bit-shift = <8>;
  925. reg = <0x1468>;
  926. };
  927. gpio4_dbclk: gpio4_dbclk {
  928. #clock-cells = <0>;
  929. compatible = "ti,gate-clock";
  930. clocks = <&sys_32k_ck>;
  931. ti,bit-shift = <8>;
  932. reg = <0x1470>;
  933. };
  934. gpio5_dbclk: gpio5_dbclk {
  935. #clock-cells = <0>;
  936. compatible = "ti,gate-clock";
  937. clocks = <&sys_32k_ck>;
  938. ti,bit-shift = <8>;
  939. reg = <0x1478>;
  940. };
  941. gpio6_dbclk: gpio6_dbclk {
  942. #clock-cells = <0>;
  943. compatible = "ti,gate-clock";
  944. clocks = <&sys_32k_ck>;
  945. ti,bit-shift = <8>;
  946. reg = <0x1480>;
  947. };
  948. sgx_clk_mux: sgx_clk_mux {
  949. #clock-cells = <0>;
  950. compatible = "ti,mux-clock";
  951. clocks = <&dpll_core_m7x2_ck>, <&dpll_per_m7x2_ck>;
  952. ti,bit-shift = <24>;
  953. reg = <0x1220>;
  954. };
  955. hsi_fck: hsi_fck {
  956. #clock-cells = <0>;
  957. compatible = "ti,divider-clock";
  958. clocks = <&dpll_per_m2x2_ck>;
  959. ti,bit-shift = <24>;
  960. ti,max-div = <4>;
  961. reg = <0x1338>;
  962. ti,index-power-of-two;
  963. };
  964. iss_ctrlclk: iss_ctrlclk {
  965. #clock-cells = <0>;
  966. compatible = "ti,gate-clock";
  967. clocks = <&func_96m_fclk>;
  968. ti,bit-shift = <8>;
  969. reg = <0x1020>;
  970. };
  971. mcbsp4_sync_mux_ck: mcbsp4_sync_mux_ck {
  972. #clock-cells = <0>;
  973. compatible = "ti,mux-clock";
  974. clocks = <&func_96m_fclk>, <&per_abe_nc_fclk>;
  975. ti,bit-shift = <25>;
  976. reg = <0x14e0>;
  977. };
  978. per_mcbsp4_gfclk: per_mcbsp4_gfclk {
  979. #clock-cells = <0>;
  980. compatible = "ti,mux-clock";
  981. clocks = <&mcbsp4_sync_mux_ck>, <&pad_clks_ck>;
  982. ti,bit-shift = <24>;
  983. reg = <0x14e0>;
  984. };
  985. hsmmc1_fclk: hsmmc1_fclk {
  986. #clock-cells = <0>;
  987. compatible = "ti,mux-clock";
  988. clocks = <&func_64m_fclk>, <&func_96m_fclk>;
  989. ti,bit-shift = <24>;
  990. reg = <0x1328>;
  991. };
  992. hsmmc2_fclk: hsmmc2_fclk {
  993. #clock-cells = <0>;
  994. compatible = "ti,mux-clock";
  995. clocks = <&func_64m_fclk>, <&func_96m_fclk>;
  996. ti,bit-shift = <24>;
  997. reg = <0x1330>;
  998. };
  999. ocp2scp_usb_phy_phy_48m: ocp2scp_usb_phy_phy_48m {
  1000. #clock-cells = <0>;
  1001. compatible = "ti,gate-clock";
  1002. clocks = <&func_48m_fclk>;
  1003. ti,bit-shift = <8>;
  1004. reg = <0x13e0>;
  1005. };
  1006. sha2md5_fck: sha2md5_fck {
  1007. #clock-cells = <0>;
  1008. compatible = "ti,gate-clock";
  1009. clocks = <&l3_div_ck>;
  1010. ti,bit-shift = <1>;
  1011. reg = <0x15c8>;
  1012. };
  1013. slimbus2_fclk_1: slimbus2_fclk_1 {
  1014. #clock-cells = <0>;
  1015. compatible = "ti,gate-clock";
  1016. clocks = <&per_abe_24m_fclk>;
  1017. ti,bit-shift = <9>;
  1018. reg = <0x1538>;
  1019. };
  1020. slimbus2_fclk_0: slimbus2_fclk_0 {
  1021. #clock-cells = <0>;
  1022. compatible = "ti,gate-clock";
  1023. clocks = <&func_24mc_fclk>;
  1024. ti,bit-shift = <8>;
  1025. reg = <0x1538>;
  1026. };
  1027. slimbus2_slimbus_clk: slimbus2_slimbus_clk {
  1028. #clock-cells = <0>;
  1029. compatible = "ti,gate-clock";
  1030. clocks = <&pad_slimbus_core_clks_ck>;
  1031. ti,bit-shift = <10>;
  1032. reg = <0x1538>;
  1033. };
  1034. smartreflex_core_fck: smartreflex_core_fck {
  1035. #clock-cells = <0>;
  1036. compatible = "ti,gate-clock";
  1037. clocks = <&l4_wkup_clk_mux_ck>;
  1038. ti,bit-shift = <1>;
  1039. reg = <0x0638>;
  1040. };
  1041. smartreflex_iva_fck: smartreflex_iva_fck {
  1042. #clock-cells = <0>;
  1043. compatible = "ti,gate-clock";
  1044. clocks = <&l4_wkup_clk_mux_ck>;
  1045. ti,bit-shift = <1>;
  1046. reg = <0x0630>;
  1047. };
  1048. smartreflex_mpu_fck: smartreflex_mpu_fck {
  1049. #clock-cells = <0>;
  1050. compatible = "ti,gate-clock";
  1051. clocks = <&l4_wkup_clk_mux_ck>;
  1052. ti,bit-shift = <1>;
  1053. reg = <0x0628>;
  1054. };
  1055. cm2_dm10_mux: cm2_dm10_mux {
  1056. #clock-cells = <0>;
  1057. compatible = "ti,mux-clock";
  1058. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  1059. ti,bit-shift = <24>;
  1060. reg = <0x1428>;
  1061. };
  1062. cm2_dm11_mux: cm2_dm11_mux {
  1063. #clock-cells = <0>;
  1064. compatible = "ti,mux-clock";
  1065. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  1066. ti,bit-shift = <24>;
  1067. reg = <0x1430>;
  1068. };
  1069. cm2_dm2_mux: cm2_dm2_mux {
  1070. #clock-cells = <0>;
  1071. compatible = "ti,mux-clock";
  1072. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  1073. ti,bit-shift = <24>;
  1074. reg = <0x1438>;
  1075. };
  1076. cm2_dm3_mux: cm2_dm3_mux {
  1077. #clock-cells = <0>;
  1078. compatible = "ti,mux-clock";
  1079. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  1080. ti,bit-shift = <24>;
  1081. reg = <0x1440>;
  1082. };
  1083. cm2_dm4_mux: cm2_dm4_mux {
  1084. #clock-cells = <0>;
  1085. compatible = "ti,mux-clock";
  1086. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  1087. ti,bit-shift = <24>;
  1088. reg = <0x1448>;
  1089. };
  1090. cm2_dm9_mux: cm2_dm9_mux {
  1091. #clock-cells = <0>;
  1092. compatible = "ti,mux-clock";
  1093. clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
  1094. ti,bit-shift = <24>;
  1095. reg = <0x1450>;
  1096. };
  1097. usb_host_fs_fck: usb_host_fs_fck {
  1098. #clock-cells = <0>;
  1099. compatible = "ti,gate-clock";
  1100. clocks = <&func_48mc_fclk>;
  1101. ti,bit-shift = <1>;
  1102. reg = <0x13d0>;
  1103. };
  1104. utmi_p1_gfclk: utmi_p1_gfclk {
  1105. #clock-cells = <0>;
  1106. compatible = "ti,mux-clock";
  1107. clocks = <&init_60m_fclk>, <&xclk60mhsp1_ck>;
  1108. ti,bit-shift = <24>;
  1109. reg = <0x1358>;
  1110. };
  1111. usb_host_hs_utmi_p1_clk: usb_host_hs_utmi_p1_clk {
  1112. #clock-cells = <0>;
  1113. compatible = "ti,gate-clock";
  1114. clocks = <&utmi_p1_gfclk>;
  1115. ti,bit-shift = <8>;
  1116. reg = <0x1358>;
  1117. };
  1118. utmi_p2_gfclk: utmi_p2_gfclk {
  1119. #clock-cells = <0>;
  1120. compatible = "ti,mux-clock";
  1121. clocks = <&init_60m_fclk>, <&xclk60mhsp2_ck>;
  1122. ti,bit-shift = <25>;
  1123. reg = <0x1358>;
  1124. };
  1125. usb_host_hs_utmi_p2_clk: usb_host_hs_utmi_p2_clk {
  1126. #clock-cells = <0>;
  1127. compatible = "ti,gate-clock";
  1128. clocks = <&utmi_p2_gfclk>;
  1129. ti,bit-shift = <9>;
  1130. reg = <0x1358>;
  1131. };
  1132. usb_host_hs_utmi_p3_clk: usb_host_hs_utmi_p3_clk {
  1133. #clock-cells = <0>;
  1134. compatible = "ti,gate-clock";
  1135. clocks = <&init_60m_fclk>;
  1136. ti,bit-shift = <10>;
  1137. reg = <0x1358>;
  1138. };
  1139. usb_host_hs_hsic480m_p1_clk: usb_host_hs_hsic480m_p1_clk {
  1140. #clock-cells = <0>;
  1141. compatible = "ti,gate-clock";
  1142. clocks = <&dpll_usb_m2_ck>;
  1143. ti,bit-shift = <13>;
  1144. reg = <0x1358>;
  1145. };
  1146. usb_host_hs_hsic60m_p1_clk: usb_host_hs_hsic60m_p1_clk {
  1147. #clock-cells = <0>;
  1148. compatible = "ti,gate-clock";
  1149. clocks = <&init_60m_fclk>;
  1150. ti,bit-shift = <11>;
  1151. reg = <0x1358>;
  1152. };
  1153. usb_host_hs_hsic60m_p2_clk: usb_host_hs_hsic60m_p2_clk {
  1154. #clock-cells = <0>;
  1155. compatible = "ti,gate-clock";
  1156. clocks = <&init_60m_fclk>;
  1157. ti,bit-shift = <12>;
  1158. reg = <0x1358>;
  1159. };
  1160. usb_host_hs_hsic480m_p2_clk: usb_host_hs_hsic480m_p2_clk {
  1161. #clock-cells = <0>;
  1162. compatible = "ti,gate-clock";
  1163. clocks = <&dpll_usb_m2_ck>;
  1164. ti,bit-shift = <14>;
  1165. reg = <0x1358>;
  1166. };
  1167. usb_host_hs_func48mclk: usb_host_hs_func48mclk {
  1168. #clock-cells = <0>;
  1169. compatible = "ti,gate-clock";
  1170. clocks = <&func_48mc_fclk>;
  1171. ti,bit-shift = <15>;
  1172. reg = <0x1358>;
  1173. };
  1174. usb_host_hs_fck: usb_host_hs_fck {
  1175. #clock-cells = <0>;
  1176. compatible = "ti,gate-clock";
  1177. clocks = <&init_60m_fclk>;
  1178. ti,bit-shift = <1>;
  1179. reg = <0x1358>;
  1180. };
  1181. otg_60m_gfclk: otg_60m_gfclk {
  1182. #clock-cells = <0>;
  1183. compatible = "ti,mux-clock";
  1184. clocks = <&utmi_phy_clkout_ck>, <&xclk60motg_ck>;
  1185. ti,bit-shift = <24>;
  1186. reg = <0x1360>;
  1187. };
  1188. usb_otg_hs_xclk: usb_otg_hs_xclk {
  1189. #clock-cells = <0>;
  1190. compatible = "ti,gate-clock";
  1191. clocks = <&otg_60m_gfclk>;
  1192. ti,bit-shift = <8>;
  1193. reg = <0x1360>;
  1194. };
  1195. usb_otg_hs_ick: usb_otg_hs_ick {
  1196. #clock-cells = <0>;
  1197. compatible = "ti,gate-clock";
  1198. clocks = <&l3_div_ck>;
  1199. ti,bit-shift = <0>;
  1200. reg = <0x1360>;
  1201. };
  1202. usb_phy_cm_clk32k: usb_phy_cm_clk32k {
  1203. #clock-cells = <0>;
  1204. compatible = "ti,gate-clock";
  1205. clocks = <&sys_32k_ck>;
  1206. ti,bit-shift = <8>;
  1207. reg = <0x0640>;
  1208. };
  1209. usb_tll_hs_usb_ch2_clk: usb_tll_hs_usb_ch2_clk {
  1210. #clock-cells = <0>;
  1211. compatible = "ti,gate-clock";
  1212. clocks = <&init_60m_fclk>;
  1213. ti,bit-shift = <10>;
  1214. reg = <0x1368>;
  1215. };
  1216. usb_tll_hs_usb_ch0_clk: usb_tll_hs_usb_ch0_clk {
  1217. #clock-cells = <0>;
  1218. compatible = "ti,gate-clock";
  1219. clocks = <&init_60m_fclk>;
  1220. ti,bit-shift = <8>;
  1221. reg = <0x1368>;
  1222. };
  1223. usb_tll_hs_usb_ch1_clk: usb_tll_hs_usb_ch1_clk {
  1224. #clock-cells = <0>;
  1225. compatible = "ti,gate-clock";
  1226. clocks = <&init_60m_fclk>;
  1227. ti,bit-shift = <9>;
  1228. reg = <0x1368>;
  1229. };
  1230. usb_tll_hs_ick: usb_tll_hs_ick {
  1231. #clock-cells = <0>;
  1232. compatible = "ti,gate-clock";
  1233. clocks = <&l4_div_ck>;
  1234. ti,bit-shift = <0>;
  1235. reg = <0x1368>;
  1236. };
  1237. };
  1238. &cm2_clockdomains {
  1239. l3_init_clkdm: l3_init_clkdm {
  1240. compatible = "ti,clockdomain";
  1241. clocks = <&dpll_usb_ck>, <&usb_host_fs_fck>;
  1242. };
  1243. };
  1244. &scrm_clocks {
  1245. auxclk0_src_gate_ck: auxclk0_src_gate_ck {
  1246. #clock-cells = <0>;
  1247. compatible = "ti,composite-no-wait-gate-clock";
  1248. clocks = <&dpll_core_m3x2_ck>;
  1249. ti,bit-shift = <8>;
  1250. reg = <0x0310>;
  1251. };
  1252. auxclk0_src_mux_ck: auxclk0_src_mux_ck {
  1253. #clock-cells = <0>;
  1254. compatible = "ti,composite-mux-clock";
  1255. clocks = <&sys_clkin_ck>, <&dpll_core_m3x2_ck>, <&dpll_per_m3x2_ck>;
  1256. ti,bit-shift = <1>;
  1257. reg = <0x0310>;
  1258. };
  1259. auxclk0_src_ck: auxclk0_src_ck {
  1260. #clock-cells = <0>;
  1261. compatible = "ti,composite-clock";
  1262. clocks = <&auxclk0_src_gate_ck>, <&auxclk0_src_mux_ck>;
  1263. };
  1264. auxclk0_ck: auxclk0_ck {
  1265. #clock-cells = <0>;
  1266. compatible = "ti,divider-clock";
  1267. clocks = <&auxclk0_src_ck>;
  1268. ti,bit-shift = <16>;
  1269. ti,max-div = <16>;
  1270. reg = <0x0310>;
  1271. };
  1272. auxclk1_src_gate_ck: auxclk1_src_gate_ck {
  1273. #clock-cells = <0>;
  1274. compatible = "ti,composite-no-wait-gate-clock";
  1275. clocks = <&dpll_core_m3x2_ck>;
  1276. ti,bit-shift = <8>;
  1277. reg = <0x0314>;
  1278. };
  1279. auxclk1_src_mux_ck: auxclk1_src_mux_ck {
  1280. #clock-cells = <0>;
  1281. compatible = "ti,composite-mux-clock";
  1282. clocks = <&sys_clkin_ck>, <&dpll_core_m3x2_ck>, <&dpll_per_m3x2_ck>;
  1283. ti,bit-shift = <1>;
  1284. reg = <0x0314>;
  1285. };
  1286. auxclk1_src_ck: auxclk1_src_ck {
  1287. #clock-cells = <0>;
  1288. compatible = "ti,composite-clock";
  1289. clocks = <&auxclk1_src_gate_ck>, <&auxclk1_src_mux_ck>;
  1290. };
  1291. auxclk1_ck: auxclk1_ck {
  1292. #clock-cells = <0>;
  1293. compatible = "ti,divider-clock";
  1294. clocks = <&auxclk1_src_ck>;
  1295. ti,bit-shift = <16>;
  1296. ti,max-div = <16>;
  1297. reg = <0x0314>;
  1298. };
  1299. auxclk2_src_gate_ck: auxclk2_src_gate_ck {
  1300. #clock-cells = <0>;
  1301. compatible = "ti,composite-no-wait-gate-clock";
  1302. clocks = <&dpll_core_m3x2_ck>;
  1303. ti,bit-shift = <8>;
  1304. reg = <0x0318>;
  1305. };
  1306. auxclk2_src_mux_ck: auxclk2_src_mux_ck {
  1307. #clock-cells = <0>;
  1308. compatible = "ti,composite-mux-clock";
  1309. clocks = <&sys_clkin_ck>, <&dpll_core_m3x2_ck>, <&dpll_per_m3x2_ck>;
  1310. ti,bit-shift = <1>;
  1311. reg = <0x0318>;
  1312. };
  1313. auxclk2_src_ck: auxclk2_src_ck {
  1314. #clock-cells = <0>;
  1315. compatible = "ti,composite-clock";
  1316. clocks = <&auxclk2_src_gate_ck>, <&auxclk2_src_mux_ck>;
  1317. };
  1318. auxclk2_ck: auxclk2_ck {
  1319. #clock-cells = <0>;
  1320. compatible = "ti,divider-clock";
  1321. clocks = <&auxclk2_src_ck>;
  1322. ti,bit-shift = <16>;
  1323. ti,max-div = <16>;
  1324. reg = <0x0318>;
  1325. };
  1326. auxclk3_src_gate_ck: auxclk3_src_gate_ck {
  1327. #clock-cells = <0>;
  1328. compatible = "ti,composite-no-wait-gate-clock";
  1329. clocks = <&dpll_core_m3x2_ck>;
  1330. ti,bit-shift = <8>;
  1331. reg = <0x031c>;
  1332. };
  1333. auxclk3_src_mux_ck: auxclk3_src_mux_ck {
  1334. #clock-cells = <0>;
  1335. compatible = "ti,composite-mux-clock";
  1336. clocks = <&sys_clkin_ck>, <&dpll_core_m3x2_ck>, <&dpll_per_m3x2_ck>;
  1337. ti,bit-shift = <1>;
  1338. reg = <0x031c>;
  1339. };
  1340. auxclk3_src_ck: auxclk3_src_ck {
  1341. #clock-cells = <0>;
  1342. compatible = "ti,composite-clock";
  1343. clocks = <&auxclk3_src_gate_ck>, <&auxclk3_src_mux_ck>;
  1344. };
  1345. auxclk3_ck: auxclk3_ck {
  1346. #clock-cells = <0>;
  1347. compatible = "ti,divider-clock";
  1348. clocks = <&auxclk3_src_ck>;
  1349. ti,bit-shift = <16>;
  1350. ti,max-div = <16>;
  1351. reg = <0x031c>;
  1352. };
  1353. auxclk4_src_gate_ck: auxclk4_src_gate_ck {
  1354. #clock-cells = <0>;
  1355. compatible = "ti,composite-no-wait-gate-clock";
  1356. clocks = <&dpll_core_m3x2_ck>;
  1357. ti,bit-shift = <8>;
  1358. reg = <0x0320>;
  1359. };
  1360. auxclk4_src_mux_ck: auxclk4_src_mux_ck {
  1361. #clock-cells = <0>;
  1362. compatible = "ti,composite-mux-clock";
  1363. clocks = <&sys_clkin_ck>, <&dpll_core_m3x2_ck>, <&dpll_per_m3x2_ck>;
  1364. ti,bit-shift = <1>;
  1365. reg = <0x0320>;
  1366. };
  1367. auxclk4_src_ck: auxclk4_src_ck {
  1368. #clock-cells = <0>;
  1369. compatible = "ti,composite-clock";
  1370. clocks = <&auxclk4_src_gate_ck>, <&auxclk4_src_mux_ck>;
  1371. };
  1372. auxclk4_ck: auxclk4_ck {
  1373. #clock-cells = <0>;
  1374. compatible = "ti,divider-clock";
  1375. clocks = <&auxclk4_src_ck>;
  1376. ti,bit-shift = <16>;
  1377. ti,max-div = <16>;
  1378. reg = <0x0320>;
  1379. };
  1380. auxclk5_src_gate_ck: auxclk5_src_gate_ck {
  1381. #clock-cells = <0>;
  1382. compatible = "ti,composite-no-wait-gate-clock";
  1383. clocks = <&dpll_core_m3x2_ck>;
  1384. ti,bit-shift = <8>;
  1385. reg = <0x0324>;
  1386. };
  1387. auxclk5_src_mux_ck: auxclk5_src_mux_ck {
  1388. #clock-cells = <0>;
  1389. compatible = "ti,composite-mux-clock";
  1390. clocks = <&sys_clkin_ck>, <&dpll_core_m3x2_ck>, <&dpll_per_m3x2_ck>;
  1391. ti,bit-shift = <1>;
  1392. reg = <0x0324>;
  1393. };
  1394. auxclk5_src_ck: auxclk5_src_ck {
  1395. #clock-cells = <0>;
  1396. compatible = "ti,composite-clock";
  1397. clocks = <&auxclk5_src_gate_ck>, <&auxclk5_src_mux_ck>;
  1398. };
  1399. auxclk5_ck: auxclk5_ck {
  1400. #clock-cells = <0>;
  1401. compatible = "ti,divider-clock";
  1402. clocks = <&auxclk5_src_ck>;
  1403. ti,bit-shift = <16>;
  1404. ti,max-div = <16>;
  1405. reg = <0x0324>;
  1406. };
  1407. auxclkreq0_ck: auxclkreq0_ck {
  1408. #clock-cells = <0>;
  1409. compatible = "ti,mux-clock";
  1410. clocks = <&auxclk0_ck>, <&auxclk1_ck>, <&auxclk2_ck>, <&auxclk3_ck>, <&auxclk4_ck>, <&auxclk5_ck>;
  1411. ti,bit-shift = <2>;
  1412. reg = <0x0210>;
  1413. };
  1414. auxclkreq1_ck: auxclkreq1_ck {
  1415. #clock-cells = <0>;
  1416. compatible = "ti,mux-clock";
  1417. clocks = <&auxclk0_ck>, <&auxclk1_ck>, <&auxclk2_ck>, <&auxclk3_ck>, <&auxclk4_ck>, <&auxclk5_ck>;
  1418. ti,bit-shift = <2>;
  1419. reg = <0x0214>;
  1420. };
  1421. auxclkreq2_ck: auxclkreq2_ck {
  1422. #clock-cells = <0>;
  1423. compatible = "ti,mux-clock";
  1424. clocks = <&auxclk0_ck>, <&auxclk1_ck>, <&auxclk2_ck>, <&auxclk3_ck>, <&auxclk4_ck>, <&auxclk5_ck>;
  1425. ti,bit-shift = <2>;
  1426. reg = <0x0218>;
  1427. };
  1428. auxclkreq3_ck: auxclkreq3_ck {
  1429. #clock-cells = <0>;
  1430. compatible = "ti,mux-clock";
  1431. clocks = <&auxclk0_ck>, <&auxclk1_ck>, <&auxclk2_ck>, <&auxclk3_ck>, <&auxclk4_ck>, <&auxclk5_ck>;
  1432. ti,bit-shift = <2>;
  1433. reg = <0x021c>;
  1434. };
  1435. auxclkreq4_ck: auxclkreq4_ck {
  1436. #clock-cells = <0>;
  1437. compatible = "ti,mux-clock";
  1438. clocks = <&auxclk0_ck>, <&auxclk1_ck>, <&auxclk2_ck>, <&auxclk3_ck>, <&auxclk4_ck>, <&auxclk5_ck>;
  1439. ti,bit-shift = <2>;
  1440. reg = <0x0220>;
  1441. };
  1442. auxclkreq5_ck: auxclkreq5_ck {
  1443. #clock-cells = <0>;
  1444. compatible = "ti,mux-clock";
  1445. clocks = <&auxclk0_ck>, <&auxclk1_ck>, <&auxclk2_ck>, <&auxclk3_ck>, <&auxclk4_ck>, <&auxclk5_ck>;
  1446. ti,bit-shift = <2>;
  1447. reg = <0x0224>;
  1448. };
  1449. };