Skip to content

Commit 253358f

Browse files
Rafał Miłeckiffainelli
authored andcommitted
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>
1 parent d313b0e commit 253358f

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,41 @@
4747
&usb3_phy {
4848
status = "okay";
4949
};
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+
};

0 commit comments

Comments
 (0)