Part Number: AM6442
Other Parts Discussed in Thread: SYSCONFIG
I want to confirm that there is no delay from the AM6442 mac port on the CPSW RGMII interfaces. I see online several examples of doing this through the device tree by setting "rgmii" instead of "rgmii-id" as shown below:
&cpsw_port1 {
phy-mode = "rgmii"; /* Change this to disable MAC delays */
phy-handle = <&phy0>;
};
Where can I confirm that RGMII is set with no MAC delay when using MCU+ SDK through the R5 processor? If you can point out how this would be handled in the enet_layer2_cpsw example I can apply it to our custom board config.
Thanks,
Ryan
