Skip to content

Commit 494cd7d

Browse files
drivers: flash: flexspi_mx25um51345g: increase max speed to 200MHz
Maximum speed is 200MHz according to the mx25um51345g datasheet. Signed-off-by: Andre Heinemans <[email protected]>
1 parent 2eaf520 commit 494cd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/flash_mcux_flexspi_mx25um51345g.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ static DEVICE_API(flash, flash_flexspi_nor_api) = {
600600

601601
#define FLASH_FLEXSPI_DEVICE_CONFIG(n) \
602602
{ \
603-
.flexspiRootClk = MHZ(120), \
603+
.flexspiRootClk = MHZ(200), \
604604
.flashSize = DT_INST_PROP(n, size) / 8 / KB(1), \
605605
.CSIntervalUnit = \
606606
CS_INTERVAL_UNIT( \

0 commit comments

Comments
 (0)