You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
367 B
25 lines
367 B
/* |
|
* 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"; |
|
};
|
|
|