Skip to content

Commit 1e90367

Browse files
ibirnbaumkartben
authored andcommitted
boards: enclustra: mercury_xu: move unmodified sram0 from SoC to board DT
Move the unmodified sram0 memory area declaration to this board's device tree due to its removal from the SoC device tree. Signed-off-by: Immo Birnbaum <[email protected]>
1 parent 30abc77 commit 1e90367

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/enclustra/mercury_xu/mercury_xu.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
model = "Mercury XU";
1313
compatible = "enclustra,mercury_xu";
1414

15+
sram0: memory@0 {
16+
compatible = "mmio-sram";
17+
reg = <0 DT_SIZE_M(64)>;
18+
};
19+
1520
chosen {
1621
zephyr,console = &uart0;
1722
zephyr,shell-uart = &uart0;

0 commit comments

Comments
 (0)