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