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 <armin.brauns@embedded-solutions.at>
This commit is contained in:
parent
846007676a
commit
344dbe12b4
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ arduino_serial: &usart6 {};
|
|||
mx25l51245g: qspi-nor-flash@90000000 {
|
||||
compatible = "st,stm32-qspi-nor";
|
||||
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
|
||||
qspi-max-frequency = <72000000>;
|
||||
qspi-max-frequency = <DT_FREQ_M(66)>;
|
||||
status = "okay";
|
||||
|
||||
partitions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue