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

Commit cd244bd0 authored by Emmanuel Vadot's avatar Emmanuel Vadot Committed by Chen-Yu Tsai
Browse files

ARM: dts: sun8i: h3: Add eMMC for NanoPi M1 Plus



The NanoPi-M1-Plus have a 8GB eMMC, add a node for it.
This eMMC is always powered with 3.3V.

Signed-off-by: default avatarEmmanuel Vadot <manu@freebsd.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
[wens@csie.org: Fixed "mmc2_8bits_pins" label typo; added subject prefixes]
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 6d049db7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -119,6 +119,16 @@
	};
};

&mmc2 {
	pinctrl-names = "default";
	pinctrl-0 = <&mmc2_8bit_pins>;
	vmmc-supply = <&reg_vcc3v3>;
	vqmmc-supply = <&reg_vcc3v3>;
	bus-width = <8>;
	non-removable;
	status = "okay";
};

&ohci1 {
	status = "okay";
};