Skip to content

Commit 30abc77

Browse files
ibirnbaumkartben
authored andcommitted
boards: amd: kv260_r5: 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 6e1ff6a commit 30abc77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/amd/kv260_r5/kv260_r5.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
model = "KV260 Cortex-R5";
1313
compatible = "xlnx,zynqmp-r5";
1414

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

0 commit comments

Comments
 (0)