1/* 2 * Copyright (c) 2023 Meta 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8 9#include <renode_riscv32_virt.dtsi> 10 11/ { 12 model = "Renode RISCV32 Virtual target"; 13 compatible = "renode,riscv32-virtual"; 14 15 chosen { 16 zephyr,console = &uart0; 17 zephyr,shell-uart = &uart0; 18 zephyr,flash = &flash0; 19 zephyr,sram = &sram0; 20 }; 21}; 22 23&uart0 { 24 status = "okay"; 25}; 26