config: add rn toml file to support renoir build

Add rn toml file to support sof-rn.ri binary build

Signed-off-by: Basavaraj Hiregoudar <basavaraj.hiregoudar@amd.com>
Signed-off-by: Anup Kulkarni <anup.kulkarni@amd.com>
Signed-off-by: balapati <balakishore.pati@amd.com>
This commit is contained in:
balakishorepati 2021-07-26 17:06:32 +05:30 committed by Liam Girdwood
parent 246ea6469a
commit d1553e9321
1 changed files with 16 additions and 0 deletions

16
config/rn.toml Normal file
View File

@ -0,0 +1,16 @@
version = [1, 0] # use simple file write
[adsp]
name = "rn"
machine_id = 14
[[adsp.mem_zone]]
type = "IRAM"
base = "0x20000000"
size = "0x40000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "DRAM"
base = "0x21000000"
size = "0xE0000"
host_offset = "0x0"