2018-11-29 05:23:51 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2018 Foundries.io Ltd
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "rv32m1_ri5cy.dtsi"
|
2019-04-18 04:37:28 +08:00
|
|
|
#include "rv32m1_vega.dtsi"
|
2018-11-29 05:23:51 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "OpenISA RV32M1 Vega RI5CY";
|
|
|
|
compatible = "openisa,rv32m1";
|
|
|
|
|
|
|
|
chosen {
|
2019-05-07 01:50:48 +08:00
|
|
|
zephyr,sram = &m4_dtcm;
|
2019-05-07 02:50:52 +08:00
|
|
|
zephyr,flash = &ri5cy_code_partition;
|
2018-11-29 05:23:51 +08:00
|
|
|
zephyr,console = &uart0;
|
2019-05-23 02:27:47 +08:00
|
|
|
zephyr,shell-uart = &uart0;
|
2018-11-29 05:23:51 +08:00
|
|
|
zephyr,uart-pipe = &uart0;
|
|
|
|
};
|
2019-04-03 23:21:51 +08:00
|
|
|
};
|