1
0
Fork 0

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>
zero-colors
M'boumba Cedric Madianga 2017-02-01 18:20:43 +01:00 committed by Alexandre TORGUE
parent 51576d3603
commit 390891d0ba
1 changed files with 6 additions and 0 deletions

View File

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