summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6ul-14x14-ddr3-arm2-gpmi-weim.dts
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-08 21:22:57 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:06:24 +0800
commit1900d5328722777b1ca0d2222031a9a7355ec5e4 (patch)
treea78eca66b724f73c0f5563b354a4bdacc6b52d97 /arch/arm/dts/imx6ul-14x14-ddr3-arm2-gpmi-weim.dts
parent62c6437a7d3b07965d35f86c5bc53d4b27686230 (diff)
downloadu-boot-imx-1900d5328722777b1ca0d2222031a9a7355ec5e4.zip
u-boot-imx-1900d5328722777b1ca0d2222031a9a7355ec5e4.tar.gz
u-boot-imx-1900d5328722777b1ca0d2222031a9a7355ec5e4.tar.bz2
MLK-14382-2 mx6ularm2: Add DTS files for ARM2 boards
Copy the DTS files from kernel for DDR3 ARM2 board and LPDDR2 ARM2 board preparing for enabling OF_CONTROL. Modify the QSPI n25q256a flash node's compatible to "spi-flash" for using DM SPI driver. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/dts/imx6ul-14x14-ddr3-arm2-gpmi-weim.dts')
-rw-r--r--arch/arm/dts/imx6ul-14x14-ddr3-arm2-gpmi-weim.dts34
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ul-14x14-ddr3-arm2-gpmi-weim.dts b/arch/arm/dts/imx6ul-14x14-ddr3-arm2-gpmi-weim.dts
new file mode 100644
index 0000000..2e6b544
--- /dev/null
+++ b/arch/arm/dts/imx6ul-14x14-ddr3-arm2-gpmi-weim.dts
@@ -0,0 +1,34 @@
+/*
+ * Copyright (C) 2015 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 "imx6ul-14x14-ddr3-arm2.dts"
+
+/*
+ * solve pin conflict with NAND
+ *
+ * USDHC2_CD, SD2_RST_B, USDHC2_WP conflict with RAWNAND CE pins , also
+ * overwritten the conflict of SD2_RST_B with RAWNAND ALE in hog
+ * QSPI CLK, CE and DATA pins conflict with RAWNAND data pins and CE, CLE, RB,
+ * WP, DQS pin
+ *
+ */
+&iomuxc {
+ pinctrl-0 = <&pinctrl_hog>;
+};
+
+&qspi{
+ status = "disabled";
+};
+
+&gpmi{
+ status = "okay";
+};
+
+&usdhc2 {
+ status = "disabled";
+};