Skip to content

Commit ecae2c2

Browse files
committed
Fix the BPI R4 Pro 4E dtb to support the LAN sfp and rename the interfaces.
1 parent 0722262 commit ecae2c2

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-4e.dts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,18 @@
2020
};
2121

2222
&gsw_port2 {
23-
label = "lan5";
23+
label = "lan6";
2424
status = "okay";
2525
};
2626

2727
&switch16 {
2828
ports {
29-
port6: port@6 {
30-
reg = <12>;
31-
label = "lan6";
32-
phy-mode = "usxgmii";
33-
phy-connection-type = "usxgmii";
29+
port13: port@13 {
30+
reg = <13>;
31+
label = "lan7";
32+
phy-mode = "10gbase-r";
3433
managed = "in-band-status";
3534
sfp = <&sfp1>;
36-
3735
status = "okay";
3836
};
3937
};

0 commit comments

Comments
 (0)