Skip to content

Commit 3df8b15

Browse files
fabiobaltieridkalowsk
authored andcommitted
boards: use zephyr_i2c instead of grove_i2c
These are equivalent and there's adapters on the market, having a single label allows using it shields with any other board with connectorized i2c busses. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 34954d1 commit 3df8b15

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

boards/m5stack/m5stack_atom_lite/grove_connectors.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
};
1616
};
1717

18-
grove_i2c1: &i2c1 {};
18+
zephyr_i2c: &i2c1 {};

boards/m5stack/m5stack_atoms3/grove_connectors.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
};
1515
};
1616

17-
grove_i2c1: &i2c1 {};
17+
zephyr_i2c: &i2c1 {};

boards/m5stack/m5stack_atoms3_lite/grove_connectors.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
};
1616
};
1717

18-
grove_i2c1: &i2c1 {};
18+
zephyr_i2c: &i2c1 {};

boards/m5stack/m5stack_core2/grove_connectors.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
};
1616
};
1717

18-
grove_i2c: &i2c1 {};
18+
zephyr_i2c: &i2c1 {};
1919
grove_uart: &uart1 {};

boards/m5stack/m5stack_cores3/grove_connectors.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
};
1515
};
1616

17-
grove_i2c: &i2c1 {};
17+
zephyr_i2c: &i2c1 {};
1818
grove_uart: &uart2 {};

boards/seeed/lora_e5_dev_board/lora_e5_dev_board.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ stm32_lp_tick_source: &lptim1 {
168168

169169
/* connectors: */
170170
grove_serial: &usart1 {};
171-
grove_i2c: &i2c2 {};
171+
zephyr_i2c: &i2c2 {};
172172

173173
&flash0 {
174174
partitions {

boards/seeed/wio_terminal/grove_connectors.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
};
2323
};
2424

25-
grove_i2c1: &sercom3 {};
25+
zephyr_i2c: &sercom3 {};

0 commit comments

Comments
 (0)