1/* 2 * Copyright 2018 Foundries.io Ltd 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6/dts-v1/; 7 8#include "openisa/rv32m1_zero_riscy.dtsi" 9#include "rv32m1_vega.dtsi" 10 11/ { 12 model = "OpenISA RV32M1 Vega Zero RISCY"; 13 compatible = "openisa,rv32m1"; 14 15 chosen { 16 zephyr,sram = &m0_tcm; 17 zephyr,flash = &m0_flash; 18 zephyr,console = &lpuart0; 19 zephyr,uart-pipe = &lpuart0; 20 zephyr,code-partition = &zero_riscy_code_partition; 21 }; 22}; 23