Re: [PATCH 2/2] ARM: dts: aspeed: add Meta SanMiguel BMC
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-02-02 13:48:14
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-02-02 13:48:14
Also in:
linux-arm-kernel, linux-devicetree, lkml
+&mac0 {
+ status = "okay";
+ pinctrl-names = "default";
+ phy-mode = "rgmii-rxid";That is an odd PCB design, with an extra long TX clock line, but a short RX clock line. Please check the schematics to make sure this is correct.
+ max-speed = <1000>;
Can this device do faster than 1G?
+ phy-handle = <ðphy0>; + pinctrl-0 = <&pinctrl_rgmii1_default>; +};
Andrew