Commit 4db36ed4 authored by dillon min's avatar dillon min Committed by Alexandre Torgue

ARM: dts: stm32: add I2C3 support on STM32F429 SoC

This patch adds I2C3 instances of the STM32F429 SoC
Signed-off-by: default avatardillon min <dillon.minfei@gmail.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent a726e2f0
......@@ -402,6 +402,18 @@ i2c1: i2c@40005400 {
status = "disabled";
};
i2c3: i2c@40005c00 {
compatible = "st,stm32f4-i2c";
reg = <0x40005c00 0x400>;
interrupts = <72>,
<73>;
resets = <&rcc STM32F4_APB1_RESET(I2C3)>;
clocks = <&rcc 0 STM32F4_APB1_CLOCK(I2C3)>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
dac: dac@40007400 {
compatible = "st,stm32f4-dac-core";
reg = <0x40007400 0x400>;
......
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