dts: arm: stm32h723 fix SRAM2 address

* there is a subtle difference to the stm32h74x
 * c.f. rm0468 (stm32h723/733 stm32h725/735 and stm32h730)
 * verified on stm32h735

Signed-off-by: Roland Lezuo <roland.lezuo@embedded-solutions.at>
This commit is contained in:
Roland Lezuo 2023-02-08 10:01:12 +01:00 committed by Stephanos Ioannidis
parent 74c44dc273
commit 940bf96d12

View file

@ -158,8 +158,8 @@
};
/* D2 domain, AHB SRAM */
sram2: memory@30040000 {
reg = <0x30040000 DT_SIZE_K(16)>;
sram2: memory@30004000 {
reg = <0x30004000 DT_SIZE_K(16)>;
compatible = "zephyr,memory-region", "mmio-sram";
zephyr,memory-region = "SRAM2";
};