We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5dea5 commit 83bc07cCopy full SHA for 83bc07c
dts/arm/st/l4/stm32l4r5.dtsi
@@ -84,6 +84,19 @@
84
label = "UART_5";
85
};
86
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
+
100
i2c4: i2c@40008400 {
101
compatible = "st,stm32-i2c-v2";
102
clock-frequency = <I2C_BITRATE_STANDARD>;
0 commit comments