mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
boards: it8xxx2_evb: fix invalid compatible
This should not have whitespace in it, and underscores are discouraged. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
committed by
Kumar Gala
parent
b6fbc20de4
commit
aae8e195e0
@@ -9,7 +9,7 @@
|
||||
|
||||
/ {
|
||||
model = "IT8XXX2 EV-Board";
|
||||
compatible = "riscv, it8xxx2_evb";
|
||||
compatible = "riscv,it8xxx2-evb";
|
||||
chosen {
|
||||
zephyr,console = &uart1;
|
||||
zephyr,shell-uart = &uart1;
|
||||
|
||||
Reference in New Issue
Block a user