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

Commit 109588fd authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun6i: Add ethernet support to M9 board



The Mele M9 has an ethernet board, enable it.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent f6c3b046
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -109,6 +109,18 @@
			pinctrl-0 = <&uart0_pins_a>;
			status = "okay";
		};

		gmac: ethernet@01c30000 {
			pinctrl-names = "default";
			pinctrl-0 = <&gmac_pins_mii_a>;
			phy = <&phy1>;
			phy-mode = "mii";
			status = "okay";

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

	leds {