diff options
author | Chen Minqiang <ptpt52@gmail.com> | 2022-10-03 09:41:31 +0800 |
---|---|---|
committer | Chen Minqiang <ptpt52@gmail.com> | 2022-10-22 20:09:58 +0800 |
commit | 350593307381c3021b6990efa6ff16550a5e59a8 (patch) | |
tree | 5f6b02f714e358216d35b646589edd49387b7dc7 /target/linux/ipq40xx/files | |
parent | b9b0407901f6518a0f5c4825208cff542f4b80cd (diff) | |
download | upstream-350593307381c3021b6990efa6ff16550a5e59a8.tar.gz upstream-350593307381c3021b6990efa6ff16550a5e59a8.tar.bz2 upstream-350593307381c3021b6990efa6ff16550a5e59a8.zip |
ipq40xx: convert to DSA and enable asus,rt-ac42u
This convert board asus,rt-ac42u to DSA and re-enable it
Reviewed-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/files')
-rw-r--r-- | target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rt-ac42u.dts | 40 |
1 files changed, 28 insertions, 12 deletions
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rt-ac42u.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rt-ac42u.dts index 3d58eac09e..f746acfbb9 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rt-ac42u.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rt-ac42u.dts @@ -31,10 +31,6 @@ status = "okay"; }; - ess-psgmii@98000 { - status = "okay"; - }; - tcsr@1949000 { compatible = "qcom,tcsr"; reg = <0x1949000 0x100>; @@ -85,14 +81,6 @@ watchdog@b017000 { status = "okay"; }; - - ess-switch@c000000 { - status = "okay"; - }; - - edma@c080000 { - status = "okay"; - }; }; keys { @@ -282,6 +270,34 @@ status = "okay"; }; +&gmac { + status = "okay"; +}; + +&switch { + status = "okay"; +}; + +&swport1 { + status = "okay"; +}; + +&swport2 { + status = "okay"; +}; + +&swport3 { + status = "okay"; +}; + +&swport4 { + status = "okay"; +}; + +&swport5 { + status = "okay"; +}; + &wifi0 { status = "okay"; qcom,ath10k-calibration-variant = "ASUS-RT-AC42U"; |