Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13759544 authored by Alexandre TORGUE's avatar Alexandre TORGUE Committed by Maxime Coquelin
Browse files

ARM: dts: stm32f429: Enable Ethernet on Eval board



MAC is connected to a PHY in MII mode.

Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@gmail.com>
Signed-off-by: default avatarMaxime Coquelin <mcoquelin.stm32@gmail.com>
parent 9ee33d66
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -94,6 +94,21 @@
	clock-frequency = <25000000>;
	clock-frequency = <25000000>;
};
};


&ethernet0 {
	status = "okay";
	pinctrl-0	= <&ethernet0_mii>;
	pinctrl-names	= "default";
	phy-mode	= "mii-id";
	mdio0 {
		#address-cells = <1>;
		#size-cells = <0>;
		compatible = "snps,dwmac-mdio";
		phy1: ethernet-phy@1 {
			reg = <1>;
		};
	};
};

&usart1 {
&usart1 {
	pinctrl-0 = <&usart1_pins_a>;
	pinctrl-0 = <&usart1_pins_a>;
	pinctrl-names = "default";
	pinctrl-names = "default";