diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-13 15:24:59 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:26 +0800 |
commit | 9496b976d6fff85fadcc918f30339c887130fdb8 (patch) | |
tree | f0912756d1c38826ff9515f73bff638d8cfde021 /arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts | |
parent | 5827aa3d321d3316ba4100175afb9b39113bf893 (diff) | |
download | u-boot-imx-9496b976d6fff85fadcc918f30339c887130fdb8.zip u-boot-imx-9496b976d6fff85fadcc918f30339c887130fdb8.tar.gz u-boot-imx-9496b976d6fff85fadcc918f30339c887130fdb8.tar.bz2 |
MLK-14391-2 mx6sxarm2: Add DTS files for ARM2 boards
Copy the DTS files from kernel for 14x14/17x17/19x19 ARM2 board for
preparing enabling the OF_CONTROL.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts')
-rw-r--r-- | arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts b/arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts new file mode 100644 index 0000000..a50f335 --- /dev/null +++ b/arch/arm/dts/imx6sx-19x19-arm2-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-arm2.dts" + +&qspi2 { + status = "disabled"; +}; + +&gpmi { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_gpmi_nand_1>; + status = "okay"; /* pin conflict with qspi*/ + nand-on-flash-bbt; +}; |