Skip to content

Commit 5ce17a9

Browse files
zerkerXMaureenHelm
authored andcommitted
boards: arduino_due: Add arduino_i2c alias
The arduino_i2c alias is needed to use the Arduino Due with some of the examples. This is assigned to the twi1 interface, which is labelled as SDA and SCL (20 and 21) on the board silkscreen and is the default interface using the Arduino IDE. Resolves #42881. Signed-off-by: Ryan Armstrong <[email protected]>
1 parent d081b50 commit 5ce17a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/arm/arduino_due/arduino_due.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@
5656
&pa8a_uart_urxd {
5757
bias-pull-up;
5858
};
59+
60+
arduino_i2c: &twi1 { };

0 commit comments

Comments
 (0)