diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-tew-829dru.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-tew-829dru.dts index c2b0aadcb9..f10ad9f563 100644 --- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-tew-829dru.dts +++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-tew-829dru.dts @@ -73,11 +73,29 @@ * This is the PSGMII calibration PHY for SerDes bring-up sequencing. */ psgmii-ethphy = <ðphy12>; + + /delete-node/ ports; /* nuke ALL upstream port definitions first */ ports { #address-cells = <1>; #size-cells = <0>; + /* + * port@0 is the CPU port — connects ESS to the EDMA/gmac. + * This MUST be present or DSA refuses to initialize the tree. + */ + port@0 { + reg = <0>; + label = "cpu"; + ethernet = <&gmac>; + phy-mode = "internal"; + + fixed-link { + speed = <1000>; + full-duplex; + }; + }; + swport1: port@1 { reg = <1>; label = "wan1";