We are trying to connect port 2 of the SJA1110 to an SOC over RGMII.
SOC device tree:
ðernet1 {
status = "ok";
pinctrl-0 = <ð1_func>;
phy-mode = "rgmii";
fixed-link {
speed = <1000>;
full-duplex;
};
};
SJA1110 port configuration:
The SOC can receive network packets but cannot send them.
What is the problem with the settings?
Hi zhizhao1,
This effect usually occurs due to the clock delay not set correctly in one direction. That is the first thing that needs to be checked. I see that you are using SDK, please have a look at the snippet.
BR,
Abdullah