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

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
......@@ -94,6 +94,21 @@ &clk_hse {
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 {
pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment