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>
7 lines
127 B
Text
7 lines
127 B
Text
/ {
|
|
sram3: memory@be1e0000 {
|
|
device_type = "memory";
|
|
compatible = "mmio-sram";
|
|
reg = <0xbe1e0000 DT_SIZE_K(64)>;
|
|
};
|
|
};
|