File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed
boards/st/nucleo_n657x0_q Expand file tree Collapse file tree 3 files changed +41
-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 @@ -76,6 +76,8 @@ The Zephyr ``nucleo_n657x0_q`` board supports the following hardware features:
7676| UART | on-chip | serial port-polling; |
7777| | | serial port-interrupt |
7878+-----------+------------+-------------------------------------+
79+ | ETHERNET | on-chip | ethernet |
80+ +-----------+------------+-------------------------------------+
7981
8082
8183Other hardware features are not yet supported on this Zephyr port.
Original file line number Diff line number Diff line change 118118 current-speed = <115200>;
119119 status = "okay";
120120};
121+
122+ &mac {
123+ status = "okay";
124+ pinctrl-0 = <ð1_rmii_ref_clk_pf7
125+ ð1_rmii_crs_dv_pf10
126+ ð1_rmii_rxd0_pf14
127+ ð1_rmii_rxd1_pf15
128+ ð1_rmii_tx_en_pf11
129+ ð1_rmii_txd0_pf12
130+ ð1_rmii_txd1_pf13>;
131+ pinctrl-names = "default";
132+ };
133+
134+ &mdio {
135+ status = "okay";
136+ pinctrl-0 = <ð1_mdio_pf4 ð1_mdc_pg11>;
137+ pinctrl-names = "default";
138+
139+ ethernet-phy@0 {
140+ compatible = "ethernet-phy";
141+ reg = <0x0>;
142+ status = "okay";
143+ };
144+ };
You can’t perform that action at this time.
0 commit comments