zephyr/boards/riscv32/rv32m1_vega/rv32m1_vega_ri5cy.dts
Maureen Helm cf1be5a3c5 soc: riscv32: Move rv32m1 sram memory definitions to dts
Moves the sram memory definitions from Kconfig to device tree for the
rv32m1 ri5cy and zero-riscy cores.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2019-05-06 19:09:59 -04:00

20 lines
325 B
Text

/*
* Copyright 2018 Foundries.io Ltd
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include "rv32m1_ri5cy.dtsi"
#include "rv32m1_vega.dtsi"
/ {
model = "OpenISA RV32M1 Vega RI5CY";
compatible = "openisa,rv32m1";
chosen {
zephyr,sram = &m4_dtcm;
zephyr,console = &uart0;
zephyr,uart-pipe = &uart0;
};
};