mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 10:43:35 +00:00
arm64: dts: imx8mp: Adjust EQoS PHY address on i.MX8MP DHCOM
The current variant of the SoM has LAN8740Ai PHY connected to EQoS strapped to MDIO address 0 , adjust the MDIO address to match the hardware. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
ef7ceb3ec7
commit
c46fa5d6c3
1 changed files with 2 additions and 2 deletions
|
@ -94,14 +94,14 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
/* Up to one of these two PHYs may be populated. */
|
/* Up to one of these two PHYs may be populated. */
|
||||||
ethphy0f: ethernet-phy@1 { /* SMSC LAN8740Ai */
|
ethphy0f: ethernet-phy@0 { /* SMSC LAN8740Ai */
|
||||||
compatible = "ethernet-phy-id0007.c110",
|
compatible = "ethernet-phy-id0007.c110",
|
||||||
"ethernet-phy-ieee802.3-c22";
|
"ethernet-phy-ieee802.3-c22";
|
||||||
interrupt-parent = <&gpio3>;
|
interrupt-parent = <&gpio3>;
|
||||||
interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
|
interrupts = <19 IRQ_TYPE_LEVEL_LOW>;
|
||||||
pinctrl-0 = <&pinctrl_ethphy0>;
|
pinctrl-0 = <&pinctrl_ethphy0>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
reg = <1>;
|
reg = <0>;
|
||||||
reset-assert-us = <1000>;
|
reset-assert-us = <1000>;
|
||||||
reset-deassert-us = <1000>;
|
reset-deassert-us = <1000>;
|
||||||
reset-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue