> + gmac0: mac at 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