.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Device Tree Source for OMAP5 clock data |
---|
3 | 4 | * |
---|
4 | 5 | * 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 | 6 | */ |
---|
10 | 7 | &cm_core_aon_clocks { |
---|
11 | 8 | pad_clks_src_ck: pad_clks_src_ck { |
---|
.. | .. |
---|
1128 | 1125 | #size-cells = <1>; |
---|
1129 | 1126 | ranges = <0 0x1000 0x200>; |
---|
1130 | 1127 | |
---|
1131 | | - l4per_clkctrl: clk@20 { |
---|
1132 | | - compatible = "ti,clkctrl"; |
---|
| 1128 | + l4per_clkctrl: clock@20 { |
---|
| 1129 | + compatible = "ti,clkctrl-l4per", "ti,clkctrl"; |
---|
1133 | 1130 | reg = <0x20 0x15c>; |
---|
| 1131 | + #clock-cells = <2>; |
---|
| 1132 | + }; |
---|
| 1133 | + |
---|
| 1134 | + l4sec_clkctrl: clock@1a0 { |
---|
| 1135 | + compatible = "ti,clkctrl-l4sec", "ti,clkctrl"; |
---|
| 1136 | + reg = <0x1a0 0x3c>; |
---|
1134 | 1137 | #clock-cells = <2>; |
---|
1135 | 1138 | }; |
---|
1136 | 1139 | }; |
---|
.. | .. |
---|
1149 | 1152 | }; |
---|
1150 | 1153 | }; |
---|
1151 | 1154 | |
---|
| 1155 | + gpu_cm: gpu_cm@1500 { |
---|
| 1156 | + compatible = "ti,omap4-cm"; |
---|
| 1157 | + reg = <0x1500 0x100>; |
---|
| 1158 | + #address-cells = <1>; |
---|
| 1159 | + #size-cells = <1>; |
---|
| 1160 | + ranges = <0 0x1500 0x100>; |
---|
| 1161 | + |
---|
| 1162 | + gpu_clkctrl: clk@20 { |
---|
| 1163 | + compatible = "ti,clkctrl"; |
---|
| 1164 | + reg = <0x20 0x4>; |
---|
| 1165 | + #clock-cells = <2>; |
---|
| 1166 | + }; |
---|
| 1167 | + }; |
---|
| 1168 | + |
---|
1152 | 1169 | l3init_cm: l3init_cm@1600 { |
---|
1153 | 1170 | compatible = "ti,omap4-cm"; |
---|
1154 | 1171 | reg = <0x1600 0x100>; |
---|