7ffc6c31b5
A simple sample with some (explained) tricks to get code relocation for Intel ADSP CAVS platforms. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
/ {
|
|
sram3: memory@be1e0000 {
|
|
device_type = "memory";
|
|
compatible = "mmio-sram";
|
|
reg = <0xbe1e0000 DT_SIZE_K(64)>;
|
|
};
|
|
};
|