Skip to content

Commit ff7863f

Browse files
committed
boards/stm32f769i_disco: fix NOR flash max frequency
According to the datasheet, fRSCLK (Clock Frequency for READ instructions) is 66MHz; it doesn't mention 72MHz anywhere. Signed-off-by: Armin Brauns <[email protected]>
1 parent bbbd842 commit ff7863f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32f769i_disco/stm32f769i_disco.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ arduino_serial: &usart6 {};
175175
mx25l51245g: qspi-nor-flash@90000000 {
176176
compatible = "st,stm32-qspi-nor";
177177
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
178-
qspi-max-frequency = <72000000>;
178+
qspi-max-frequency = <DT_FREQ_M(66)>;
179179
status = "okay";
180180

181181
partitions {

0 commit comments

Comments
 (0)