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

ARM: dts: BCM5301X: Set switch ports for Linksys EA9200

This patch was developed as OpenWrt downstream change and was recently
confirmed to work as expected.

Tested-by: Rani Hod <rani.hod@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20231024072605.32517-1-zajec5@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Rafał Miłecki and committed by
Florian Fainelli
253358f3 d313b0e9

+38
+38
arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts
··· 47 47 &usb3_phy { 48 48 status = "okay"; 49 49 }; 50 + 51 + &srab { 52 + status = "okay"; 53 + 54 + ports { 55 + port@0 { 56 + label = "lan1"; 57 + }; 58 + 59 + port@1 { 60 + label = "lan2"; 61 + }; 62 + 63 + port@2 { 64 + label = "lan3"; 65 + }; 66 + 67 + port@3 { 68 + label = "lan4"; 69 + }; 70 + 71 + port@4 { 72 + label = "wan"; 73 + }; 74 + 75 + port@5 { 76 + status = "disabled"; 77 + }; 78 + 79 + port@7 { 80 + status = "disabled"; 81 + }; 82 + 83 + port@8 { 84 + label = "cpu"; 85 + }; 86 + }; 87 + };