Skip to content

Commit a32b1da

Browse files
committed
boards: stm32: stm32n6570_dk: disable ethernet phy support
Disable ethernet phy support to use ethernet over USB. Signed-off-by: Hugues Fruchet <[email protected]>
1 parent 2878753 commit a32b1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ zephyr_udc0: &usbotg_hs1 {
378378
};
379379

380380
&mac {
381-
status = "okay";
381+
status = "disabled";
382382
pinctrl-0 = <&eth1_rgmii_gtx_clk_pf0
383383
&eth1_rgmii_clk125_pf2
384384
&eth1_rgmii_rx_clk_pf7
@@ -398,7 +398,7 @@ zephyr_udc0: &usbotg_hs1 {
398398
};
399399

400400
&mdio {
401-
status = "okay";
401+
status = "disabled";
402402
pinctrl-0 = <&eth1_mdio_pd12 &eth1_mdc_pd1>;
403403
pinctrl-names = "default";
404404

0 commit comments

Comments
 (0)