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

Commit bea9b7bc authored by Jelle van der Waa's avatar Jelle van der Waa Committed by Maxime Ripard
Browse files

ARM: dts: sun5i: Add emac_pins_b definition



The emac pins on an A10s can also be routed to the outside through
PORTD rather then through PORTA, add a pinctrl node for this.

Signed-off-by: default avatarJelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent f49243f1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -222,6 +222,17 @@
		allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
	};

	emac_pins_b: emac0@1 {
		allwinner,pins = "PD6", "PD7", "PD10",
				"PD11", "PD12", "PD13", "PD14",
				"PD15", "PD18", "PD19", "PD20",
				"PD21", "PD22", "PD23", "PD24",
				"PD25", "PD26", "PD27";
		allwinner,function = "emac";
		allwinner,drive = <SUN4I_PINCTRL_10_MA>;
		allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
	};

	mmc1_pins_a: mmc1@0 {
		allwinner,pins = "PG3", "PG4", "PG5",
				 "PG6", "PG7", "PG8";