diff --git a/feeds/qca-wifi-7/ipq53xx/base-files/etc/init.d/phy_quirks b/feeds/qca-wifi-7/ipq53xx/base-files/etc/init.d/phy_quirks index 65670d248..5f2b31aa6 100755 --- a/feeds/qca-wifi-7/ipq53xx/base-files/etc/init.d/phy_quirks +++ b/feeds/qca-wifi-7/ipq53xx/base-files/etc/init.d/phy_quirks @@ -9,14 +9,5 @@ boot() { edgecore,eap105) ssdk_sh debug phy set 0x1 0x601FD032 0xff ;; - zyxel,nwa130be) - #eth0: APPE: phyaddr 4 green:2.5G orange:others - ssdk_sh debug phy set 4 0x40078074 0x670 - ssdk_sh debug phy set 4 0x40078078 0x8600 - - #eth1: MHT: phyaddr 3 green:2.5G orange:others - ssdk_sh debug phy set 3 0x40078074 0x670 - ssdk_sh debug phy set 3 0x40078078 0x8600 - ;; esac } diff --git a/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-zyxel-nwa130be.dts b/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-zyxel-nwa130be.dts index 2a4c6c546..4fc7ae25a 100755 --- a/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-zyxel-nwa130be.dts +++ b/feeds/qca-wifi-7/ipq53xx/dts/ipq5332-zyxel-nwa130be.dts @@ -143,6 +143,26 @@ blink_en = "enable"; active = "high"; }; + + qcom,port_ledinfo { + port@1 { + port = <2>; + led_source@0 { + source = <0>; + mode = "normal"; + speed = "2500M"; + active = "high"; + blink_en = "enable"; + }; + led_source@1 { + source = <1>; + mode = "normal"; + speed = "10M", "100M","1000M"; + active = "high"; + blink_en = "enable"; + }; + }; + }; }; ess-switch1@1 { @@ -179,6 +199,26 @@ }; }; + qcom,port_ledinfo { + port@3 { + port = <3>; + led_source@0 { + source = <0>; + mode = "normal"; + speed = "2500M"; + active = "high"; + blink_en = "enable"; + }; + led_source@1 { + source = <1>; + mode = "normal"; + speed = "10M", "100M","1000M"; + active = "high"; + blink_en = "enable"; + }; + }; + }; + led_source@2 { source = <2>; mode = "normal";