26 lines
367 B
Plaintext
26 lines
367 B
Plaintext
/*
|
|
* Copyright (c) 2023 Meta
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include <renode_riscv32_virt.dtsi>
|
|
|
|
/ {
|
|
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";
|
|
};
|