File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 175175 status = "okay";
176176};
177177
178+ &mac {
179+ status = "okay";
180+ pinctrl-0 = <ð_rmii_rxd0_pg4
181+ ð_rmii_rxd1_pg5
182+ ð_rmii_ref_clk_pb6
183+ ð_rmii_crs_dv_pa7
184+ ð_rmii_tx_en_pg11
185+ ð_rmii_txd0_pg13
186+ ð_rmii_txd1_pg12>;
187+ pinctrl-names = "default";
188+ phy-connection-type = "rmii";
189+ phy-handle = <ð_phy>;
190+ };
191+
192+ &mdio {
193+ status = "okay";
194+ pinctrl-0 = <ð_mdio_pa2 ð_mdc_pg6>;
195+ pinctrl-names = "default";
196+
197+ eth_phy: ethernet-phy@0 {
198+ compatible = "ethernet-phy";
199+ reg = <0x00>;
200+ };
201+ };
202+
178203&flash0 {
179204 partitions {
180205 compatible = "fixed-partitions";
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ supported:
1515 - octospi
1616 - can
1717 - canfd
18+ - netif:eth
1819vendor : st
You can’t perform that action at this time.
0 commit comments