[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1456763376-21457-4-git-send-email-alexandre.torgue@gmail.com>
Date: Mon, 29 Feb 2016 17:29:36 +0100
From: Alexandre TORGUE <alexandre.torgue@...il.com>
To: Arnd Bergmann <arnd@...db.de>, olof@...om.net, khilman@...nel.org,
linux-arm-kernel@...ts.infradead.org,
Giuseppe Cavallaro <peppe.cavallaro@...com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Daniel Thompson <daniel.thompson@...aro.org>,
Kamil Lulko <rev13@...pl>, afaerber@...e.de,
netdev@...r.kernel.org
Subject: [PATCH 3/3] ARM: dts: stm32f429: Enable Ethernet on Eval board
MAC is connected to a PHY in MII mode.
Signed-off-by: Alexandre TORGUE <alexandre.torgue@...il.com>
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index 1ae57fa..e345459 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -87,6 +87,21 @@
clock-frequency = <25000000>;
};
+ðernet0 {
+ status = "okay";
+ pinctrl-0 = <ðernet0_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";
--
1.9.1
Powered by blists - more mailing lists