Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1611944
| From | Hugues Fruchet <hugues.fruchet@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 5/8] ARM: dts: stm32: Enable stmpe1600 gpio expandor of STM32F429-EVAL board |
| Date | 2017-03-29 15:30 +0200 |
| Message-ID | <tqlPJ-7sg-37@gated-at.bofh.it> (permalink) |
| References | <tqlPH-7sg-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
arch/arm/boot/dts/stm32429i-eval.dts | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index 87733d3..7ffcf07 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -154,6 +154,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>;
+ };
+ };
};
&mac {
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v1 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series Hugues Fruchet <hugues.fruchet@st.com> - 2017-03-29 15:30 +0200 [PATCH v1 5/8] ARM: dts: stm32: Enable stmpe1600 gpio expandor of STM32F429-EVAL board Hugues Fruchet <hugues.fruchet@st.com> - 2017-03-29 15:30 +0200 [PATCH v1 7/8] ARM: configs: stm32: stmpe 1600 GPIO expandor Hugues Fruchet <hugues.fruchet@st.com> - 2017-03-29 15:30 +0200 [PATCH v1 6/8] ARM: dts: stm32: Enable ov2640 camera support of STM32F429-EVAL board Hugues Fruchet <hugues.fruchet@st.com> - 2017-03-29 15:30 +0200 [PATCH v1 2/8] [media] stm32-dcmi: STM32 DCMI camera interface driver Hugues Fruchet <hugues.fruchet@st.com> - 2017-03-29 15:30 +0200
csiph-web