| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Device Tree Source for OMAP4 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 | &cm1_clocks { |
|---|
| 11 | 8 | extalt_clkin_ck: extalt_clkin_ck { |
|---|
| .. | .. |
|---|
| 1274 | 1271 | #size-cells = <1>; |
|---|
| 1275 | 1272 | ranges = <0 0x1400 0x200>; |
|---|
| 1276 | 1273 | |
|---|
| 1277 | | - l4_per_clkctrl: clk@20 { |
|---|
| 1278 | | - compatible = "ti,clkctrl"; |
|---|
| 1274 | + l4_per_clkctrl: clock@20 { |
|---|
| 1275 | + compatible = "ti,clkctrl-l4-per", "ti,clkctrl"; |
|---|
| 1279 | 1276 | reg = <0x20 0x144>; |
|---|
| 1280 | 1277 | #clock-cells = <2>; |
|---|
| 1281 | 1278 | }; |
|---|
| 1282 | | - }; |
|---|
| 1283 | 1279 | |
|---|
| 1280 | + l4_secure_clkctrl: clock@1a0 { |
|---|
| 1281 | + compatible = "ti,clkctrl-l4-secure", "ti,clkctrl"; |
|---|
| 1282 | + reg = <0x1a0 0x3c>; |
|---|
| 1283 | + #clock-cells = <2>; |
|---|
| 1284 | + }; |
|---|
| 1285 | + }; |
|---|
| 1284 | 1286 | }; |
|---|
| 1285 | 1287 | |
|---|
| 1286 | 1288 | &prm { |
|---|