forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/dm814x-clocks.dtsi
....@@ -1,8 +1,4 @@
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
62
73 &pllss {
84 /*
....@@ -366,4 +362,18 @@
366362 #clock-cells = <2>;
367363 };
368364 };
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
+ };
369379 };