Agx orin rgmii

在jetpack6.2中,我发现整体的源码文件结构相对于L4T35.3.1变化很大。我在L4T35.3.1有成功的适配RGMII的经验,所以想问一下在jetpack6.2中我应该把如下代码加到哪个文件里?
` /* EQOS /
ethernet@2310000 {
status = “okay”;
nvidia,mac-addr-idx = <0>;
nvidia,mac-platform-mtu = <8000>;
/
1=enable, 0=disable /
nvidia,pause_frames = <0>;
nvidia,phy-reset-gpio = <&gpio TEGRA234_MAIN_GPIO(G, 5) 0>;
phy-mode = “rgmii-id”;
phy-handle = <&phy>;
/

/delete-node/ fixed-link;
fixed-link {
speed = <0x3e8>;
full-duplex;
};
*/
mdio {
compatible = “nvidia,eqos-mdio”;
#address-cells = <1>;
#size-cells = <0>;

		phy: phy@0 { /* phy@1 */
			reg = <0>; /* reg = <1>; */
			nvidia,phy-rst-pdelay-msec = <224>; /* msec */
			nvidia,phy-rst-duration-usec = <10000>; /* usec */
			interrupt-parent = <&gpio>;
			interrupts = <TEGRA234_MAIN_GPIO(G, 4) IRQ_TYPE_LEVEL_LOW>;
		};
		};
	};`

然后后续的操作还有没有和L4T35.3.1不一致的?

请问这个有人帮忙看看么

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks
~0408

Sorry for the late response.
Is this still an issue to support? Any result can be shared?