summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-06-27 20:23:16 -0700
committerStefano Babic <sbabic@denx.de>2018-09-04 08:47:23 +0200
commit25baafc44c460da6f676a550fe477e8040bd575d (patch)
tree9405e324d3fd28d660ca6e7a0492b5b72b5be82f /arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi
parent9e1e6f6fe8d4fab523c7b211a7377167dbdcb707 (diff)
downloadu-boot-25baafc44c460da6f676a550fe477e8040bd575d.tar.gz
dts: imx6ul_evk: Add DTS files for 14x14 EVK and 9x9 EVK boards
Add the board DTS files for 14x14 EVK and 9x9 EVK. They are necessary for converting to use u-boot DM driver. Two -u-boot.dtsi are added to modify compatible string of SPI flash device to "spi-flash". Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi b/arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi
new file mode 100644
index 0000000000..db640d6e67
--- /dev/null
+++ b/arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2018 NXP
+ */
+
+&qspi {
+ flash0: n25q256a@0 {
+ compatible = "spi-flash";
+ };
+}; \ No newline at end of file