Commit d588d844 authored by Guillaume Gautier's avatar Guillaume Gautier Committed by Martí Bolívar
Browse files

dts: arm: st: l4: add i2c2 to stm32l412 & l422



Add I2C2 to STM32L412 (and STM32L422 by inclusion) since both have it
available

Signed-off-by: default avatarGuillaume Gautier <guillaume.gautier-ext@st.com>
parent f3f0aa08
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -36,6 +36,18 @@
			status = "disabled";
		};

		i2c2: i2c@40005800 {
			compatible = "st,stm32-i2c-v2";
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0x40005800 0x400>;
			clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00400000>;
			clock-frequency = <I2C_BITRATE_STANDARD>;
			interrupts = <33 0>, <34 0>;
			interrupt-names = "event", "error";
			status = "disabled";
		};

		spi2: spi@40003800 {
			compatible = "st,stm32-spi-fifo", "st,stm32-spi";
			#address-cells = <1>;