Skip to content

Commit 4d5ce43

Browse files
committed
dts: arm: stm32h7 has a mpu node for the external nor flash
Define the node of the qspi/ospi external NOR flash for the stm32h7x serie Signed-off-by: Francois Ramu <[email protected]>
1 parent 8d9a738 commit 4d5ce43

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dts/arm/st/h7/stm32h7.dtsi

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@
4444
};
4545
};
4646

47-
quadspi_memory: memory@90000000 {
47+
xspi_memory: memory@90000000 {
4848
compatible = "zephyr,memory-region", "mmio-sram";
49-
reg = <0x90000000 DT_SIZE_M(256)>;
50-
zephyr,memory-region = "QSPI";
51-
zephyr,memory-attr = "EXTMEM";
49+
device_type = "memory";
50+
reg = <0x90000000 DT_SIZE_M(64)>;
51+
zephyr,memory-region = "XSPI";
52+
zephyr,memory-attr = "RAM";
5253
};
5354

5455
clocks {

0 commit comments

Comments
 (0)