summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-03-11 08:49:26 +0100
committerShawn Guo <shawnguo@kernel.org>2020-03-16 16:16:00 +0800
commit1bc72a42c603c314936e6b3696c591201759ccdc (patch)
treefe3cac5c4323fa6412505b14678f459b5469b8e1 /arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
parentdc3efc6ff0d51a500abc97074c170cfb26050bae (diff)
arm64: dts: freescale: sl28: add SPI flash
There is a SPI flash on this carrier connected to the third DSPI controller. Add it. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
index e6ad2f64e64e..58603bce5b0e 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
@@ -17,6 +17,8 @@
crypto = &crypto;
serial0 = &duart0;
serial1 = &duart1;
+ spi0 = &fspi;
+ spi1 = &dspi2;
};
chosen {
@@ -24,6 +26,10 @@
};
};
+&dspi2 {
+ status = "okay";
+};
+
&duart0 {
status = "okay";
};