boards: it8xxx2_evb: add aliases of i2c0

Add the aliases, we are able to build test of
tests/drivers/i2c/i2c_api for the it8xxx2_evb board.

Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
Tim Lin 2022-01-06 14:52:55 +08:00 committed by Carles Cufí
commit 96203820db

View file

@ -13,6 +13,10 @@
model = "IT8XXX2 EV-Board";
compatible = "riscv,it8xxx2-evb";
aliases {
i2c-0 = &i2c0;
};
chosen {
zephyr,console = &uart1;
zephyr,shell-uart = &uart1;