提交 13759544 编写于 作者: A Alexandre TORGUE 提交者: Maxime Coquelin

ARM: dts: stm32f429: Enable Ethernet on Eval board

MAC is connected to a PHY in MII mode.
Signed-off-by: NAlexandre TORGUE <alexandre.torgue@gmail.com>
Signed-off-by: NMaxime Coquelin <mcoquelin.stm32@gmail.com>
上级 9ee33d66
......@@ -94,6 +94,21 @@
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册