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:
parent
d676b51485
commit
96203820db
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
model = "IT8XXX2 EV-Board";
|
||||
compatible = "riscv,it8xxx2-evb";
|
||||
|
||||
aliases {
|
||||
i2c-0 = &i2c0;
|
||||
};
|
||||
|
||||
chosen {
|
||||
zephyr,console = &uart1;
|
||||
zephyr,shell-uart = &uart1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue