提交 ca3be22d 编写于 作者: V Vignesh Raghavendra 提交者: Tero Kristo

arm64: dts: k3-am654-base-board: Add IRQ line for GPIO expander

Add IRQ line for IO expander present on wkup_i2c bus on  AM654 EVM
Signed-off-by: NVignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: NTero Kristo <t-kristo@ti.com>
上级 07481770
......@@ -85,6 +85,13 @@
AM65X_WKUP_IOPAD(0x002c, PIN_OUTPUT, 0) /* (R4) MCU_OSPI0_CSn0 */
>;
};
wkup_pca554_default: wkup_pca554_default {
pinctrl-single,pins = <
AM65X_WKUP_IOPAD(0x0034, PIN_INPUT, 7) /* (T1) MCU_OSPI1_CLK.WKUP_GPIO0_25 */
>;
};
};
&main_pmx0 {
......@@ -180,6 +187,12 @@
reg = <0x39>;
gpio-controller;
#gpio-cells = <2>;
pinctrl-names = "default";
pinctrl-0 = <&wkup_pca554_default>;
interrupt-parent = <&wkup_gpio0>;
interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
interrupt-controller;
#interrupt-cells = <2>;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册