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:
parent
b6fbc20de4
commit
aae8e195e0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
/ {
|
||||
model = "IT8XXX2 EV-Board";
|
||||
compatible = "riscv, it8xxx2_evb";
|
||||
compatible = "riscv,it8xxx2-evb";
|
||||
chosen {
|
||||
zephyr,console = &uart1;
|
||||
zephyr,shell-uart = &uart1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue