Other Parts Discussed in Thread: DRA821
Tool/software:
Hi Team,
I am working on DRA821U based custom board. When am trying to configure usxgmii as phy mode in port 1 for validating 10G, getting the following error message in the kernel console.
[ 1.568678] phy-gmii-sel 104044.phy: port1: unsupported mode: "usxgmii"
following is my dts settings
&cpsw5g_mdio {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&main_mdio_pins_default &main_10G_mdio_pins_default>;
phy3: ethernet-phy@3 {
reg = <3>;
compatible = "ethernet-phy-ieee802.3-c22";
};
phy1: ethernet-phy@1 {
reg = <1>;
compatible = "ethernet-phy-ieee802.3-c45";
device_type = "ethernet-phy";
host-in-si1;
phys = <&serdes0_qsgmii_link>;
};
};
&cpsw0_port1 {
status = "okay";
phy-mode = "usxgmii";
phy-handle = <&phy1>;
phys = <&cpsw0_phy_gmii_sel 1>;
};
please help me to resolve the issue.
Regards
Madhusankar