Update IPQ DTS

This commit is contained in:
Roc Lai 2025-09-16 21:41:06 +08:00
parent 6eb0ae7a36
commit 4107fdd04c
4 changed files with 7 additions and 7 deletions

View File

@ -60,8 +60,8 @@
&switch {
status = "okay";
switch_lan_bmp = <(ESS_PORT2 | ESS_PORT3 | ESS_PORT4 | ESS_PORT5)>;
switch_wan_bmp = <ESS_PORT1>;
switch_lan_bmp = <(ESS_PORT1 | ESS_PORT3 | ESS_PORT4 | ESS_PORT5)>;
switch_wan_bmp = <ESS_PORT2>;
switch_mac_mode = <MAC_MODE_PSGMII>;
qcom,port_phyinfo {
@ -95,13 +95,13 @@
&dp1 {
status = "okay";
phy-handle = <&qca8075_0>;
label = "wan";
label = "lan1";
};
&dp2 {
status = "okay";
phy-handle = <&qca8075_1>;
label = "lan1";
label = "wan";
};
&dp3 {

View File

@ -386,7 +386,7 @@
partition@0 {
label = "rootfs";
reg = <0x00000000 0x10000000>;
reg = <0x0 0x0>;
};
};
};

View File

@ -219,7 +219,7 @@
partition@0 {
label = "rootfs";
reg = <0x00000000 0x03400000>;
reg = <0x0 0x0>;
};
};
};

View File

@ -309,7 +309,7 @@ define Device/link_nn6000-v1
KERNEL_SIZE := 6144k
BLOCKSIZE := 128k
SOC := ipq6000
DEVICE_DTS_CONFIG := config@cp03-c2
DEVICE_DTS_CONFIG := config@cp03-c1
DEVICE_PACKAGES := ipq-wifi-link_nn6000
IMAGE/factory.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-rootfs | append-metadata
endef