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:
parent
34954d19be
commit
3df8b15db7
7 changed files with 7 additions and 7 deletions
|
@ -15,4 +15,4 @@
|
|||
};
|
||||
};
|
||||
|
||||
grove_i2c1: &i2c1 {};
|
||||
zephyr_i2c: &i2c1 {};
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
};
|
||||
};
|
||||
|
||||
grove_i2c1: &i2c1 {};
|
||||
zephyr_i2c: &i2c1 {};
|
||||
|
|
|
@ -15,4 +15,4 @@
|
|||
};
|
||||
};
|
||||
|
||||
grove_i2c1: &i2c1 {};
|
||||
zephyr_i2c: &i2c1 {};
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
grove_i2c: &i2c1 {};
|
||||
zephyr_i2c: &i2c1 {};
|
||||
grove_uart: &uart1 {};
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
grove_i2c: &i2c1 {};
|
||||
zephyr_i2c: &i2c1 {};
|
||||
grove_uart: &uart2 {};
|
||||
|
|
|
@ -168,7 +168,7 @@ stm32_lp_tick_source: &lptim1 {
|
|||
|
||||
/* connectors: */
|
||||
grove_serial: &usart1 {};
|
||||
grove_i2c: &i2c2 {};
|
||||
zephyr_i2c: &i2c2 {};
|
||||
|
||||
&flash0 {
|
||||
partitions {
|
||||
|
|
|
@ -22,4 +22,4 @@
|
|||
};
|
||||
};
|
||||
|
||||
grove_i2c1: &sercom3 {};
|
||||
zephyr_i2c: &sercom3 {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue