I am using LS1043A (on a custom board), where IRQ00 is connected to the INT line of a GPIO expander chip (PCA9506).
In this scenario, I am not sure if it is possible to have a device-tree node for the existing Kernel driver pca953x
So, is it possible to use the IRQ00 - IRQ03 (external INT) pins for this purpose like a normal GPIO interrupt?
Looking at the LS1043ARM.pdf (Table B-1 - p2500 in Rev6), my impression is that these pins are designed for an external wake-up (only?).
The example device-tree in the above link is using a GPIO address like this: 'gpio99: gpio@22', but is this possible with IRQ00, or should this line be rewired to a different GPIO?
If this is possible, could you please suggest a device-tree entry.
I have also seen this post on the subject.
Your help is appreciated.