Commit e0d1e597 authored by Sumit Batra's avatar Sumit Batra Committed by Mahesh Mahadevan
Browse files

mdio: fmurt6: dts: Enable the parent node of mdio



mdio_enet_nxp driver accesses the registers of its parent node Ethernet MAC
This commit enables this node in mimxrt1062_fmurt6 board's device tree.
This also fixes Issue #80881

Signed-off-by: default avatarSumit Batra <sumit.batra@nxp.com>
parent 8fc161f8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -385,12 +385,17 @@
	nxp,prescaler = <64>;
};

&enet2 {
	status = "okay";
};

&enet2_mac {
	pinctrl-0 = <&pinmux_enet>;
	pinctrl-names = "default";
	zephyr,random-mac-address;
	phy-connection-type = "rmii";
	phy-handle = <&phy>;
	status = "okay";
};

&enet2_mdio {