Skip to content

Commit 3926157

Browse files
committed
opta: swap i2c1 and i2c3 to restore compatibility with mbed cores
With mbed core Wire uses PH_7 PH_8 pins connected to the expansion bus Wire 1 uses PB_6 PB_7 pins connected to the crypto Signed-off-by: pennam <[email protected]>
1 parent a26551e commit 3926157

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
@@ -101,7 +101,7 @@
101101

102102
serials = <&board_cdc_acm_uart>, <&usart3>, <&usart6>;
103103
cdc-acm = <&board_cdc_acm_uart>;
104-
i2cs = <&i2c1>, <&i2c3>;
104+
i2cs = <&i2c3>, <&i2c1>;
105105

106106
io-channels = <&adc1 0>,
107107
<&adc3 0>,

0 commit comments

Comments
 (0)