This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2SX: MAC1 device tree configuration

Part Number: TDA2SX

Hi,

SDK3.07 

Customer just want to use MAC1/RMII mode, how to modify device tree? Below is the configuration, please help check.

&mac {
 status = "okay";
};
&cpsw_emac0 {
 status = "disabled";
};

&cpsw_emac1 {
 phy_id = <&davinci_mdio>, <0>;
 phy-mode = "rmii";
};

&davinci_mdio {
 status = "okay";
 ethernet-phy@0 {
  compatible = "ethernet-phy-id0141.0e90", "ethernet-phy-ieee802.3-c22";
  reg = <0>;
 };
};