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

Commit ddb56254 authored by Marcus Cooper's avatar Marcus Cooper Committed by Chen-Yu Tsai
Browse files

ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2



The dwmac-sun8i hardware is present on the Beelink X2.
It uses the internal PHY.

This patch create the needed emac node.

Signed-off-by: default avatarMarcus Cooper <codekipper@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
[wens@csie.org: Fixed typo in commit subject]
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 6c75582a
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@

	aliases {
		serial0 = &uart0;
		/* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
		ethernet0 = &emac;
		ethernet1 = &sdiowifi;
	};

@@ -108,6 +108,13 @@
	status = "okay";
};

&emac {
	phy-handle = <&int_mii_phy>;
	phy-mode = "mii";
	allwinner,leds-active-low;
	status = "okay";
};

&ir {
	pinctrl-names = "default";
	pinctrl-0 = <&ir_pins_a>;