mirror of https://github.com/thesofproject/sof.git
21 lines
336 B
TOML
21 lines
336 B
TOML
version = [1, 0] # use simple file write
|
|
|
|
[adsp]
|
|
name = "acp_6_3"
|
|
|
|
[[adsp.mem_zone]]
|
|
type = "IRAM"
|
|
base = "0x7F000000"
|
|
size = "0x60000"
|
|
host_offset = "0x0"
|
|
[[adsp.mem_zone]]
|
|
type = "DRAM"
|
|
base = "0xE0000000"
|
|
size = "0x20000"
|
|
host_offset = "0x0"
|
|
[[adsp.mem_zone]]
|
|
type = "SRAM"
|
|
base = "0x60006000"
|
|
size = "0x27A000"
|
|
host_offset = "0x0"
|