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 <[email protected]> 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 d313b0e commit 253358f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

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)