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

Commit e5a84bac authored by Stefan Roese's avatar Stefan Roese Committed by David S. Miller
Browse files

ARM: cubieboard: Enable ethernet (EMAC) support in dts

parent e38afcb3
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -27,6 +27,21 @@
	};

	soc@01c20000 {
		emac: ethernet@01c0b000 {
			pinctrl-names = "default";
			pinctrl-0 = <&emac_pins_a>;
			phy = <&phy1>;
			status = "okay";
		};

		mdio@01c0b080 {
			status = "okay";

			phy1: ethernet-phy@1 {
				reg = <1>;
			};
		};

		pinctrl@01c20800 {
			led_pins_cubieboard: led_pins@0 {
				allwinner,pins = "PH20", "PH21";