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

dts: arm: st: l4: add gpioi driver to stm32l4r5 dtsi



Add GPIOI driver to STM32L4R5 dtsi.

Signed-off-by: default avatarGuillaume Gautier <guillaume.gautier-ext@st.com>
parent 45748a7a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@
		};

		pinctrl: pin-controller@48000000 {
			reg = <0x48000000 0x2400>;

			gpiod: gpio@48000c00 {
				compatible = "st,stm32-gpio";
				gpio-controller;
@@ -72,6 +74,14 @@
				reg = <0x48001800 0x400>;
				clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000040>;
			};

			gpioi: gpio@48002000 {
				compatible = "st,stm32-gpio";
				gpio-controller;
				#gpio-cells = <2>;
				reg = <0x48002000 0x400>;
				clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000100>;
			};
		};

		usart3: serial@40004800 {