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

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
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment