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>
};
};
+&dspi2 {
+ flash@0 {
+ compatible = "jedec,spi-nor";
+ m25p,fast-read;
+ spi-max-frequency = <100000000>;
+ reg = <0>;
+ };
+};
+
&i2c4 {
status = "okay";
crypto = &crypto;
serial0 = &duart0;
serial1 = &duart1;
+ spi0 = &fspi;
+ spi1 = &dspi2;
};
chosen {
};
};
+&dspi2 {
+ status = "okay";
+};
+
&duart0 {
status = "okay";
};