aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@freebsd.org>2018-03-02 16:38:52 -0500
committerChen-Yu Tsai <wens@csie.org>2018-03-07 22:19:26 -0500
commitcd244bd0d9e5d93a9d375ad609856228a35c3c50 (patch)
treeb1063992581269bec4382a7b9ab4bb55add9fbae
parent6d049db7d3dc6a59facf4bb57b8ef555b66be3b7 (diff)
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>
-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 @@
119 }; 119 };
120}; 120};
121 121
122&mmc2 {
123 pinctrl-names = "default";
124 pinctrl-0 = <&mmc2_8bit_pins>;
125 vmmc-supply = <&reg_vcc3v3>;
126 vqmmc-supply = <&reg_vcc3v3>;
127 bus-width = <8>;
128 non-removable;
129 status = "okay";
130};
131
122&ohci1 { 132&ohci1 {
123 status = "okay"; 133 status = "okay";
124}; 134};