arm: dts: ipq9574: Add support for qca8084 in AL03

In AL03, we have qca8084 support instead of
qca807X and this patch adds support for the
same.

Note that there are only 5 ethernet ports in
AL03.

4x2.5G -> qca8084 port
1x10G  -> Aquantia port

Change-Id: I824169cb972dd0fbd28c7d8648df3691ca93432f
Signed-off-by: Selvam Sathappan Periakaruppan <quic_speriaka@quicinc.com>
This commit is contained in:
Selvam Sathappan Periakaruppan 2022-05-17 09:08:18 +05:30 committed by Gerrit - the friendly Code Review server
parent 1c409bd8d6
commit 7f874a0c1b

View file

@ -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_WRAPPER_UQXGMII>;
port_phyinfo {
port@0 {
phy_address = <1>;
phy_type = <QCA8084_PHY_TYPE>;
};
port@1 {
phy_address = <2>;
phy_type = <QCA8084_PHY_TYPE>;
};
port@2 {
phy_address = <3>;
phy_type = <QCA8084_PHY_TYPE>;
};
port@3 {
phy_address = <4>;
phy_type = <QCA8084_PHY_TYPE>;
};
/* Port 5 is unused in al03-c1 */
port@4 {
phy_address = <0xff>;
phy_type = <UNUSED_PHY_TYPE>;
};
};
};
};