2024-04-06 00:49:47 +08:00
|
|
|
/* Copyright (c) 2019 BayLibre SAS */
|
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2024-04-25 19:18:46 +08:00
|
|
|
#include <qemu/virt-riscv64.dtsi>
|
2024-04-06 00:49:47 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
zephyr,console = &uart0;
|
|
|
|
zephyr,shell-uart = &uart0;
|
|
|
|
zephyr,sram = &ram0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|