Skip to content

Commit 34f13fa

Browse files
committed
Re-enable phys and wlan module
1 parent 1a3d5ab commit 34f13fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 = "disabled";
193+
status = "okay";
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 = "disabled";
219+
status = "okay";
220220

221221
mdio {
222222
compatible = "snps,dwmac-mdio";
@@ -491,7 +491,7 @@
491491
non-removable;
492492
wakeup-source;
493493
fsl,sdio-async-interrupt-enabled;
494-
status = "disabled";
494+
status = "okay";
495495

496496
wifi_wake_host {
497497
compatible = "nxp,wifi-wake-host";

0 commit comments

Comments
 (0)