.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Device tree source for EdgeRouter Lite. |
---|
3 | 4 | * |
---|
4 | 5 | * 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. |
---|
9 | 6 | */ |
---|
10 | 7 | |
---|
11 | 8 | /include/ "octeon_3xxx.dtsi" |
---|
.. | .. |
---|
33 | 30 | interface@0 { |
---|
34 | 31 | ethernet@0 { |
---|
35 | 32 | phy-handle = <&phy7>; |
---|
| 33 | + rx-delay = <0>; |
---|
| 34 | + tx-delay = <0x10>; |
---|
36 | 35 | }; |
---|
37 | 36 | ethernet@1 { |
---|
38 | 37 | phy-handle = <&phy6>; |
---|
| 38 | + rx-delay = <0>; |
---|
| 39 | + tx-delay = <0x10>; |
---|
39 | 40 | }; |
---|
40 | 41 | ethernet@2 { |
---|
41 | 42 | phy-handle = <&phy5>; |
---|
| 43 | + rx-delay = <0>; |
---|
| 44 | + tx-delay = <0x10>; |
---|
42 | 45 | }; |
---|
43 | 46 | }; |
---|
44 | 47 | }; |
---|