Merge pull request #1 from ZqinKing/main

fix jdcloud-ax1800-pro nic label
This commit is contained in:
breeze303 2024-10-15 20:54:56 +08:00 committed by GitHub
commit 4fa79a70a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View File

@ -57,12 +57,14 @@
&dp4 {
phy-handle = <&qca8075_3>;
status = "okay";
label = "lan3";
};
&dp5 {
phy-handle = <&qca8075_4>;
phy-mode = "psgmii";
status = "okay";
label = "lan4";
};
&wifi {

View File

@ -291,16 +291,19 @@
&dp1{
phy-handle = <&qca8075_0>;
status = "okay";
label = "wan";
};
&dp2{
phy-handle = <&qca8075_1>;
status = "okay";
label = "lan1";
};
&dp3{
phy-handle = <&qca8075_2>;
status = "okay";
label = "lan2";
};
&qpic_bam {

View File

@ -295,22 +295,26 @@
&dp2 {
phy-handle = <&qca8075_1>;
status = "okay";
label = "lan1";
};
&dp3 {
phy-handle = <&qca8075_2>;
status = "okay";
label = "lan2";
};
&dp4 {
phy-handle = <&qca8075_3>;
status = "okay";
label = "lan3";
};
&dp5 {
phy-handle = <&qca8075_4>;
phy-mode = "psgmii";
status = "okay";
label = "wan";
};
&sdhc_1 {