1
1
This commit is contained in:
mooleshacat 2026-06-16 12:25:22 -04:00
parent d7fba5c9d1
commit 7e74b3ded9
Signed by: mooleshacat
GPG Key ID: 6F42FE1A481818C2

View File

@ -119,9 +119,8 @@
port@0 {
reg = <0>;
label = "cpu";
ethernet = <&gmac>;
ethernet = <&swport5>;
phy-mode = "rgmii";
tag-protocol = "none";
fixed-link {
speed = <1000>;
full-duplex;
@ -162,6 +161,7 @@
phy-mode = "internal";
phy-handle = <&qca8337_phy4>;
};
};
/*
@ -233,10 +233,13 @@
swport5: port@5 {
reg = <5>;
label = "lan3";
phy-handle = <&ethphy12>;
phy-mode = "psgmii";
label = "cpu";
phy-mode = "rgmii";
status = "okay";
fixed-link {
speed = <1000>;
full-duplex;
};
};
/*