| .. | .. |
|---|
| 1 | | -/* |
|---|
| 2 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 3 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 4 | | - * published by the Free Software Foundation. |
|---|
| 5 | | - */ |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 6 | 2 | |
|---|
| 7 | 3 | &pllss { |
|---|
| 8 | 4 | /* |
|---|
| .. | .. |
|---|
| 366 | 362 | #clock-cells = <2>; |
|---|
| 367 | 363 | }; |
|---|
| 368 | 364 | }; |
|---|
| 365 | + |
|---|
| 366 | + alwon_ethernet_cm: alwon_ethernet_cm@15d4 { |
|---|
| 367 | + compatible = "ti,omap4-cm"; |
|---|
| 368 | + reg = <0x15d4 0x4>; |
|---|
| 369 | + #address-cells = <1>; |
|---|
| 370 | + #size-cells = <1>; |
|---|
| 371 | + ranges = <0 0x15d4 0x4>; |
|---|
| 372 | + |
|---|
| 373 | + alwon_ethernet_clkctrl: clk@0 { |
|---|
| 374 | + compatible = "ti,clkctrl"; |
|---|
| 375 | + reg = <0 0x4>; |
|---|
| 376 | + #clock-cells = <2>; |
|---|
| 377 | + }; |
|---|
| 378 | + }; |
|---|
| 369 | 379 | }; |
|---|