blob: 00dd1f091be55a28e7f291c81c08ab3cb2bf21da [file] [log] [blame]
Tero Kristo657fc112013-07-22 12:29:29 +03001/*
2 * Device Tree Source for OMAP3 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 */
Tero Kristob8845072015-02-24 16:22:45 +020010&scm_clocks {
Tero Kristob5b53402016-04-04 18:16:06 +030011 emac_ick: emac_ick@32c {
Tero Kristo657fc112013-07-22 12:29:29 +030012 #clock-cells = <0>;
13 compatible = "ti,am35xx-gate-clock";
14 clocks = <&ipss_ick>;
Tero Kristob33558c2015-06-01 18:30:27 +030015 reg = <0x032c>;
Tero Kristo657fc112013-07-22 12:29:29 +030016 ti,bit-shift = <1>;
17 };
18
Tero Kristob5b53402016-04-04 18:16:06 +030019 emac_fck: emac_fck@32c {
Tero Kristo657fc112013-07-22 12:29:29 +030020 #clock-cells = <0>;
21 compatible = "ti,gate-clock";
22 clocks = <&rmii_ck>;
Tero Kristob33558c2015-06-01 18:30:27 +030023 reg = <0x032c>;
Tero Kristo657fc112013-07-22 12:29:29 +030024 ti,bit-shift = <9>;
25 };
26
Tero Kristob5b53402016-04-04 18:16:06 +030027 vpfe_ick: vpfe_ick@32c {
Tero Kristo657fc112013-07-22 12:29:29 +030028 #clock-cells = <0>;
29 compatible = "ti,am35xx-gate-clock";
30 clocks = <&ipss_ick>;
Tero Kristob33558c2015-06-01 18:30:27 +030031 reg = <0x032c>;
Tero Kristo657fc112013-07-22 12:29:29 +030032 ti,bit-shift = <2>;
33 };
34
Tero Kristob5b53402016-04-04 18:16:06 +030035 vpfe_fck: vpfe_fck@32c {
Tero Kristo657fc112013-07-22 12:29:29 +030036 #clock-cells = <0>;
37 compatible = "ti,gate-clock";
38 clocks = <&pclk_ck>;
Tero Kristob33558c2015-06-01 18:30:27 +030039 reg = <0x032c>;
Tero Kristo657fc112013-07-22 12:29:29 +030040 ti,bit-shift = <10>;
41 };
42
Tero Kristob5b53402016-04-04 18:16:06 +030043 hsotgusb_ick_am35xx: hsotgusb_ick_am35xx@32c {
Tero Kristo657fc112013-07-22 12:29:29 +030044 #clock-cells = <0>;
45 compatible = "ti,am35xx-gate-clock";
46 clocks = <&ipss_ick>;
Tero Kristob33558c2015-06-01 18:30:27 +030047 reg = <0x032c>;
Tero Kristo657fc112013-07-22 12:29:29 +030048 ti,bit-shift = <0>;
49 };
50
Tero Kristob5b53402016-04-04 18:16:06 +030051 hsotgusb_fck_am35xx: hsotgusb_fck_am35xx@32c {
Tero Kristo657fc112013-07-22 12:29:29 +030052 #clock-cells = <0>;
53 compatible = "ti,gate-clock";
54 clocks = <&sys_ck>;
Tero Kristob33558c2015-06-01 18:30:27 +030055 reg = <0x032c>;
Tero Kristo657fc112013-07-22 12:29:29 +030056 ti,bit-shift = <8>;
57 };
58
Tero Kristob5b53402016-04-04 18:16:06 +030059 hecc_ck: hecc_ck@32c {
Tero Kristo657fc112013-07-22 12:29:29 +030060 #clock-cells = <0>;
61 compatible = "ti,am35xx-gate-clock";
62 clocks = <&sys_ck>;
Tero Kristob33558c2015-06-01 18:30:27 +030063 reg = <0x032c>;
Tero Kristo657fc112013-07-22 12:29:29 +030064 ti,bit-shift = <3>;
65 };
66};
67&cm_clocks {
Tero Kristob5b53402016-04-04 18:16:06 +030068 ipss_ick: ipss_ick@a10 {
Tero Kristo657fc112013-07-22 12:29:29 +030069 #clock-cells = <0>;
70 compatible = "ti,am35xx-interface-clock";
71 clocks = <&core_l3_ick>;
72 reg = <0x0a10>;
73 ti,bit-shift = <4>;
74 };
75
76 rmii_ck: rmii_ck {
77 #clock-cells = <0>;
78 compatible = "fixed-clock";
79 clock-frequency = <50000000>;
80 };
81
82 pclk_ck: pclk_ck {
83 #clock-cells = <0>;
84 compatible = "fixed-clock";
85 clock-frequency = <27000000>;
86 };
87
Tero Kristob5b53402016-04-04 18:16:06 +030088 uart4_ick_am35xx: uart4_ick_am35xx@a10 {
Tero Kristo657fc112013-07-22 12:29:29 +030089 #clock-cells = <0>;
90 compatible = "ti,omap3-interface-clock";
91 clocks = <&core_l4_ick>;
92 reg = <0x0a10>;
93 ti,bit-shift = <23>;
94 };
95
Tero Kristob5b53402016-04-04 18:16:06 +030096 uart4_fck_am35xx: uart4_fck_am35xx@a00 {
Tero Kristo657fc112013-07-22 12:29:29 +030097 #clock-cells = <0>;
98 compatible = "ti,wait-gate-clock";
99 clocks = <&core_48m_fck>;
100 reg = <0x0a00>;
101 ti,bit-shift = <23>;
102 };
103};
104
105&cm_clockdomains {
106 core_l3_clkdm: core_l3_clkdm {
107 compatible = "ti,clockdomain";
108 clocks = <&sdrc_ick>, <&ipss_ick>, <&emac_ick>, <&vpfe_ick>,
109 <&hsotgusb_ick_am35xx>, <&hsotgusb_fck_am35xx>,
110 <&hecc_ck>;
111 };
112
113 core_l4_clkdm: core_l4_clkdm {
114 compatible = "ti,clockdomain";
115 clocks = <&cpefuse_fck>, <&ts_fck>, <&usbtll_fck>,
116 <&usbtll_ick>, <&mmchs3_ick>, <&mmchs3_fck>,
117 <&mmchs2_fck>, <&mmchs1_fck>, <&i2c3_fck>, <&i2c2_fck>,
118 <&i2c1_fck>, <&mcspi4_fck>, <&mcspi3_fck>,
119 <&mcspi2_fck>, <&mcspi1_fck>, <&uart2_fck>,
120 <&uart1_fck>, <&hdq_fck>, <&mmchs2_ick>, <&mmchs1_ick>,
121 <&hdq_ick>, <&mcspi4_ick>, <&mcspi3_ick>,
122 <&mcspi2_ick>, <&mcspi1_ick>, <&i2c3_ick>, <&i2c2_ick>,
123 <&i2c1_ick>, <&uart2_ick>, <&uart1_ick>, <&gpt11_ick>,
124 <&gpt10_ick>, <&mcbsp5_ick>, <&mcbsp1_ick>,
125 <&omapctrl_ick>, <&aes2_ick>, <&sha12_ick>,
126 <&uart4_ick_am35xx>, <&uart4_fck_am35xx>;
127 };
128};