1/* 2 * Copyright (c) 2018, Synopsys, Inc. All rights reserved. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 8/dts-v1/; 9 10#include "nsim_em-sec.dtsi" 11 12/ { 13 14 model = "nsim_sem"; 15 compatible = "snps,nsim_sem"; 16 17 iccm0: iccm@0 { 18 compatible = "arc,iccm"; 19 reg = <0x0 0x40000>; 20 }; 21 22 dccm0: dccm@80000000 { 23 compatible = "arc,dccm"; 24 reg = <0x80000000 0x40000>; 25 }; 26 27 chosen { 28 zephyr,sram = &dccm0; 29 }; 30}; 31