boards: arm: add missing memory-region compatible to stm32h7b3i_dk

Add missing compatible = "zephyr,memory-region" to the sdram2 node for
stm32h7b3i_dk.dts. This is required since 18ffcdcf74.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2022-02-22 17:09:38 +00:00 committed by Anas Nashif
commit b3daa58ee0

View file

@ -41,7 +41,7 @@
};
sdram2: sdram@d0000000 {
compatible = "mmio-sram";
compatible = "zephyr,memory-region", "mmio-sram";
device_type = "memory";
reg = <0xd0000000 DT_SIZE_M(16)>;
zephyr,memory-region = "SDRAM2";