zephyr/boards/qemu/arc/qemu_arc_qemu_arc_em.dts

26 lines
352 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2020, Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include "qemu_arc.dtsi"
/ {
model = "QEMU ARC EM";
compatible = "snps,qemu-arcem";
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
device_type = "cpu";
compatible = "snps,arcem";
reg = <0>;
};
};
};