I want to make the GPIO pin assigned to my RTC a falling edge interrupt.
This is what I have done so far:
Defined the pin node
dan_hilgert_0-1608323564774.png
Defined I2C node for the RTC and designated interrupt info
dan_hilgert_1-1608323633916.png
Compile new .dtb and scp the file to the board
Finally, when I execute a ' cat /proc/interrupts' the interrupt always shows up as a level interrupt and never and edge like I defined it to be.
dan_hilgert_3-1608324391712.png
Looking at the datasheet, it appears each pin can be assigned as a high or low level as well as falling or rising edge interrupt.
When I test the interrupt functionality this is what I see:
- Line pulled high no interrupts generated
- Line pulled low, continuous interrupts generated
Can someone point me in the right direction to identify what I am doing wrong or missing here?
Thanks,
Dan