1/*
2 * Copyright (c) 2023, Synopsys Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include "nsim.dtsi"
10#include "nsim-ccm-mem.dtsi"
11#include "nsim-uart-hostlink.dtsi"
12
13/ {
14	model = "snps,nsim_hs";
15	compatible = "snps,nsim_hs";
16
17	cpus {
18		#address-cells = <1>;
19		#size-cells = <0>;
20
21		cpu@0 {
22			device_type = "cpu";
23			compatible = "snps,archs";
24			reg = <0>;
25		};
26	};
27};
28