Tool/software:
Hello! I'm currently running EPWM modules for a driver (for context, I'm using the kernel 6.1), and to allocate my interrupts with kernel functions, I scan the am62x main dtsi nodes behind each irq number.
However, in the modules' dtsi, there is nothing referencing any irq,
File:
dtsi:
However, in the reference manual (2023 revision), in the registers part of the EPWM modules, the diagrams show interrupt signals and also registers that handle interruptions by number of pulses given at the output:
ETPS register for EPWM modules:
Would there be any way to access these interrupts and allocate callbacks for them, at kernel level, with some information from dtsi? And if not, is there any support for handling these specific interrupts?