mirror of https://github.com/thesofproject/sof.git
16 lines
241 B
TOML
16 lines
241 B
TOML
|
version = [1, 0] # use simple file write
|
||
|
|
||
|
[adsp]
|
||
|
name = "rn"
|
||
|
|
||
|
[[adsp.mem_zone]]
|
||
|
type = "IRAM"
|
||
|
base = "0x20000000"
|
||
|
size = "0x40000"
|
||
|
host_offset = "0x0"
|
||
|
[[adsp.mem_zone]]
|
||
|
type = "DRAM"
|
||
|
base = "0x21000000"
|
||
|
size = "0xE0000"
|
||
|
host_offset = "0x0"
|