aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6ull.dtsi
diff options
context:
space:
mode:
authorPeng Fan2018-01-03 08:52:03 +0800
committerStefano Babic2018-01-12 14:28:04 +0100
commita3cc43551f8f1cab156d02a44999c07a7261fd14 (patch)
tree1e8e00bde14fbbc1241286e9aa667d7a4fea024d /arch/arm/dts/imx6ull.dtsi
parentafe8e1b03362f169b2f905d20e2b352aca9d522e (diff)
imx: mx6ull-14x14-evk: enable DM QSPI driver
To support QSPI DM driver - Add spi0 alias for qspi node. Which is used for bus number 0. - Modify the n25q256a@0 compatible property to "spi-flash". - Modify spi4 (gpio_spi) node to spi5 - Define DM SPI/QSPI related config to enable QSPI Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/dts/imx6ull.dtsi')
-rw-r--r--arch/arm/dts/imx6ull.dtsi9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/dts/imx6ull.dtsi b/arch/arm/dts/imx6ull.dtsi
index 65950e8019d..ea882a7f140 100644
--- a/arch/arm/dts/imx6ull.dtsi
+++ b/arch/arm/dts/imx6ull.dtsi
@@ -38,10 +38,11 @@
serial5 = &uart6;
serial6 = &uart7;
serial7 = &uart8;
- spi0 = &ecspi1;
- spi1 = &ecspi2;
- spi2 = &ecspi3;
- spi3 = &ecspi4;
+ spi0 = &qspi;
+ spi1 = &ecspi1;
+ spi2 = &ecspi2;
+ spi3 = &ecspi3;
+ spi4 = &ecspi4;
usbphy0 = &usbphy1;
usbphy1 = &usbphy2;
};