Skip to content

Commit 47650a4

Browse files
erwangokartben
authored andcommitted
dts: arm: st: wba6: Add missing i2c nodes
i2c2 and i2c4 were missing from soc description. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 6bb0e98 commit 47650a4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dts/arm/st/wba/stm32wba65.dtsi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,30 @@
4545
status = "disabled";
4646
};
4747

48+
i2c2: i2c@40005800 {
49+
compatible = "st,stm32-i2c-v2";
50+
clock-frequency = <I2C_BITRATE_STANDARD>;
51+
#address-cells = <1>;
52+
#size-cells = <0>;
53+
reg = <0x40005800 0x400>;
54+
clocks = <&rcc STM32_CLOCK(APB1, 22)>;
55+
interrupts = <73 0>, <74 0>;
56+
interrupt-names = "event", "error";
57+
status = "disabled";
58+
};
59+
60+
i2c4: i2c@40008400 {
61+
compatible = "st,stm32-i2c-v2";
62+
clock-frequency = <I2C_BITRATE_STANDARD>;
63+
#address-cells = <1>;
64+
#size-cells = <0>;
65+
reg = <0x40008400 0x400>;
66+
clocks = <&rcc STM32_CLOCK(APB1_2, 1)>;
67+
interrupts = <77 0>, <78 0>;
68+
interrupt-names = "event", "error";
69+
status = "disabled";
70+
};
71+
4872
spi2: spi@40003800 {
4973
compatible = "st,stm32h7-spi", "st,stm32-spi-fifo", "st,stm32-spi";
5074
#address-cells = <1>;

0 commit comments

Comments
 (0)