Skip to content

Commit 59a3bcf

Browse files
committed
boards: st: stm32H573 disco kit xspi-nor-flash DTS configuration
This PR defines the "st,stm32-xspi-nor" compatible Node in conformance to the DTS specifications Includes the size property (in Bits) of the external NOR device Signed-off-by: Francois Ramu <[email protected]>
1 parent c196eae commit 59a3bcf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

boards/st/stm32h573i_dk/stm32h573i_dk.dts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,10 @@
273273

274274
status = "okay";
275275

276-
mx25lm51245: ospi-nor-flash@90000000 {
276+
mx25lm51245: ospi-nor-flash@0 {
277277
compatible = "st,stm32-xspi-nor";
278-
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
278+
reg = <0>;
279+
size = <DT_SIZE_M(512)>; /* 512 Mbits */
279280
ospi-max-frequency = <DT_FREQ_M(50)>;
280281
spi-bus-width = <XSPI_OCTO_MODE>;
281282
data-rate = <XSPI_DTR_TRANSFER>;

0 commit comments

Comments
 (0)