I’m trying to write a DTS (which i am new to…) for some new SPI hardware, and understand most of it, i do however have some problems with the interrupts. In the snippet from one of them, i do understand the interrupt parent, but it’s not really clear to me how they get the values in the interrupts line. Is there any documentation on that somewhere?
interrupt-parent = <&gpio4>;
interrupts = <16 8>;