4db8b946df2e5f7c102648e35a404396dc58d7a9
[openwrt/staging/jow.git] / target / linux / mvebu / files / arch / arm64 / boot / dts / marvell / armada-3720-eDPU.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3 /dts-v1/;
4
5 #include "armada-3720-uDPU.dtsi"
6
7 / {
8 model = "Methode eDPU Board";
9 compatible = "methode,edpu", "marvell,armada3720", "marvell,armada3710";
10 };
11
12 /* PHY mode is set to 1000Base-X despite Maxlinear IC being capable of
13 * 2500Base-X since until 5.15 support for mvebu is available trying to
14 * use 2500Base-X will cause buffer overruns for which the fix is not
15 * easily backportable.
16 */
17 &eth0 {
18 phy-mode = "1000base-x";
19 };