// SPDX-License-Identifier: (GPL-2.0 OR MIT) /* * Copyright (C) 2022 MediaTek Inc. * Author: Sam.Shih */ /dts-v1/; /plugin/; #include / { compatible = "mediatek,mt7988a-rfb", "mediatek,mt7988a"; fragment@0 { target = <&mdio_bus>; __overlay__ { #address-cells = <1>; #size-cells = <0>; /* external Maxlinear GPY211C */ phy13: ethernet-phy@13 { reg = <13>; compatible = "ethernet-phy-ieee802.3-c45"; phy-mode = "2500base-x"; }; }; }; fragment@1 { target = <&gmac1>; __overlay__ { phy-mode = "2500base-x"; phy-connection-type = "2500base-x"; phy = <&phy13>; status = "okay"; }; }; };