zephyr/boards/riscv/m2gl025_miv/m2gl025_miv.dts
Filip Kokosinski 117bf6b0da boards/riscv/m2gl025_miv: fix incorrect devicetree information
This commit fixes the incorrect `model` and `compatible` fields that are
defined by the `m2gl025_miv.dts` file. It also removes the empty
`aliases` node.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
2023-05-04 10:47:07 +02:00

28 lines
442 B
Plaintext

/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <microchip/microchip-miv.dtsi>
/ {
model = "Microchip M2GL025 with MiV target";
compatible = "microchip,m2gl025-miv";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,flash = &flash0;
zephyr,sram = &sram0;
};
};
&uart0 {
status = "okay";
current-speed = <115200>;
clock-frequency = <66000000>;
};