zephyr/samples/boards/intel/adsp/code_relocation/app.overlay
Benjamin Cabé e2c1b93a5c samples: boards: intel: group Intel board samples
Group all Intel board samples in samples/boards/intel to
keep samples/boards/ organized by vendor
Added missing code-sample directive to the code relocation sample.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-09-13 13:43:09 +02:00

7 lines
127 B
Text

/ {
sram3: memory@be1e0000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0xbe1e0000 DT_SIZE_K(64)>;
};
};