Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 390891d0 authored by M'boumba Cedric Madianga's avatar M'boumba Cedric Madianga Committed by Alexandre TORGUE
Browse files

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



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

Signed-off-by: default avatarM'boumba Cedric Madianga <cedric.madianga@gmail.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 51576d36
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -141,6 +141,12 @@
	clock-frequency = <25000000>;
};

&i2c1 {
	pinctrl-0 = <&i2c1_pins>;
	pinctrl-names = "default";
	status = "okay";
};

&mac {
	status = "okay";
	pinctrl-0	= <&ethernet_mii>;