You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
464 B
32 lines
464 B
/* |
|
* Copyright (c) 2019, Synopsys, Inc. All rights reserved. |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
|
|
#include "nsim-smp.dtsi" |
|
#include "nsim-flat-mem.dtsi" |
|
|
|
/ { |
|
model = "snps,nsim_hs"; |
|
compatible = "snps,nsim_hs"; |
|
|
|
cpus { |
|
#address-cells = <1>; |
|
#size-cells = <0>; |
|
|
|
cpu@0 { |
|
device_type = "cpu"; |
|
compatible = "snps,archs"; |
|
reg = <0>; |
|
}; |
|
|
|
cpu@1 { |
|
device_type = "cpu"; |
|
compatible = "snps,archs"; |
|
reg = <1>; |
|
}; |
|
}; |
|
};
|
|
|