summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2016-08-01 15:22:59 +0800
committerHaibo Chen <haibo.chen@nxp.com>2016-08-09 14:18:58 +0800
commited37edb56fb92bae7739fa7c31889bddd468262f (patch)
treec9dc2a3e3776c790ab5d1b5fa54b10adfe547196 /arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
parent65357b198d718db003b058099b343cfc58b75669 (diff)
MLK-13022-1 arm: dts: new dts for eMMC support on i.MX6ULL EVK reworked board
Enable eMMC for i.MX6ULL EVK rework board due to the pad conflict with NAND and Micro-SD. 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.dts22
1 files changed, 22 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..5097ec8f6037
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
@@ -0,0 +1,22 @@
+/*
+ * 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 "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>;
+ assigned-clocks = <&clks IMX6UL_CLK_USDHC2_SEL>, <&clks IMX6UL_CLK_USDHC2>;
+ assigned-clock-parents = <&clks IMX6UL_CLK_PLL2_PFD0>;
+ assigned-clock-rates = <0>, <176000000>;
+ bus-width = <8>;
+ non-removable;
+ status = "okay";
+};