summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx7ulp-evk-emmc.dts
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-17 17:17:59 +0800
committerYe Li <ye.li@nxp.com>2018-04-27 02:30:53 -0700
commit29a10734150e91d3b5596f11a7533cb52dc5a4d2 (patch)
tree292c59403599707c021150fee10b441f6a149ca5 /arch/arm/dts/imx7ulp-evk-emmc.dts
parent74f5fffe9aee3e1434b63b95e33e7ecc7e5a2b08 (diff)
MLK-14445-9 mx7ulp_evk: Add eMMC reworked board support
Add build configuration and DTS file to enable eMMC for eMMC reworked EVK board. Because the eMMC DTS file has QSPI node disabled, so we change to use non-DM QSPI driver. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 9ae0e03eb829f694d26caec22f91d1f0fdba980d)
Diffstat (limited to 'arch/arm/dts/imx7ulp-evk-emmc.dts')
-rw-r--r--arch/arm/dts/imx7ulp-evk-emmc.dts18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/imx7ulp-evk-emmc.dts b/arch/arm/dts/imx7ulp-evk-emmc.dts
new file mode 100644
index 0000000000..e58616e71b
--- /dev/null
+++ b/arch/arm/dts/imx7ulp-evk-emmc.dts
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ *
+ * 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-evk.dts"
+
+&usdhc0 {
+ pinctrl-names = "default", "sleep";
+ pinctrl-0 = <&pinctrl_usdhc0_8bit>;
+ pinctrl-1 = <&pinctrl_usdhc0_8bit>;
+ non-removable;
+ bus-width = <8>;
+ status = "okay";
+};