提交 cd244bd0 编写于 作者: E Emmanuel Vadot 提交者: Chen-Yu Tsai

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: NEmmanuel Vadot <manu@freebsd.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
[wens@csie.org: Fixed "mmc2_8bits_pins" label typo; added subject prefixes]
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
上级 6d049db7
......@@ -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";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册