Re: [PATCH v3 07/13] arm64: dts: mediatek: mt7988: add switch node
From: Andrew Lunn
Date: Sun Jun 08 2025 - 17:26:18 EST
> + mdio {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + mediatek,pio = <&pio>;
> +
> + gsw_phy0: ethernet-phy@0 {
> + compatible = "ethernet-phy-ieee802.3-c22";
> + reg = <0>;
> + interrupts = <0>;
> + phy-mode = "internal";
More phys with a phy-mode?
Andrew