forked from Openwrt-EcoNet/openwrt
GL.iNet shipped a hardware change of the WAN PHY going from the MaxLinear GPY211C to the Airoha EN8811H. Signed-off-by: Matthew Bilker <me@mbilker.us> Link: https://github.com/openwrt/openwrt/pull/18799 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
16 lines
239 B
Plaintext
16 lines
239 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
/dts-v1/;
|
|
#include "mt7981b-glinet-gl-mt2500.dtsi"
|
|
|
|
&gmac0 {
|
|
phy-handle = <&phy13>;
|
|
};
|
|
|
|
&mdio_bus {
|
|
phy13: ethernet-phy@13 {
|
|
reg = <13>;
|
|
compatible = "ethernet-phy-ieee802.3-c45";
|
|
};
|
|
};
|