/* * Copyright (c) 2018 - 2019 Antmicro * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include / { model = "LiteX VexRiscV"; compatible = "litex,vexriscv"; chosen { zephyr,console = &uart0; zephyr,shell-uart = &uart0; zephyr,timer = &timer0; zephyr,sram = &ram0; }; ram0: memory@40000000 { device_type = "memory"; compatible = "mmio-sram"; reg = <0x40000000 0x10000000>; }; }; &uart0 { status = "okay"; current-speed = <115200>; }; &timer0 { status = "okay"; }; ð0 { status = "okay"; };