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:
Martí Bolívar 2021-05-18 12:07:55 -07:00 committed by Kumar Gala
commit aae8e195e0

View file

@ -9,7 +9,7 @@
/ {
model = "IT8XXX2 EV-Board";
compatible = "riscv, it8xxx2_evb";
compatible = "riscv,it8xxx2-evb";
chosen {
zephyr,console = &uart1;
zephyr,shell-uart = &uart1;