Skip to content

fix: remove gap in IRQ assignment to PS

Michael Buechler requested to merge fix_ps_irqs into main

The logic in XSCT that creates the device tree does not seem to handle the gap in the concatenation. Interrupt numbers that Linux assigns to devices are 1 too low.

Still a draft: untested on hardware.

Merge request reports