summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2019-08-14 20:23:22 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:06:08 +0800
commitaf0864b63a5d1148ac41844d58288ec112ce04e4 (patch)
treec5ef9fa77381116d7deaba6200ce673f10dadb97 /arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
parent602c3749f542f2621c0f39c84db378a6e4219811 (diff)
ARM: dts: imx6ul-14x14-evk: add emmc support
Add emmc support for imx6ull-14x14-evk and imx6ul-14x14-evk board Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts')
-rw-r--r--arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts b/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
new file mode 100644
index 000000000000..d6dc9121b747
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2019 NXP
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ */
+
+#include "imx6ull-14x14-evk.dts"
+
+&usdhc2 {
+ pinctrl-names = "default", "state_100mhz", "state_200mhz";
+ pinctrl-0 = <&pinctrl_usdhc2_8bit>;
+ pinctrl-1 = <&pinctrl_usdhc2_8bit_100mhz>;
+ pinctrl-2 = <&pinctrl_usdhc2_8bit_200mhz>;
+ bus-width = <8>;
+ non-removable;
+ status = "okay";
+};
+