[PATCH] ARM: dts: ixp4xx: Add a devicetree for Freecom FSG-3

Andrew Lunn andrew at lunn.ch
Thu Jul 29 08:43:06 PDT 2021


> +		/* EthB */
> +		ethernet at c8009000 {
> +			status = "ok";
> +			queue-rx = <&qmgr 3>;
> +			queue-txready = <&qmgr 20>;
> +			phy-mode = "rgmii";
> +			phy-handle = <&phy5>;
> +
> +			mdio {
> +				#address-cells = <1>;
> +				#size-cells = <0>;
> +
> +				phy4: ethernet-phy at 4 {
> +					reg = <4>;
> +				};
> +
> +				phy5: ethernet-phy at 5 {
> +					reg = <5>;
> +				};
> +			};
> +		};
> +
> +		/* EthC */
> +		ethernet at c800a000 {
> +			status = "ok";
> +			queue-rx = <&qmgr 4>;
> +			queue-txready = <&qmgr 21>;
> +			phy-mode = "rgmii";
> +			phy-handle = <&phy4>;
> +		};

https://usermanual.wiki/Freecom-Technologies/FreecomTechnologiesFsg3UsersManual552148.1686484831/view

This appears to also have an Ethernet switch. So is suspect this is
also wrong in the same way.

     Andrew



More information about the linux-arm-kernel mailing list