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:
parent
0c9ce49d2a
commit
b3daa58ee0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
sdram2: sdram@d0000000 {
|
sdram2: sdram@d0000000 {
|
||||||
compatible = "mmio-sram";
|
compatible = "zephyr,memory-region", "mmio-sram";
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0xd0000000 DT_SIZE_M(16)>;
|
reg = <0xd0000000 DT_SIZE_M(16)>;
|
||||||
zephyr,memory-region = "SDRAM2";
|
zephyr,memory-region = "SDRAM2";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue