Skip to content

Commit

Permalink
ARM: dts: BCM5301X: Set fixed-link for extra Netgear R8000 CPU ports
Browse files Browse the repository at this point in the history
Ports 5 and 7 are disabled by default because the standard use case is
for port 8 to manage all CPU directed traffic. For experimentation
purposes however it is desirable to provide adequate properties such
that people can experiment with using different ports without having to
figure out their configuration. Some of the use cases include but are
not limited to doubling or tripling the bandwidth by leveraging the
additional ports/Ethernet MAC combinations.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20231013103314.10306-2-zajec5@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
  • Loading branch information
Rafał Miłecki authored and Florian Fainelli committed Oct 23, 2023
1 parent 473baea commit d313b0e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,20 @@

port@5 {
status = "disabled";

fixed-link {
speed = <1000>;
full-duplex;
};
};

port@7 {
status = "disabled";

fixed-link {
speed = <1000>;
full-duplex;
};
};

port@8 {
Expand Down

0 comments on commit d313b0e

Please sign in to comment.