Commit 12b5ef0e authored by Armando Visconti's avatar Armando Visconti Committed by Kumar Gala
Browse files

drivers: pinmux: stm32f4: Added configuration macro for I2C2 on PB9



Added configuration macro for I2C2 multiplexing on PB9.

Signed-off-by: default avatarArmando Visconti <armando.visconti@st.com>
parent efbb7c61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@

#define STM32F4_PINMUX_FUNC_PB9_I2C1_SDA    \
	(STM32_PINMUX_ALT_FUNC_4 | STM32_OPENDRAIN_PULLUP)
#define STM32F4_PINMUX_FUNC_PB9_I2C2_SDA    \
	(STM32_PINMUX_ALT_FUNC_9 | STM32_OPENDRAIN_PULLUP)
#define STM32F4_PINMUX_FUNC_PB9_UART5_TX    \
	(STM32_PINMUX_ALT_FUNC_11 | STM32_PUSHPULL_PULLUP)