Browse Source

ARM: dts: stm32: Add I2C1 support for STM32429 eval board

This patch adds I2C1 instance support for STM32x9I-Eval board.

Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
M'boumba Cedric Madianga 8 years ago
parent
commit
390891d0ba
1 changed files with 6 additions and 0 deletions
  1. 6 0
      arch/arm/boot/dts/stm32429i-eval.dts

+ 6 - 0
arch/arm/boot/dts/stm32429i-eval.dts

@@ -141,6 +141,12 @@
 	clock-frequency = <25000000>;
 };
 
+&i2c1 {
+	pinctrl-0 = <&i2c1_pins>;
+	pinctrl-names = "default";
+	status = "okay";
+};
+
 &mac {
 	status = "okay";
 	pinctrl-0	= <&ethernet_mii>;