ARM: dts: stm32f429: Enable Ethernet on Eval board

MAC is connected to a PHY in MII mode.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@gmail.com>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
This commit is contained in:
Alexandre TORGUE 2016-02-29 17:29:00 +01:00 коммит произвёл Maxime Coquelin
Родитель 9ee33d660d
Коммит 13759544fe
1 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -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";