Switch port order was reversed due to reading the internal labling (which mismatches the one on the case). Signed-off-by: David Bauer <[email protected]>
@@ -65,12 +65,12 @@
ports {
port@0 {
status = "okay";
- label = "lan1";
+ label = "lan5";
};
port@1 {
- label = "lan2";
+ label = "lan4";
port@2 {
@@ -80,12 +80,12 @@
port@3 {
- label = "lan4";
+ label = "lan2";
port@4 {
- label = "lan5";
+ label = "lan1";