1/* Copyright (c) 2019 BayLibre SAS */
2/* SPDX-License-Identifier: Apache-2.0 */
3
4/dts-v1/;
5
6#include <qemu/virt-riscv64.dtsi>
7
8/ {
9 chosen {
10 zephyr,console = &uart0;
11 zephyr,shell-uart = &uart0;
12 zephyr,sram = &ram0;
13 };
14};
15
16&uart0 {
17 status = "okay";
18};
19