Skip to content

Commit

Permalink
boards/up_squared: I2C support added (back) in
Browse files Browse the repository at this point in the history
I2C support has been added back into the up_squared, leveraging the
new PCIe support in the DesignWare I2C driver.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
  • Loading branch information
Charles E. Youse authored and nashif committed May 21, 2019
1 parent 6b5f05f commit 9696147
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions boards/x86/up_squared/up_squared.dts
Expand Up @@ -36,6 +36,14 @@
status = "ok";
};

&i2c0 {
status = "ok";
};

&i2c1 {
status = "ok";
};

&gpio {
status = "ok";
};
1 change: 1 addition & 0 deletions boards/x86/up_squared/up_squared_defconfig
Expand Up @@ -11,3 +11,4 @@ CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_NS16550=y
CONFIG_UART_CONSOLE=y
CONFIG_I2C=y

0 comments on commit 9696147

Please sign in to comment.