Skip to content

Commit 0637e66

Browse files
passgatAlexandre Torgue
authored andcommitted
ARM: dts: stm32: add pin map for i2c3 controller on stm32f7
Add pin configurations for using i2c3 controller on stm32f7. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent df36291 commit 0637e66

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,16 @@
171171
};
172172
};
173173

174+
i2c3_pins_a: i2c3-0 {
175+
pins {
176+
pinmux = <STM32_PINMUX('H', 8, AF4)>, /* I2C3_SDA */
177+
<STM32_PINMUX('H', 7, AF4)>; /* I2C3_SCL */
178+
bias-disable;
179+
drive-open-drain;
180+
slew-rate = <0>;
181+
};
182+
};
183+
174184
usbotg_hs_pins_a: usbotg-hs-0 {
175185
pins {
176186
pinmux = <STM32_PINMUX('H', 4, AF10)>, /* OTG_HS_ULPI_NXT */

0 commit comments

Comments
 (0)