1/* 2 * Copyright (c) 2023, Synopsys, Inc. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8 9#include "nsim-smp.dtsi" 10#include "nsim-flat-mem.dtsi" 11 12/ { 13 model = "snps,nsim_hs"; 14 compatible = "snps,nsim_hs"; 15 16 cpus { 17 #address-cells = <1>; 18 #size-cells = <0>; 19 20 cpu@0 { 21 device_type = "cpu"; 22 compatible = "snps,arcv3-hs"; 23 reg = <0>; 24 }; 25 26 cpu@1 { 27 device_type = "cpu"; 28 compatible = "snps,arcv3-hs"; 29 reg = <1>; 30 }; 31 32 cpu@2 { 33 device_type = "cpu"; 34 compatible = "snps,arcv3-hs"; 35 reg = <2>; 36 }; 37 38 cpu@3 { 39 device_type = "cpu"; 40 compatible = "snps,arcv3-hs"; 41 reg = <3>; 42 }; 43 44 cpu@4 { 45 device_type = "cpu"; 46 compatible = "snps,arcv3-hs"; 47 reg = <4>; 48 }; 49 50 cpu@5 { 51 device_type = "cpu"; 52 compatible = "snps,arcv3-hs"; 53 reg = <5>; 54 }; 55 56 cpu@6 { 57 device_type = "cpu"; 58 compatible = "snps,arcv3-hs"; 59 reg = <6>; 60 }; 61 62 cpu@7 { 63 device_type = "cpu"; 64 compatible = "snps,arcv3-hs"; 65 reg = <7>; 66 }; 67 68 cpu@8 { 69 device_type = "cpu"; 70 compatible = "snps,arcv3-hs"; 71 reg = <8>; 72 }; 73 74 cpu@9 { 75 device_type = "cpu"; 76 compatible = "snps,arcv3-hs"; 77 reg = <9>; 78 }; 79 80 cpu@a { 81 device_type = "cpu"; 82 compatible = "snps,arcv3-hs"; 83 reg = <10>; 84 }; 85 86 cpu@b { 87 device_type = "cpu"; 88 compatible = "snps,arcv3-hs"; 89 reg = <11>; 90 }; 91 }; 92}; 93