Skip to content

Commit 5f26fc5

Browse files
committed
Disabling eth phy
1 parent 34f13fa commit 5f26fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-arduino-bsp/recipes-bsp/device-tree/arduino-device-tree/portenta-x9/arduino_portenta-x9.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
phy-mode = "rgmii-id";
191191
phy-handle = <&ethphy2>;
192192
fsl,magic-packet;
193-
status = "okay";
193+
status = "disabled";
194194
phy-reset-gpios = <&gpio3 27 GPIO_ACTIVE_LOW>;
195195
phy-reset-duration = <10>; /* [ms] */
196196
phy-reset-post-delay = <80>; /* [ms] */
@@ -216,7 +216,7 @@
216216
pinctrl-0 = <&pinctrl_eqos>;
217217
phy-mode = "rgmii-id";
218218
phy-handle = <&ethphy1>;
219-
status = "okay";
219+
status = "disabled";
220220

221221
mdio {
222222
compatible = "snps,dwmac-mdio";

0 commit comments

Comments
 (0)