boards: cc1352r1_launchxl: enable support for I2C

Enable I2C support on the CC1352R LaunchPad.

Signed-off-by: Brett Witherspoon <spoonb@cdspooner.com>
This commit is contained in:
Brett Witherspoon 2019-04-26 09:28:09 -05:00 committed by Anas Nashif
commit 4817f41399
3 changed files with 9 additions and 0 deletions

View file

@ -67,3 +67,9 @@
tx-pin = <13>;
rx-pin = <12>;
};
&i2c0 {
status = "ok";
scl-pin = <4>;
sda-pin = <5>;
};