Commit 3df8b15d authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Dan Kalowsky
Browse files

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: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent 34954d19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,4 +15,4 @@
	};
};

grove_i2c1: &i2c1 {};
zephyr_i2c: &i2c1 {};
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@
	};
};

grove_i2c1: &i2c1 {};
zephyr_i2c: &i2c1 {};
+1 −1
Original line number Diff line number Diff line
@@ -15,4 +15,4 @@
	};
};

grove_i2c1: &i2c1 {};
zephyr_i2c: &i2c1 {};
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
	};
};

grove_i2c: &i2c1 {};
zephyr_i2c: &i2c1 {};
grove_uart: &uart1 {};
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
	};
};

grove_i2c: &i2c1 {};
zephyr_i2c: &i2c1 {};
grove_uart: &uart2 {};
Loading