From 9ae0dbc2753ffa85ac2b5706877540cd968ac555 Mon Sep 17 00:00:00 2001 From: Parthiban Nallathambi Date: Mon, 12 Feb 2024 22:05:21 +0530 Subject: [PATCH] boards: arm: rak5010_nrf52840: fix qspi settings fix QSPI NOR flash is25wp064a input page programming to 32h as 38h isn't functional. Also adjust the frequency to max possible value from nRF52 as 32MHz as the flash supports upto 133MHz. Signed-off-by: Parthiban Nallathambi --- boards/rak/rak5010/rak5010_nrf52840.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/rak/rak5010/rak5010_nrf52840.dts b/boards/rak/rak5010/rak5010_nrf52840.dts index 9d6f5df44a..eeba2a5e20 100644 --- a/boards/rak/rak5010/rak5010_nrf52840.dts +++ b/boards/rak/rak5010/rak5010_nrf52840.dts @@ -114,9 +114,9 @@ is25wp064a: is25wp064a@0 { compatible = "nordic,qspi-nor"; reg = <0>; - writeoc = "pp4io"; + writeoc = "pp4o"; readoc = "read4io"; - sck-frequency = <16000000>; + sck-frequency = <32000000>; jedec-id = [9d 70 17]; size = <67108864>; has-dpd;