Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: BCM5301X: Set fixed-link for extra Netgear R8000 CPU ports

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>

authored by

Rafał Miłecki and committed by
Florian Fainelli
d313b0e9 473baeab

+10
+10
arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts
··· 229 229 230 230 port@5 { 231 231 status = "disabled"; 232 + 233 + fixed-link { 234 + speed = <1000>; 235 + full-duplex; 236 + }; 232 237 }; 233 238 234 239 port@7 { 235 240 status = "disabled"; 241 + 242 + fixed-link { 243 + speed = <1000>; 244 + full-duplex; 245 + }; 236 246 }; 237 247 238 248 port@8 {