Skip to content

Commit 9c480a3

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 5410f74 commit 9c480a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)