Commit 1bc72a42 authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo

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: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent dc3efc6f
......@@ -68,6 +68,15 @@ dailink1_master: codec {
};
};
&dspi2 {
flash@0 {
compatible = "jedec,spi-nor";
m25p,fast-read;
spi-max-frequency = <100000000>;
reg = <0>;
};
};
&i2c4 {
status = "okay";
......
......@@ -17,6 +17,8 @@ aliases {
crypto = &crypto;
serial0 = &duart0;
serial1 = &duart1;
spi0 = &fspi;
spi1 = &dspi2;
};
chosen {
......@@ -24,6 +26,10 @@ chosen {
};
};
&dspi2 {
status = "okay";
};
&duart0 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment