Skip to content

Commit c1b36d7

Browse files
fabiobaltieridkalowsk
authored andcommitted
boards/shields: arduino: add few zephyr_i2c labels
Some of these are allegedly ESLOV connectors and have an extra identification pin, but there's adapters on the market to use them with qwiic modules, let's label them so they can be used with other zephyr_i2c shields. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent c90c2eb commit c1b36d7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

boards/arduino/mkrzero/arduino_mkrzero.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
clock-frequency = <48000000>;
4141
};
4242

43-
&sercom0 {
43+
zephyr_i2c: &sercom0 {
4444
status = "okay";
4545
compatible = "atmel,sam0-i2c";
4646
clock-frequency = <I2C_BITRATE_FAST>;

boards/arduino/nicla_sense_me/arduino_nicla_sense_me.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
};
8989

9090
/* I2C1 in datasheet */
91-
&i2c1 {
91+
zephyr_i2c: &i2c1 {
9292
compatible = "nordic,nrf-twim";
9393
/* Cannot be used together with spi1. */
9494
status = "okay";

boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
};
9696
};
9797

98-
&i2c1 {
98+
zephyr_i2c: &i2c1 {
9999
status = "disabled";
100100
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
101101
pinctrl-names = "default";

boards/arduino/portenta_h7/arduino_portenta_h7-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
};
8484

8585
/* I2C1 in datasheet */
86-
&i2c1 {
86+
zephyr_i2c: &i2c1 {
8787
pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>;
8888
pinctrl-names = "default";
8989
clock-frequency = <I2C_BITRATE_FAST>;

boards/arduino/uno_r4/arduino_uno_r4_wifi.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@
117117
status = "okay";
118118
};
119119

120-
qwiic_i2c: &iic0 {};
120+
zephyr_i2c: &iic0 {};
121121
arduino_i2c: &iic1 {};
122122
arduino_spi: &spi0 {};

boards/shields/arduino_modulino_buttons/arduino_modulino_buttons.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <zephyr/dt-bindings/input/input-event-codes.h>
88
#include <zephyr/dt-bindings/led/led.h>
99

10-
&qwiic_i2c {
10+
&zephyr_i2c {
1111
modulino-buttons@3e {
1212
compatible = "i2c-device";
1313
reg = <0x3e>;

boards/shields/arduino_modulino_smartleds/arduino_modulino_smartleds.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
};
1313
};
1414

15-
&qwiic_i2c {
15+
&zephyr_i2c {
1616
modulino_smartleds: modulino-smartleds@36 {
1717
compatible = "arduino,modulino-smartleds";
1818
reg = <0x36>;

0 commit comments

Comments
 (0)