Commit bd593976 authored by Peter Bigot's avatar Peter Bigot Committed by Carles Cufi
Browse files

boards: nrf52840_pca10056: use correct maximum write speed for flash



MX25R64 supports maximum 33 MHz clock for READ operations in
high-performance mode.  The previous 80 MHz speed should have been
8 MHz and was for DSPI/QSPI operations.

Signed-off-by: default avatarPeter Bigot <peter.bigot@nordicsemi.no>
parent 150eb657
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ arduino_i2c: &i2c0 {
	mx25r64: mx25r6435f@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <80000000>;
		spi-max-frequency = <33000000>;
		label = "MX25R64";
		jedec-id = [c2 28 17];
		size = <67108864>;