summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6sx-19x19-val-gpmi-weim.dts
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-05-05 00:51:44 -0700
committerYe Li <ye.li@nxp.com>2020-05-05 00:51:44 -0700
commitf66c92b405aeb9cc2d2838d8b669b199859a40e2 (patch)
treef7bed36ae7bada4681f53eb8e1c52498f67b85b8 /arch/arm/dts/imx6sx-19x19-val-gpmi-weim.dts
parent085e4bc72324bad001c68350a50ca86bdf4ffc52 (diff)
MLK-23574-51 mx6sx_val: Add iMX6SX validation boards support
Porting the iMX6SX 17x17 DDR3/LPDDR2 (14x14) validation board and 19x19 DDR3/LPDDR2 validation board support from v2019.04 u-boot. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/dts/imx6sx-19x19-val-gpmi-weim.dts')
-rw-r--r--arch/arm/dts/imx6sx-19x19-val-gpmi-weim.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6sx-19x19-val-gpmi-weim.dts b/arch/arm/dts/imx6sx-19x19-val-gpmi-weim.dts
new file mode 100644
index 0000000000..eb9738aff6
--- /dev/null
+++ b/arch/arm/dts/imx6sx-19x19-val-gpmi-weim.dts
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2014 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 "imx6sx-19x19-val.dts"
+
+&qspi2 {
+ status = "disabled";
+};
+
+&gpmi {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_gpmi_nand_1>;
+ status = "okay"; /* pin conflict with qspi*/
+ nand-on-flash-bbt;
+};