Commit 67e97cc6 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Tony Lindgren

ARM: dts: am5729: beagleboneai: switch to new cpsw switch drv

Switch BeagleBone AI to use new cpsw switch driver.
It has one Ext. port only and fits dual_mac mode with no issues.
Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ca6bfe97
...@@ -488,25 +488,29 @@ &uart1 { ...@@ -488,25 +488,29 @@ &uart1 {
status = "okay"; status = "okay";
}; };
&davinci_mdio { &davinci_mdio_sw {
reset-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
reset-delay-us = <2>; reset-delay-us = <2>;
phy0: ethernet-phy@1 { phy0: ethernet-phy@4 {
reg = <4>; reg = <4>;
eee-broken-100tx; eee-broken-100tx;
eee-broken-1000t; eee-broken-1000t;
}; };
}; };
&mac { &mac_sw {
slaves = <1>;
status = "okay"; status = "okay";
}; };
&cpsw_emac0 { &cpsw_port1 {
phy-handle = <&phy0>; phy-handle = <&phy0>;
phy-mode = "rgmii-rxid"; phy-mode = "rgmii-rxid";
ti,dual-emac-pvid = <1>;
};
&cpsw_port2 {
status = "disabled";
}; };
&ocp { &ocp {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment