Skip to content

Commit d313b0e

Browse files
Rafał Miłeckiffainelli
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 473baea commit d313b0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,20 @@
229229

230230
port@5 {
231231
status = "disabled";
232+
233+
fixed-link {
234+
speed = <1000>;
235+
full-duplex;
236+
};
232237
};
233238

234239
port@7 {
235240
status = "disabled";
241+
242+
fixed-link {
243+
speed = <1000>;
244+
full-duplex;
245+
};
236246
};
237247

238248
port@8 {

0 commit comments

Comments
 (0)