boards: snps: nsim: align EM7D_v22 platform
Fix ICCM/DCCM properties both in DTS and in MDB settings to match the original hardware configuration. Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
This commit is contained in:
parent
99f789ce6f
commit
e1faa19a72
2 changed files with 5 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
/dts-v1/;
|
||||
|
||||
#define ICCM_SIZE DT_SIZE_K(256)
|
||||
#define DCCM_SIZE DT_SIZE_K(128)
|
||||
|
||||
#include "nsim_em.dtsi"
|
||||
|
||||
/ {
|
||||
|
|
|
@ -38,10 +38,10 @@
|
|||
-dcache_feature=2
|
||||
-icache=16384,32,2,a
|
||||
-icache_feature=2
|
||||
-dccm_size=0x80000
|
||||
-dccm_size=0x20000
|
||||
-dccm_base=0x80000000
|
||||
-dccm_interleave
|
||||
-iccm0_size=0x80000
|
||||
-iccm0_size=0x40000
|
||||
-iccm0_base=0x00000000
|
||||
-Xpct_counters=8
|
||||
-dmac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue