/* * Copyright (c) 2023 Meta * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include / { model = "Renode RISCV32 Virtual target"; compatible = "renode,riscv32-virtual"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,flash = &flash0; zephyr,sram = &sram0; }; }; &uart0 { status = "okay"; };