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 <parthiban@linumiz.com>
This commit is contained in:
Parthiban Nallathambi 2024-02-12 22:05:21 +05:30 committed by Alberto Escolar
parent 55bd06b03e
commit 9ae0dbc275

View file

@ -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;