1/*
2 * Copyright (c) 2019, Synopsys, Inc. All rights reserved.
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,archs";
23			reg = <0>;
24		};
25
26		cpu@1 {
27			device_type = "cpu";
28			compatible = "snps,archs";
29			reg = <1>;
30		};
31	};
32};
33