Skip to content

Commit 83bc07c

Browse files
psidhunashif
authored andcommitted
dts: stm32l4r5: add i2c2 node
Add i2c2 node as it was removed from the parent file. Signed-off-by: Pushpal Sidhu <[email protected]>
1 parent 6b5dea5 commit 83bc07c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/arm/st/l4/stm32l4r5.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,19 @@
8484
label = "UART_5";
8585
};
8686

87+
i2c2: i2c@40005800 {
88+
compatible = "st,stm32-i2c-v2";
89+
clock-frequency = <I2C_BITRATE_STANDARD>;
90+
#address-cells = <1>;
91+
#size-cells = <0>;
92+
reg = <0x40005800 0x400>;
93+
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00400000>;
94+
interrupts = <33 0>, <34 0>;
95+
interrupt-names = "event", "error";
96+
status = "disabled";
97+
label= "I2C_2";
98+
};
99+
87100
i2c4: i2c@40008400 {
88101
compatible = "st,stm32-i2c-v2";
89102
clock-frequency = <I2C_BITRATE_STANDARD>;

0 commit comments

Comments
 (0)