ARM: dts: stm32: add I2C3 support on STM32F429 SoC
authordillon min <dillon.minfei@gmail.com>
Tue, 9 Jun 2020 13:26:40 +0000 (21:26 +0800)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 15 Jun 2020 09:27:12 +0000 (11:27 +0200)
This patch adds I2C3 instances of the STM32F429 SoC

Signed-off-by: dillon min <dillon.minfei@gmail.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f429.dtsi

index e38b64f..ecbff27 100644 (file)
                        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>;