2019-04-18 04:37:28 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2018 Foundries.io Ltd
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "rv32m1_zero_riscy.dtsi"
|
|
|
|
#include "rv32m1_vega.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "OpenISA RV32M1 Vega Zero RISCY";
|
|
|
|
compatible = "openisa,rv32m1";
|
|
|
|
|
|
|
|
chosen {
|
2019-05-07 01:50:48 +08:00
|
|
|
zephyr,sram = &m0_tcm;
|
2019-07-05 16:01:30 +08:00
|
|
|
zephyr,flash = &m0_flash;
|
2020-04-02 21:37:21 +08:00
|
|
|
zephyr,console = &lpuart0;
|
|
|
|
zephyr,uart-pipe = &lpuart0;
|
2019-07-05 16:01:30 +08:00
|
|
|
zephyr,code-partition = &zero_riscy_code_partition;
|
2019-04-18 04:37:28 +08:00
|
|
|
};
|
|
|
|
};
|