Skip to content

Commit 1ea3bbf

Browse files
committed
stm32l562e_dk: map arduino_i2c to i2c1
Mapping for i2c was missing, added that and mapped it to i2c1. Signed-off-by: Anas Nashif <[email protected]>
1 parent 66acb36 commit 1ea3bbf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

boards/st/stm32l562e_dk/arduino_r3_connector.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@
3636
};
3737

3838
arduino_spi: &spi3 {};
39+
40+
arduino_i2c: &i2c1 {};

0 commit comments

Comments
 (0)