Skip to content

Commit 7293cc1

Browse files
committed
opta: fix i2c1 pins conflicting with BLE hci
Assign pb6(scl) and pb7(sda) to i2c1 Signed-off-by: pennam <[email protected]>
1 parent 9a808f2 commit 7293cc1

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)