Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94dcfdc7 authored by Corentin Labbe's avatar Corentin Labbe Committed by Maxime Ripard
Browse files

arm64: allwinner: pine64-plus: Enable dwmac-sun8i



The dwmac-sun8i hardware is present on the pine64 plus.
It uses an external PHY rtl8211e via RGMII.

Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 97023943
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -46,5 +46,20 @@
	model = "Pine64+";
	compatible = "pine64,pine64-plus", "allwinner,sun50i-a64";

	/* TODO: Camera, Ethernet PHY, touchscreen, etc. */
	/* TODO: Camera, touchscreen, etc. */
};

&emac {
	pinctrl-names = "default";
	pinctrl-0 = <&rgmii_pins>;
	phy-mode = "rgmii";
	phy-handle = <&ext_rgmii_phy>;
	status = "okay";
};

&mdio {
	ext_rgmii_phy: ethernet-phy@1 {
		compatible = "ethernet-phy-ieee802.3-c22";
		reg = <1>;
	};
};