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>;
};
};