How do I set pins A18, B14 to a high level trigger interrupt mode in the device tree?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How do I set pins A18, B14 to a high level trigger interrupt mode in the device tree?
Your device tree sets A18 in mode 7 - GPIO mode. AM62x GPIO pins only support edge triggered interrupts, not level triggered interrupts.
You set B14 to mode 0 - SPI0_D1. I am not a SPI expert, but does SPI data lines directly trigger interrupts?
Mode 7 is GPIO mode. When a GPIO is used as an input pin, it can trigger interrupts on edge. Please refer to the "wlcore" device node linked below to see how GPIO0_72 is used to trigger interrupts on rising edge.