arm64: dts: mediatek: mt7988: Disable 2.5G phy and enable at board layer

The internal 2.5G phy of mt7988 is only used by some specific board
variants.
Disable it by default and enable it where needed.

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Frank Wunderlich 2025-11-05 20:50:02 +01:00 committed by AngeloGioacchino Del Regno
parent b88827cb0b
commit 0e5d9e5293
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478
2 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,5 @@ &gmac1 {
&int_2p5g_phy {
pinctrl-0 = <&i2p5gbe_led0_pins>;
pinctrl-names = "i2p5gbe-led";
status = "okay";
};

View File

@ -999,6 +999,7 @@ mdio_bus: mdio-bus {
int_2p5g_phy: ethernet-phy@15 {
compatible = "ethernet-phy-ieee802.3-c45";
reg = <15>;
status = "disabled";
};
};
};