mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
parent
34a261f30e
commit
a68bae1b95
@ -184,25 +184,25 @@
|
|||||||
&dp1 {
|
&dp1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-handle = <&qca8075_0>;
|
phy-handle = <&qca8075_0>;
|
||||||
label = "wan";
|
label = "lan1";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dp2 {
|
&dp2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-handle = <&qca8075_1>;
|
phy-handle = <&qca8075_1>;
|
||||||
label = "lan1";
|
label = "lan2";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dp3 {
|
&dp3 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-handle = <&qca8075_2>;
|
phy-handle = <&qca8075_2>;
|
||||||
label = "lan2";
|
label = "lan3";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dp4 {
|
&dp4 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-handle = <&qca8075_3>;
|
phy-handle = <&qca8075_3>;
|
||||||
label = "lan3";
|
label = "wan";
|
||||||
};
|
};
|
||||||
|
|
||||||
&wifi {
|
&wifi {
|
||||||
|
@ -271,6 +271,5 @@
|
|||||||
|
|
||||||
&wifi {
|
&wifi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
qcom,ath11k-calibration-variant = "JDC-AX1800-Pro";
|
qcom,ath11k-calibration-variant = "JDC-AX6600";
|
||||||
qcom,ath11k-fw-memory-mode = <1>;
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user