Commit ae6f0020 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Gregory CLEMENT

ARM: dts: armada-xp-rn2120: add pinmuxing for ethernet

Up to now working ethernet depended on the bootloader to configure the
pinmuxing. Make it explicit.

As a side effect this change makes ethernet work in barebox.
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent fcfd3da3
...@@ -164,12 +164,18 @@ phy1: ethernet-phy@1 { /* Marvell 88E1318 */ ...@@ -164,12 +164,18 @@ phy1: ethernet-phy@1 { /* Marvell 88E1318 */
}; };
ethernet@70000 { ethernet@70000 {
pinctrl-0 = <&ge0_rgmii_pins>;
pinctrl-names = "default";
status = "okay"; status = "okay";
phy = <&phy0>; phy = <&phy0>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
}; };
ethernet@74000 { ethernet@74000 {
pinctrl-0 = <&ge1_rgmii_pins>;
pinctrl-names = "default";
status = "okay"; status = "okay";
phy = <&phy1>; phy = <&phy1>;
phy-mode = "rgmii-id"; phy-mode = "rgmii-id";
......
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