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:
parent
a9397e3b3a
commit
b253f2239d
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue