mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
15 lines
242 B
Text
15 lines
242 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "armada-3720-uDPU.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Methode eDPU Board";
|
||
|
compatible = "methode,edpu", "marvell,armada3720", "marvell,armada3710";
|
||
|
};
|
||
|
|
||
|
ð0 {
|
||
|
phy-mode = "2500base-x";
|
||
|
};
|