26 lines
347 B
Plaintext
26 lines
347 B
Plaintext
|
/*
|
||
|
* 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 = "qemu,archs";
|
||
|
|
||
|
cpus {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
|
||
|
cpu@0 {
|
||
|
device_type = "cpu";
|
||
|
compatible = "snps,archs";
|
||
|
reg = <0>;
|
||
|
};
|
||
|
};
|
||
|
};
|