board/argonkey/dts: Configure i2c3 at 400KHz

As explained in issue #8915 the STM32F4xx SoC family I2C
does not work well in Standard mode (100KHz). So let's
configure i2c3 in Fast mode (400KHz).

Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
Armando Visconti 2018-11-14 16:13:47 +01:00 committed by Anas Nashif
commit 36a1a7c254

View file

@ -102,7 +102,7 @@
&i2c3 {
status = "ok";
clock-frequency = <I2C_BITRATE_STANDARD>;
clock-frequency = <I2C_BITRATE_FAST>;
lp3943@60 {
compatible = "ti,lp3943";