Commit e0ae343a authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

ARM: dts: BCM53573: Add Ethernet interfaces links

BCM53573 has 2 Ethernet interfaces each connected to one of switch ports
in the default design. They both use fixed links.

An exception are Luxul XAP devices that have switch replaced by a single
PHY.
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20230724101227.5420-1-zajec5@gmail.comSigned-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent d95b1cae
...@@ -50,6 +50,8 @@ &gmac0 { ...@@ -50,6 +50,8 @@ &gmac0 {
phy-mode = "rgmii"; phy-mode = "rgmii";
phy-handle = <&bcm54210e>; phy-handle = <&bcm54210e>;
/delete-node/ fixed-link;
mdio { mdio {
/delete-node/ switch@1e; /delete-node/ switch@1e;
......
...@@ -86,6 +86,8 @@ &gmac0 { ...@@ -86,6 +86,8 @@ &gmac0 {
phy-mode = "rgmii"; phy-mode = "rgmii";
phy-handle = <&bcm54210e>; phy-handle = <&bcm54210e>;
/delete-node/ fixed-link;
mdio { mdio {
/delete-node/ switch@1e; /delete-node/ switch@1e;
......
...@@ -181,6 +181,12 @@ ohci_port2: port@2 { ...@@ -181,6 +181,12 @@ ohci_port2: port@2 {
gmac0: ethernet@5000 { gmac0: ethernet@5000 {
reg = <0x5000 0x1000>; reg = <0x5000 0x1000>;
phy-mode = "internal";
fixed-link {
speed = <1000>;
full-duplex;
};
mdio { mdio {
#address-cells = <1>; #address-cells = <1>;
...@@ -237,6 +243,12 @@ port@8 { ...@@ -237,6 +243,12 @@ port@8 {
gmac1: ethernet@b000 { gmac1: ethernet@b000 {
reg = <0xb000 0x1000>; reg = <0xb000 0x1000>;
phy-mode = "internal";
fixed-link {
speed = <1000>;
full-duplex;
};
}; };
pmu@12000 { pmu@12000 {
......
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