summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evkb-emmc.dts
diff options
context:
space:
mode:
authorShenwei Wang <shenwei.wang@nxp.com>2019-02-28 09:08:57 -0600
committerShenwei Wang <shenwei.wang@nxp.com>2019-02-28 11:01:37 -0600
commitd8a1f7ccec0154bea139ae58dde9e1b181e0b9d8 (patch)
treeb5adbcf826a3a176d9b6472b7f8b6055dff87a38 /arch/arm/boot/dts/imx7ulp-evkb-emmc.dts
parentfa504e7f6c9b3dd44c2bc658760e2e778f840b05 (diff)
MLK-20998 ARM: dts: imx7ulp: move testing features to EVKB.
Move the emmc/lpuart/sdcard/sensor/spi-slave testing features from EVK to EVKB board. Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com> Reviewed-by: Frank Li <frank.li@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp-evkb-emmc.dts')
-rw-r--r--arch/arm/boot/dts/imx7ulp-evkb-emmc.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7ulp-evkb-emmc.dts b/arch/arm/boot/dts/imx7ulp-evkb-emmc.dts
new file mode 100644
index 000000000000..fbd04b8c8868
--- /dev/null
+++ b/arch/arm/boot/dts/imx7ulp-evkb-emmc.dts
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ * Copyright 2018 NXP.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx7ulp-evkb.dts"
+
+/* To support eMMC HS200/HS400, need to do the following reowrk:
+ * 1,remove TF sd slot, replace eMMC chip
+ * 2,fix eMMC I/O voltage to 1.8v, remove R183, short TP3 and TP89
+ * 3,add R107, make eMMC boot work
+ */
+&usdhc0 {
+ pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
+ pinctrl-0 = <&pinctrl_usdhc0_8bit>;
+ pinctrl-1 = <&pinctrl_usdhc0_8bit>;
+ pinctrl-2 = <&pinctrl_usdhc0_8bit>;
+ pinctrl-3 = <&pinctrl_usdhc0_8bit>;
+ non-removable;
+ bus-width = <8>;
+ status = "okay";
+};