ARM: dts: stm32: Add I2C1 support for stm32h743i-eval Board

Add I2C1 support for stm32h743i-eval Board

Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Pierre-Yves MORDRET 2018-04-20 11:05:00 +02:00 committed by Alexandre Torgue
parent 441f057341
commit f235cf5da7
1 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,14 @@
clock-frequency = <25000000>;
};
&i2c1 {
pinctrl-0 = <&i2c1_pins_a>;
pinctrl-names = "default";
i2c-scl-rising-time-ns = <185>;
i2c-scl-falling-time-ns = <20>;
status = "okay";
};
&rtc {
status = "okay";
};