config: add vangogh toml file to support vangogh build

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

Signed-off-by: SaiSurya, Ch <saisurya.chakkaveeravenkatanaga@amd.com>
This commit is contained in:
SaiSurya, Ch 2023-06-06 11:59:23 +05:30 committed by Liam Girdwood
parent 089157d461
commit 48777207f5
1 changed files with 15 additions and 0 deletions

15
config/vangogh.toml Normal file
View File

@ -0,0 +1,15 @@
version = [1, 0] # use simple file write
[adsp]
name = "vangogh"
[[adsp.mem_zone]]
type = "IRAM"
base = "0x20000000"
size = "0x40000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "DRAM"
base = "0xE0000000"
size = "0x100000"
host_offset = "0x0"