Skip to content

Commit 62f9b53

Browse files
FRASTMnashif
authored andcommitted
boards: st: stm32 disco kit with quad-spi flash supports reset cmd
Add the support of the reset-cmd property for the stm32h7 disco kits where the quad-spi flash is mt25ql512ab This device accepts the SPI_NOR_CMD_RESET_En/SPI_NOR_CMD_RESET_MEM Signed-off-by: Francois Ramu <[email protected]>
1 parent 103f3b0 commit 62f9b53

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

boards/st/stm32h745i_disco/stm32h745i_disco_stm32h745xx_m7.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
185185
qspi-max-frequency = <72000000>;
186186
spi-bus-width = <4>;
187+
reset-cmd;
187188
status = "okay";
188189

189190
partitions {

boards/st/stm32h747i_disco/stm32h747i_disco_stm32h747xx_m7.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ zephyr_udc0: &usbotg_hs {
255255
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
256256
qspi-max-frequency = <72000000>;
257257
spi-bus-width = <4>;
258+
reset-cmd;
258259
status = "okay";
259260

260261
partitions {

boards/st/stm32h750b_dk/stm32h750b_dk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
169169
qspi-max-frequency = <72000000>;
170170
spi-bus-width = <4>;
171+
reset-cmd;
171172
status = "okay";
172173

173174
partitions {

0 commit comments

Comments
 (0)