arm: dts: ipq9574: Add support for QCA8084 PHY on AL02-C7 RDP

Updating the AL02-C7 configuration to support QCA8084 PHY
instead of QCA8075 PHY

Change-Id: Ie838d913caeb9dd933c6bd9fbdf8ee58563bdb7a
Signed-off-by: devi priya <quic_devipriy@quicinc.com>
This commit is contained in:
devi priya 2022-11-14 18:07:29 +05:30 committed by Gerrit - the friendly Code Review server
parent b6f164cdea
commit e578237ff0

View file

@ -109,4 +109,33 @@
nand: nand-controller@79B0000 {
status = "disabled";
};
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>;
};
};
};
};