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:
parent
de147d1ce8
commit
7f6210af81
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
||||||
#include <mem.h>
|
#include <mem.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
model = "NEORV32";
|
||||||
|
compatible = "neorv32";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led0 = &led0;
|
led0 = &led0;
|
||||||
led1 = &led1;
|
led1 = &led1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue