Skip to content

Commit 06a072c

Browse files
shifteepennam
authored andcommitted
boards: opta: revert change of qspi flash spi-bus-width
This fixes writes to the flash, and causes the following sample code to work again: samples/drivers/spi_flash Signed-off-by: Mark O'Donovan <[email protected]>
1 parent 14829cf commit 06a072c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boards/arduino/opta/arduino_opta_stm32h747xx_m7.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ zephyr_udc0: &usbotg_fs {
169169
size = <DT_SIZE_M(128)>; /* 128 MBits */
170170
qspi-max-frequency = <80000000>;
171171
jedec-id = [01 1f 89];
172-
spi-bus-width = <4>;
173-
quad-enable-requirements = "NONE";
172+
spi-bus-width = <2>;
174173
status = "okay";
175174

176175
/* The following partitions are valid only if the Opta external flash

0 commit comments

Comments
 (0)