forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/arch/mips/boot/dts/cavium-octeon/ubnt_e100.dts
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Device tree source for EdgeRouter Lite.
34 *
45 * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
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.
96 */
107
118 /include/ "octeon_3xxx.dtsi"
....@@ -33,12 +30,18 @@
3330 interface@0 {
3431 ethernet@0 {
3532 phy-handle = <&phy7>;
33
+ rx-delay = <0>;
34
+ tx-delay = <0x10>;
3635 };
3736 ethernet@1 {
3837 phy-handle = <&phy6>;
38
+ rx-delay = <0>;
39
+ tx-delay = <0x10>;
3940 };
4041 ethernet@2 {
4142 phy-handle = <&phy5>;
43
+ rx-delay = <0>;
44
+ tx-delay = <0x10>;
4245 };
4346 };
4447 };