Skip to content

Commit 1ef9613

Browse files
shifteenashif
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 319c697 commit 1ef9613

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
@@ -163,8 +163,7 @@ zephyr_udc0: &usbotg_fs {
163163
size = <DT_SIZE_M(128)>; /* 128 MBits */
164164
qspi-max-frequency = <80000000>;
165165
jedec-id = [01 1f 89];
166-
spi-bus-width = <4>;
167-
quad-enable-requirements = "NONE";
166+
spi-bus-width = <2>;
168167
status = "okay";
169168

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

0 commit comments

Comments
 (0)