arm: dts: ipq9574: Fix AQ Phy Address and GPIO

Change-Id: Id0044be3fa723925bcb440edd8d168bd5c718490
Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
Selvam Sathappan Periakaruppan 2021-08-01 15:38:57 +05:30 committed by Gerrit - the friendly Code Review server
parent ffbee0b40e
commit 51ca57fd04

View file

@ -160,12 +160,12 @@
switch_mac_mode0 = <PORT_WRAPPER_PSGMII>;
switch_mac_mode1 = <PORT_WRAPPER_USXGMII>;
switch_mac_mode2 = <PORT_WRAPPER_USXGMII>;
aquantia_gpio = <37>;
qca807x_gpio = <60>;
qca807x_gpio_cnt = <1>;
aquantia_gpio = <36>;
aquantia_gpio_cnt = <1>;
aquantia_port = <4 5>;
aquantia_port_cnt = <2>;
qca807x_gpio = <60>;
qca807x_gpio_cnt = <1>;
mdc_mdio_gpio = <38 39>;
port_phyinfo {
port@0 {
@ -185,11 +185,11 @@
phy_type = <QCA807x_PHY_TYPE>;
};
port@4 {
phy_address = <0>;
phy_address = <8>;
phy_type = <AQ_PHY_TYPE>;
};
port@5 {
phy_address = <8>;
phy_address = <0>;
phy_type = <AQ_PHY_TYPE>;
};
};