Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c04b2e72 authored by Hugues Fruchet's avatar Hugues Fruchet Committed by Alexandre TORGUE
Browse files

ARM: dts: stm32: Enable STMPE1600 gpio expander of STM32F429-EVAL board



Enable STMPE1600 gpio expander of STM32F429-EVAL board.

Signed-off-by: default avatarHugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent e8e16b7b
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -164,6 +164,23 @@
	pinctrl-0 = <&i2c1_pins>;
	pinctrl-names = "default";
	status = "okay";

	stmpe1600: stmpe1600@42 {
		compatible = "st,stmpe1600";
		reg = <0x42>;
		irq-gpio = <&gpioi 8 0>;
		irq-trigger = <3>;
		interrupts = <8 3>;
		interrupt-parent = <&exti>;
		interrupt-controller;
		wakeup-source;

		stmpegpio: stmpe_gpio {
			compatible = "st,stmpe-gpio";
			gpio-controller;
			#gpio-cells = <2>;
		};
	};
};

&iwdg {