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

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
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -68,6 +68,15 @@
	};
};

&dspi2 {
	flash@0 {
		compatible = "jedec,spi-nor";
		m25p,fast-read;
		spi-max-frequency = <100000000>;
		reg = <0>;
	};
};

&i2c4 {
	status = "okay";

+6 −0
Original line number Diff line number Diff line
@@ -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";
};