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.
25 lines
352 B
25 lines
352 B
/* |
|
* Copyright (c) 2022, Synopsys, Inc. All rights reserved. |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
|
|
#include "qemu_arc.dtsi" |
|
|
|
/ { |
|
model = "QEMU ARC HS"; |
|
compatible = "snps,qemu-archs"; |
|
|
|
cpus { |
|
#address-cells = <1>; |
|
#size-cells = <0>; |
|
|
|
cpu@0 { |
|
device_type = "cpu"; |
|
compatible = "snps,archs"; |
|
reg = <0>; |
|
}; |
|
}; |
|
};
|
|
|