Linux Audio

Check our new training course

Linux kernel drivers training

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