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 <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2025-05-09 10:58:32 +01:00 committed by Dan Kalowsky
commit 3df8b15db7
7 changed files with 7 additions and 7 deletions

View file

@ -15,4 +15,4 @@
};
};
grove_i2c1: &i2c1 {};
zephyr_i2c: &i2c1 {};

View file

@ -14,4 +14,4 @@
};
};
grove_i2c1: &i2c1 {};
zephyr_i2c: &i2c1 {};

View file

@ -15,4 +15,4 @@
};
};
grove_i2c1: &i2c1 {};
zephyr_i2c: &i2c1 {};

View file

@ -15,5 +15,5 @@
};
};
grove_i2c: &i2c1 {};
zephyr_i2c: &i2c1 {};
grove_uart: &uart1 {};

View file

@ -14,5 +14,5 @@
};
};
grove_i2c: &i2c1 {};
zephyr_i2c: &i2c1 {};
grove_uart: &uart2 {};

View file

@ -168,7 +168,7 @@ stm32_lp_tick_source: &lptim1 {
/* connectors: */
grove_serial: &usart1 {};
grove_i2c: &i2c2 {};
zephyr_i2c: &i2c2 {};
&flash0 {
partitions {

View file

@ -22,4 +22,4 @@
};
};
grove_i2c1: &sercom3 {};
zephyr_i2c: &sercom3 {};