Re: [PATCH v1 08/14] arm64: dts: mediatek: mt7988: add basic ethernet-nodes

From: Andrew Lunn
Date: Sun May 11 2025 - 12:39:16 EST


> + gmac0: mac@0 {
> + compatible = "mediatek,eth-mac";
> + reg = <0>;
> + phy-mode = "internal";
> +
> + fixed-link {
> + speed = <10000>;
> + full-duplex;
> + pause;
> + };

Does phy-mode internal and fixed-link used together make any sense?
Please could you explain this.

Andrew