Skip to content

Commit a21e8c8

Browse files
committed
opta: fix i2c1 pins conflicting with BLE hci
1 parent df066fa commit a21e8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/arduino_opta_stm32h747xx_m7/arduino_opta_stm32h747xx_m7.overlay

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

2424
&i2c1 {
2525
status = "okay";
26-
pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
26+
pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>;
2727
pinctrl-names = "default";
2828
clock-frequency = <I2C_BITRATE_FAST>;
2929
};

0 commit comments

Comments
 (0)