summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@freebsd.org>2018-03-02 22:38:52 +0100
committerChen-Yu Tsai <wens@csie.org>2018-03-08 11:19:26 +0800
commitcd244bd0d9e5d93a9d375ad609856228a35c3c50 (patch)
treeb1063992581269bec4382a7b9ab4bb55add9fbae /arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
parent6d049db7d3dc6a59facf4bb57b8ef555b66be3b7 (diff)
downloadlinux-cd244bd0d9e5d93a9d375ad609856228a35c3c50.tar.bz2
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: Emmanuel Vadot <manu@freebsd.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> [wens@csie.org: Fixed "mmc2_8bits_pins" label typo; added subject prefixes] Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts')
-rw-r--r--arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
index a6e61915d648..d2ebcaea8b41 100644
--- a/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
+++ b/arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts
@@ -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";
};