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:
parent
55bd06b03e
commit
9ae0dbc275
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue