arm: dts: ipq9574: Add support for qca8084 in AL02-C8

This patch adds support for qca8084 phy based ports
in AL02-c8.

AL02-c8 has 4x2.5 + 2x10G.

Change-Id: Ibcad3d388cd6242158944d16c1b6cd3a08ba12aa
Signed-off-by: Selvam Sathappan Periakaruppan <quic_speriaka@quicinc.com>
This commit is contained in:
Selvam Sathappan Periakaruppan 2022-05-17 10:08:54 +05:30 committed by Gerrit - the friendly Code Review server
parent 7f874a0c1b
commit 5a1b34b9d2

View file

@ -17,4 +17,33 @@
/ {
machid = <0x8050701>;
config_name = "config@al02-c8";
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>;
};
};
};
};