boards: riscv: neorv32: Add platform and model name

NEORV32 doesn't provide platform and model name in it's dts file.
This makes hard for some tools to determine with what board they're
working with. Fixed it by adding model and platform name in it's dts file.

Signed-off-by: Sebastian Kwaśniak <skwasniak@internships.antmicro.com>
Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
This commit is contained in:
Sebastian Kwaśniak 2024-07-15 11:21:21 +02:00 committed by Anas Nashif
commit 7f6210af81

View file

@ -11,6 +11,9 @@
#include <mem.h> #include <mem.h>
/ { / {
model = "NEORV32";
compatible = "neorv32";
aliases { aliases {
led0 = &led0; led0 = &led0;
led1 = &led1; led1 = &led1;