提交 c04b2e72 编写于 作者: H Hugues Fruchet 提交者: Alexandre TORGUE

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

Enable STMPE1600 gpio expander of STM32F429-EVAL board.
Signed-off-by: NHugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: NAlexandre TORGUE <alexandre.torgue@st.com>
上级 e8e16b7b
...@@ -164,6 +164,23 @@ ...@@ -164,6 +164,23 @@
pinctrl-0 = <&i2c1_pins>; pinctrl-0 = <&i2c1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; 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 { &iwdg {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册