File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
boards/st/nucleo_n657x0_q Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ # STM32N657X0_Q Nucleo board configuration
2+
3+ # Copyright (c) 2025 STMicroelectronics
4+ # SPDX-License-Identifier: Apache-2.0
5+
6+ if BOARD_NUCLEO_N657X0_Q
7+
8+ if NETWORKING
9+
10+ config NET_L2_ETHERNET
11+ default y
12+
13+ endif # NETWORKING
14+
15+ endif # BOARD_NUCLEO_N657X0_Q
Original file line number Diff line number Diff line change 174174 current-speed = <115200>;
175175 status = "okay";
176176};
177+
178+ &mac {
179+ status = "okay";
180+ pinctrl-0 = <ð1_rmii_ref_clk_pf7
181+ ð1_rmii_crs_dv_pf10
182+ ð1_rmii_rxd0_pf14
183+ ð1_rmii_rxd1_pf15
184+ ð1_rmii_tx_en_pf11
185+ ð1_rmii_txd0_pf12
186+ ð1_rmii_txd1_pf13>;
187+ pinctrl-names = "default";
188+ phy-connection-type = "rmii";
189+ };
190+
191+ &mdio {
192+ status = "okay";
193+ pinctrl-0 = <ð1_mdio_pf4 ð1_mdc_pg11>;
194+ pinctrl-names = "default";
195+
196+ ethernet-phy@0 {
197+ compatible = "ethernet-phy";
198+ reg = <0x0>;
199+ status = "okay";
200+ };
201+ };
You can’t perform that action at this time.
0 commit comments