boards: up_squared: Add aliases for I2C

This makes it possible to build the I2C test applications.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2021-04-20 19:53:04 +03:00 committed by Anas Nashif
commit b253f2239d

View file

@ -16,6 +16,11 @@
model = "up_squared";
compatible = "up_board,up_squared";
aliases {
i2c-0 = &i2c0;
i2c-1 = &i2c1;
};
chosen {
zephyr,sram = &dram0;
zephyr,console = &uart0;