diff --git a/arch/arm/dts/ipq9574-al03-c1.dts b/arch/arm/dts/ipq9574-al03-c1.dts index 6cdf49f7fa..8a1f5ade9a 100644 --- a/arch/arm/dts/ipq9574-al03-c1.dts +++ b/arch/arm/dts/ipq9574-al03-c1.dts @@ -38,4 +38,38 @@ }; }; }; + + ess-switch { + /* Overriding config to support QCA8084 PHY instead of + * QCA8075 PHY + */ + /delete-property/qca807x_gpio; + /delete-property/qca807x_gpio_cnt; + qca808x_gpio = <60>; + qca808x_gpio_cnt = <1>; + switch_mac_mode0 = ; + port_phyinfo { + port@0 { + phy_address = <1>; + phy_type = ; + }; + port@1 { + phy_address = <2>; + phy_type = ; + }; + port@2 { + phy_address = <3>; + phy_type = ; + }; + port@3 { + phy_address = <4>; + phy_type = ; + }; + /* Port 5 is unused in al03-c1 */ + port@4 { + phy_address = <0xff>; + phy_type = ; + }; + }; + }; };