Skip to content

Commit c2564ce

Browse files
committed
boards: nxp: mimxrt1170_evk: Add note for Arduino R3 gpio input interrupts
For future developers to hopefully save some time trying to figure out why no GPIO interrupt callback is fired. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent d4758f0 commit c2564ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
};
5252

5353
arduino_header: connector {
54+
/* NOTE:
55+
* The CM7 has no interrupt numbers for gpio9/gpio11/gpio12, so it isn't possible
56+
* to use input interrupts with A0-A5 or D0-D15.
57+
* The CM4 does support input interrupts.
58+
*/
5459
compatible = "arduino-header-r3";
5560
#gpio-cells = <2>;
5661
gpio-map-mask = <0xffffffff 0xffffffc0>;

0 commit comments

Comments
 (0)