Skip to content

Commit 1e526bd

Browse files
committed
board/argonkey/dts: Configure i2c3 at 400KHz
As explained in issue zephyrproject-rtos#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 <[email protected]>
1 parent 9c14767 commit 1e526bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/96b_argonkey/96b_argonkey.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
&i2c3 {
104104
status = "ok";
105-
clock-frequency = <I2C_BITRATE_STANDARD>;
105+
clock-frequency = <I2C_BITRATE_FAST>;
106106

107107
lp3943@60 {
108108
compatible = "ti,lp3943";

0 commit comments

Comments
 (0)