Commit 4409aeae authored by dillon min's avatar dillon min Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: Add pin map for I2C3 controller on stm32f4



This patch adds the pin configuration for I2C3 controller on
stm32f4.

Signed-off-by: default avatardillon min <dillon.minfei@gmail.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 4db36ed4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -383,6 +383,18 @@ pins2 {
				};
			};

			i2c3_pins: i2c3-0 {
				pins {
					pinmux = <STM32_PINMUX('C', 9, AF4)>,
						/* I2C3_SDA */
						 <STM32_PINMUX('A', 8, AF4)>;
						/* I2C3_SCL */
					bias-disable;
					drive-open-drain;
					slew-rate = <3>;
				};
			};

			dcmi_pins: dcmi-0 {
				pins {
					pinmux = <STM32_PINMUX('A', 4, AF13)>, /* DCMI_HSYNC */