2018-07-07 23:21:17 +08:00
|
|
|
/*
|
2019-08-01 14:25:50 +08:00
|
|
|
* Copyright (c) 2018, Synopsys, Inc. All rights reserved.
|
2018-07-07 23:21:17 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2019-08-01 14:25:50 +08:00
|
|
|
|
2019-06-04 18:25:44 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "nsim_em.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2019-08-01 14:25:50 +08:00
|
|
|
|
|
|
|
model = "nsim_sem";
|
2019-06-04 18:25:44 +08:00
|
|
|
compatible = "snps,nsim_sem";
|
2019-06-21 20:47:08 +08:00
|
|
|
|
2019-08-01 14:25:50 +08:00
|
|
|
iccm0: iccm@0 {
|
|
|
|
compatible = "arc,iccm";
|
|
|
|
reg = <0x0 0x40000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
dccm0: dccm@80000000 {
|
|
|
|
compatible = "arc,dccm";
|
|
|
|
reg = <0x80000000 0x40000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
zephyr,sram = &dccm0;
|
|
|
|
};
|
2019-06-21 20:47:08 +08:00
|
|
|
};
|